Searched defs:vertexStride (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A 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()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A 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()
|