Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A 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()
/aosp14/frameworks/base/libs/hwui/jni/
H A 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()