Home
last modified time | relevance | path

Searched refs:pixels_buf (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2773 …bject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2() argument
2782 if (!pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
2788 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3218 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3227 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3228 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3230 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3278 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3287 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
3288 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
[all …]
Dandroid_opengl_GLES20.cpp4245 …bject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2() argument
4254 if (!pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
4260 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
4546 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4555 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4556 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4558 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4794 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4803 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
4804 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp3460 …bject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2() argument
3469 if (!pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3475 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3949 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3958 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3959 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3961 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4009 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4018 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
4019 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
[all …]
Dandroid_opengl_GLES30.cpp491 …at, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() argument
500 if (pixels_buf) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
501 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
503 if (pixels_buf && pixels == NULL) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
548 …t, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() argument
557 if (!pixels_buf) { in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
563 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()