Searched defs:vertexStride (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | MeshSpecification.cpp | 72 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/ |
D | MeshSpecification.java | 397 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/ |
D | Mesh.cpp | 46 size_t vertexStride = mMeshSpec->stride(); in validate() local
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | Swarm.java | 79 private final int vertexStride = FLOATS_PER_VERTEX * BYTES_PER_FLOAT; // 4 bytes per vertex field in Swarm
|