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.cpp2632 …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
2638 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3044 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3050 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3051 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3053 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3098 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3104 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
3105 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
3107 if (pixels_buf && pixels == NULL) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
Dandroid_opengl_GLES20.cpp4083 …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
4089 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
4350 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4356 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4357 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4359 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
4580 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4586 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
4587 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
4589 if (pixels_buf && pixels == NULL) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3349 …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
3355 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glReadPixels__IIIIIILjava_nio_Buffer_2()
3805 …internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3811 if (pixels_buf) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3812 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3814 if (pixels_buf && pixels == NULL) { in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
3859 … jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3865 if (pixels_buf) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
3866 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
3868 if (pixels_buf && pixels == NULL) { in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
Dandroid_opengl_GLES30.cpp498 …at, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() argument
504 if (pixels_buf) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
505 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
507 if (pixels_buf && pixels == NULL) { in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
549 …t, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) { in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() argument
555 pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()