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.cpp846 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint basevert… in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I() argument
855 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
886 …_this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf, jint baseverte… in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I() argument
895 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I()
928 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() argument
937 indices = (void *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
Dandroid_opengl_GLES30.cpp457 …_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) { in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() argument
463 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2()
3742 …(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instance… in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() argument
3748 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
Dandroid_opengl_GLES10.cpp879 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
888 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()
Dandroid_opengl_GLES20.cpp1311 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
1320 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp699 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) { in android_glDrawElements__IIILjava_nio_Buffer_2() argument
708 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElements__IIILjava_nio_Buffer_2()