/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawElementsInstanced.cpp | 4 …(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()
|
D | glDrawElementsInstancedBaseVertex.cpp | 4 …(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/ |
D | android_opengl_GLES32.cpp | 846 …(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()
|
D | android_opengl_GLES30.cpp | 457 …_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()
|
D | android_opengl_GLES10.cpp | 879 (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()
|
D | android_opengl_GLES20.cpp | 1311 (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()
|
D | com_google_android_gles_jni_GLImpl.cpp | 699 (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()
|