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.cpp831 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint basevert… in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I() argument
840 if (!indices_buf) { in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
846 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
877 …_this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf, jint baseverte… in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I() argument
886 if (!indices_buf) { in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I()
892 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I()
925 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() argument
934 indices = (void *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
Dandroid_opengl_GLES10.cpp898 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
907 if (!indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2()
913 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()
Dandroid_opengl_GLES30.cpp436 …_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) { in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() argument
445 if (!indices_buf) { in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2()
451 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2()
4189 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() argument
4195 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
Dandroid_opengl_GLES20.cpp1348 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
1357 if (!indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2()
1363 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp682 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
691 if (!indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2()
697 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()