Home
last modified time | relevance | path

Searched defs:vertexStride (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/jni/
DMeshSpecification.cpp72 static jlong Make(JNIEnv* env, jobject thiz, jobjectArray attributeArray, jint vertexStride, in Make()
88 static jlong MakeWithCS(JNIEnv* env, jobject thiz, jobjectArray attributeArray, jint vertexStride, in MakeWithCS()
107 jint vertexStride, jobjectArray varyingArray, jstring vertexShader, in MakeWithAlpha()
/frameworks/base/graphics/java/android/graphics/
DMeshSpecification.java397 private static native long nativeMake(Attribute[] attributes, int vertexStride, in nativeMake()
400 private static native long nativeMakeWithCS(Attribute[] attributes, int vertexStride, in nativeMakeWithCS()
403 private static native long nativeMakeWithAlpha(Attribute[] attributes, int vertexStride, in nativeMakeWithAlpha()
/frameworks/base/libs/hwui/
DMesh.cpp46 size_t vertexStride = mMeshSpec->stride(); in validate() local
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DSwarm.java79 private final int vertexStride = FLOATS_PER_VERTEX * BYTES_PER_FLOAT; // 4 bytes per vertex field in Swarm