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.cpp2772 …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
2781 if (!pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
2787 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3217 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3226 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3227 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3229 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3277 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3286 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
3287 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
[all …]
Dandroid_opengl_GLES20.cpp4244 …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
4253 if (!pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
4259 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
4545 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4554 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4555 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4557 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4793 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4802 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
4803 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp3459 …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
3468 if (!pixels_buf) { in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3474 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3948 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3957 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3958 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3960 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4008 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4017 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
4018 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
[all …]
Dandroid_opengl_GLES30.cpp490 …at, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() argument
499 if (pixels_buf) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
500 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
502 if (pixels_buf && pixels == NULL) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
547 …t, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() argument
556 if (!pixels_buf) { in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
562 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()