Home
last modified time | relevance | path

Searched refs:glReadPixels (Results 1 – 25 of 86) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
Des2fNegativeBufferApiTests.cpp165 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/
Dreadpixeltest.cc32 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()
Dtestbase.cc100 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/
Des3fNegativeBufferApiTests.cpp175 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 …]
Des3fPixelBufferObjectTests.cpp547 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/
DScreenUtils.java75 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/
DScreenUtils.java78 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/
Des31fNegativeBufferApiTests.cpp173 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/
DGlRectDrawerTest.java122 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);
DSurfaceTextureHelperTest.java159 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/
DteglGLES1RenderUtil.cpp53 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr()); in readPixels()
/external/deqp/framework/egl/
DegluStaticES20Library.inl98 { "glReadPixels", (deFunctionPtr)glReadPixels },
DegluStaticES30Library.inl168 { "glReadPixels", (deFunctionPtr)glReadPixels },
/external/mesa3d/docs/
DMESA_copy_sub_buffer.spec70 corresponds to the lower-left pixel of the window, like glReadPixels.
DRELNOTES-6.325 GL_OES_read_format - allows one to query the fastest glReadPixels format
DVERSIONS94 - 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/
DLwjgl3GL20.java527 …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/
DLwjglGL20.java533 …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/
Dfunctional.fbo.msaa.txt41 using glBlitFramebuffer() and read from there using glReadPixels().
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def246 glReadPixels = glReadPixels@28
Dopengl32.def246 glReadPixels
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES22 OpenGL functions: glReadPixels, glCopyPixels, and glCopyColorTable,
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.gather.txt63 is read with glReadPixels(), and verified with routines that take coordinate
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp125 return (GrGLFuncPtr) glReadPixels; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl98 gl->readPixels = &glReadPixels;

1234