/external/deqp/modules/gles2/functional/ |
H A D | es2fNegativeBufferApiTests.cpp | 160 ES2F_ADD_API_CASE(read_pixels, "Invalid glReadPixels() usage", 165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); 170 glReadPixels(0, 0, -1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 172 glReadPixels(0, 0, 1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 174 glReadPixels(0, 0, -1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 183 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 187 ES2F_ADD_API_CASE(read_pixels_format_mismatch, "Invalid glReadPixels() usage", 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); 195 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); 197 glReadPixels( [all...] |
H A D | es2fReadPixelsTests.cpp | 213 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, glFormat, glType, &(pixelData[0])));
|
/external/deqp/modules/egl/ |
H A D | teglGLES1RenderUtil.cpp | 53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fNegativeBufferApiTests.cpp | 170 ES3F_ADD_API_CASE(read_pixels, "Invalid glReadPixels() usage", 175 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); 180 glReadPixels(0, 0, -1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 182 glReadPixels(0, 0, 1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 184 glReadPixels(0, 0, -1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 199 ES3F_ADD_API_CASE(read_pixels_format_mismatch, "Invalid glReadPixels() usage", 205 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); 207 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); 209 glReadPixels( [all...] |
H A D | es3fPixelBufferObjectTests.cpp | 547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0)); 556 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, readRefrence.getLevel(0).getDataPtr()));
|
H A D | es3fReadPixelsTests.cpp | 318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0])));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeBufferApiTests.cpp | 173 ctx.glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); 178 ctx.glReadPixels(0, 0, -1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 180 ctx.glReadPixels(0, 0, 1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 182 ctx.glReadPixels(0, 0, -1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 191 ctx.glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); 204 ctx.glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); 206 ctx.glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); 208 ctx.glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); 210 ctx.glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); 212 ctx.glReadPixels( [all...] |
H A D | es31fTextureSpecificationTests.cpp | 203 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
|
/external/libvncserver/x11vnc/ |
H A D | macosx_opengl.c | 144 glReadPixels((GLint) x, (GLint) yflip, (int) w, (int) h,
|
/external/mesa3d/docs/ |
H A D | MESA_copy_sub_buffer.spec | 70 corresponds to the lower-left pixel of the window, like glReadPixels.
|
/external/deqp/framework/egl/ |
H A D | egluStaticES20Library.inl | 98 { "glReadPixels", (deFunctionPtr)glReadPixels },
|
H A D | egluStaticES30Library.inl | 168 { "glReadPixels", (deFunctionPtr)glReadPixels },
|
/external/deqp/framework/opengl/wrapper/ |
H A D | glwInitES20Direct.inl | 98 gl->readPixels = &glReadPixels;
|
H A D | glwInitES30Direct.inl | 168 gl->readPixels = &glReadPixels;
|
H A D | glwInitES31Direct.inl | 228 gl->readPixels = &glReadPixels;
|
/external/skia/src/gpu/gl/android/ |
H A D | GrGLCreateNativeInterface_android.cpp | 121 } else if (0 == strcmp("glReadPixels", name)) { 122 return (GrGLFuncPtr) glReadPixels;
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 374 void ContextWrapper::glReadPixels (int x, int y, int width, int height, deUint32 format, deUint32 type, void* data) function in class:sglr::ContextWrapper
|
H A D | sglrContextWrapper.hpp | 142 void glReadPixels (int x, int y, int width, int height, deUint32 format, deUint32 type, void* pixels);
|
/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 503 GLW_APICALL void GLW_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) function in namespace:tcu::null
|
H A D | tcuNullRenderContextInitFuncs.inl | 445 gl->readPixels = glReadPixels;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_context.c | 693 &glReadPixels,
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GLErrorLogger.java | 559 public void glReadPixels(int x, int y, int width, int height, method in class:GLErrorLogger.ErrorLoggingGL 561 ((GL10)mGL).glReadPixels( x, y, width, height,
|
/external/robolectric/lib/main/ |
H A D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ... |
/external/mesa3d/include/GLES/ |
H A D | gl.h | 715 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
|
/external/mesa3d/include/GLES2/ |
H A D | gl2.h | 566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
|