/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 580 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() argument 589 if (pointer_buf) { in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 590 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 2653 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() argument 2662 if (pointer_buf) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() 2663 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() 2932 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() argument 2941 if (pointer_buf) { in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() 2942 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() 3336 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glVertexPointerBounds__IIILjava_nio_Buffer_2I() argument [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 364 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() argument 373 if (pointer_buf) { in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 374 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() 3340 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() argument 3349 if (pointer_buf) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() 3350 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() 3619 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() argument 3628 if (pointer_buf) { in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() 3629 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() 4067 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glVertexPointerBounds__IIILjava_nio_Buffer_2I() argument [all …]
|
D | android_opengl_GLES11Ext.cpp | 3171 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() argument 3180 if (pointer_buf) { in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() 3181 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() 3201 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I() argument 3210 if (pointer_buf) { in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I() 3211 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
|
D | android_opengl_GLES11.cpp | 2742 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I() argument 2751 if (pointer_buf) { in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I() 2752 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I()
|
D | android_opengl_GLES30.cpp | 2478 …(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, … in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I() argument 2487 if (pointer_buf) { in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I() 2488 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I()
|