Home
last modified time | relevance | path

Searched refs:pointer_buf (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp580 …(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 …]
Dcom_google_android_gles_jni_GLImpl.cpp364 …(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 …]
Dandroid_opengl_GLES11Ext.cpp3171 …(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()
Dandroid_opengl_GLES11.cpp2742 (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()
Dandroid_opengl_GLES30.cpp2478 …(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()