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.cpp614 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() argument
623 if (pointer_buf) { in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
624 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
2687 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() argument
2696 if (pointer_buf) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
2697 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
2966 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() argument
2975 if (pointer_buf) { in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
2976 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
3370 …(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.cpp423 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() argument
432 if (pointer_buf) { in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
433 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
3399 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() argument
3408 if (pointer_buf) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
3409 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
3678 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() argument
3687 if (pointer_buf) { in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
3688 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
4126 …(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.cpp3205 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() argument
3214 if (pointer_buf) { in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I()
3215 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I()
3235 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I() argument
3244 if (pointer_buf) { in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
3245 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
Dandroid_opengl_GLES11.cpp2776 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I() argument
2785 if (pointer_buf) { in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I()
2786 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I()
Dandroid_opengl_GLES30.cpp2512 …(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, … in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I() argument
2521 if (pointer_buf) { in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I()
2522 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I()