Home
last modified time | relevance | path

Searched refs:indices_buf (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglDrawElementsInstanced.cpp4 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() argument
10 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
DglDrawElementsInstancedBaseVertex.cpp4 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() argument
13 indices = (void *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp830 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint basevert… in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I() argument
839 if (!indices_buf) { in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
845 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
876 …_this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf, jint baseverte… in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I() argument
885 if (!indices_buf) { in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I()
891 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I()
924 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() argument
933 indices = (void *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
Dandroid_opengl_GLES10.cpp897 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
906 if (!indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2()
912 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()
Dandroid_opengl_GLES30.cpp435 …_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) { in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() argument
444 if (!indices_buf) { in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2()
450 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2()
4188 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() argument
4194 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
Dandroid_opengl_GLES20.cpp1347 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
1356 if (!indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2()
1362 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp681 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
690 if (!indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2()
696 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()