Searched refs:attributeArray (Results 1 – 1 of 1) 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() argument 74 auto attributes = extractAttributes(env, attributeArray); in Make() 88 static jlong MakeWithCS(JNIEnv* env, jobject thiz, jobjectArray attributeArray, jint vertexStride, in MakeWithCS() argument 91 auto attributes = extractAttributes(env, attributeArray); in MakeWithCS() 106 static jlong MakeWithAlpha(JNIEnv* env, jobject thiz, jobjectArray attributeArray, in MakeWithAlpha() argument 109 auto attributes = extractAttributes(env, attributeArray); in MakeWithAlpha()
|