/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init() 170 glReadPixels(0, 0, -1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 172 glReadPixels(0, 0, 1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 174 glReadPixels(0, 0, -1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 183 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init() 195 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init() 197 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init() 199 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init() 201 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init() [all …]
|
/external/autotest/client/deps/glbench/src/ |
D | readpixeltest.cc | 32 glReadPixels(0, 0, g_width, g_height, GL_RGBA, GL_UNSIGNED_BYTE, pixels_); in TestFunc() 35 glReadPixels(0, 0, g_width, g_height, GL_RGBA, GL_UNSIGNED_BYTE, pixels_); in TestFunc()
|
D | testbase.cc | 100 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels.get()); in SaveImage() 114 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels.get()); in ComputeMD5()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 175 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init() 180 glReadPixels(0, 0, -1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 182 glReadPixels(0, 0, 1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 184 glReadPixels(0, 0, -1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in init() 205 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init() 207 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init() 209 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init() 211 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init() 213 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init() [all …]
|
D | es3fPixelBufferObjectTests.cpp | 547 GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, 0)); in iterate() 556 …GLU_CHECK_CALL(glReadPixels(0, 0, width, height, readPixelsFormat, readPixelsType, readRefrence.ge… in iterate()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | ScreenUtils.java | 75 Gdx.gl.glReadPixels(x, y, w, h, GL20.GL_RGBA, GL20.GL_UNSIGNED_BYTE, pixels); in getFrameBufferPixmap() 103 Gdx.gl.glReadPixels(x, y, w, h, GL20.GL_RGBA, GL20.GL_UNSIGNED_BYTE, pixels); in getFrameBufferPixels()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/ |
D | ScreenUtils.java | 78 Gdx.gl.glReadPixels(x, y, w, h, GL20.GL_RGBA, GL20.GL_UNSIGNED_BYTE, pixels); in getFrameBufferPixmap() 122 Gdx.gl.glReadPixels(x, y, w, h, GL20.GL_RGBA, GL20.GL_UNSIGNED_BYTE, pixels); in getFrameBufferPixels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 173 ctx.glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in read_pixels() 178 ctx.glReadPixels(0, 0, -1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in read_pixels() 180 ctx.glReadPixels(0, 0, 1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in read_pixels() 182 ctx.glReadPixels(0, 0, -1, -1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in read_pixels() 190 ctx.glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &ubyteData[0]); in read_pixels() 248 ctx.glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in read_pixels_format_mismatch() 250 ctx.glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in read_pixels_format_mismatch() 252 ctx.glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in read_pixels_format_mismatch() 254 ctx.glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in read_pixels_format_mismatch() 256 ctx.glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in read_pixels_format_mismatch() [all …]
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | GlRectDrawerTest.java | 122 GLES20.glReadPixels(0, 0, WIDTH, HEIGHT, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, rgbaData); in testRgbRendering() 169 GLES20.glReadPixels(0, 0, WIDTH, HEIGHT, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, data); in testYuvRendering() 295 GLES20.glReadPixels(0, 0, WIDTH, HEIGHT, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, rgbaData);
|
D | SurfaceTextureHelperTest.java | 159 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, rgbaData); in testThreeConstantColorFrames() 228 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, rgbaData); in testLateReturnFrame()
|
/external/deqp/modules/egl/ |
D | teglGLES1RenderUtil.cpp | 53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 98 { "glReadPixels", (deFunctionPtr)glReadPixels },
|
D | egluStaticES30Library.inl | 168 { "glReadPixels", (deFunctionPtr)glReadPixels },
|
/external/mesa3d/docs/ |
D | MESA_copy_sub_buffer.spec | 70 corresponds to the lower-left pixel of the window, like glReadPixels.
|
D | RELNOTES-6.3 | 25 GL_OES_read_format - allows one to query the fastest glReadPixels format
|
D | VERSIONS | 94 - glReadPixels() from depth buffer was wrong 168 - glReadPixels byte swapping was broken 239 - faster glReadPixels/glDrawPixels for GL_DEPTH and GL_UNSIGNED_SHORT 343 - glReadPixels aborted instead of normally catching some errors 388 - glReadPixels between glBegin/glEnd didn't generate an error. 558 - clipped width and height of glReadPixels was sometimes off by one 760 - glReadPixels with GLushort packed types was broken 795 - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL 941 - glReadPixels was sometimes mistakenly clipped by the scissor box 1308 - glReadPixels from a clipped front color buffer didn't always work [all …]
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3GL20.java | 527 …public void glReadPixels (int x, int y, int width, int height, int format, int type, Buffer pixels… in glReadPixels() method in Lwjgl3GL20 529 GL11.glReadPixels(x, y, width, height, format, type, (ByteBuffer)pixels); in glReadPixels() 531 GL11.glReadPixels(x, y, width, height, format, type, (ShortBuffer)pixels); in glReadPixels() 533 GL11.glReadPixels(x, y, width, height, format, type, (IntBuffer)pixels); in glReadPixels() 535 GL11.glReadPixels(x, y, width, height, format, type, (FloatBuffer)pixels); in glReadPixels()
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglGL20.java | 533 …public void glReadPixels (int x, int y, int width, int height, int format, int type, Buffer pixels… in glReadPixels() method in LwjglGL20 535 GL11.glReadPixels(x, y, width, height, format, type, (ByteBuffer)pixels); in glReadPixels() 537 GL11.glReadPixels(x, y, width, height, format, type, (ShortBuffer)pixels); in glReadPixels() 539 GL11.glReadPixels(x, y, width, height, format, type, (IntBuffer)pixels); in glReadPixels() 541 GL11.glReadPixels(x, y, width, height, format, type, (FloatBuffer)pixels); in glReadPixels()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.msaa.txt | 41 using glBlitFramebuffer() and read from there using glReadPixels().
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 246 glReadPixels = glReadPixels@28
|
D | opengl32.def | 246 glReadPixels
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 22 OpenGL functions: glReadPixels, glCopyPixels, and glCopyColorTable,
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.gather.txt | 63 is read with glReadPixels(), and verified with routines that take coordinate
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 125 return (GrGLFuncPtr) glReadPixels; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 98 gl->readPixels = &glReadPixels;
|