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.cpp602 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() argument
608 if (pointer_buf) { in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
609 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
2519 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() argument
2525 if (pointer_buf) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
2526 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
2778 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() argument
2784 if (pointer_buf) { in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
2785 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
3152 …(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.cpp422 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() argument
428 if (pointer_buf) { in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
429 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glColorPointerBounds__IIILjava_nio_Buffer_2I()
3236 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I() argument
3242 if (pointer_buf) { in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
3243 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glNormalPointerBounds__IILjava_nio_Buffer_2I()
3495 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I() argument
3501 if (pointer_buf) { in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
3502 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I()
3913 …(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.cpp2889 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I() argument
2895 if (pointer_buf) { in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I()
2896 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I()
2913 …(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaini… in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I() argument
2919 if (pointer_buf) { in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
2920 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I()
Dandroid_opengl_GLES11.cpp2626 (JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) { in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I() argument
2632 if (pointer_buf) { in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I()
2633 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I()
Dandroid_opengl_GLES30.cpp2242 …(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, … in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I() argument
2248 if (pointer_buf) { in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I()
2249 pointer = (GLvoid *) getDirectBufferPointer(_env, pointer_buf); in android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I()