/external/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 61 Accepted by the <format> parameter of ReadPixels and DrawPixels: 65 Accepted by the <type> parameter of ReadPixels and DrawPixels: 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 102 Table 3.5: DrawPixels and ReadPixels formats. The third column
|
/external/angle/extensions/ |
D | ANGLE_pack_reverse_row_order.txt | 47 effectively allows an application to flip the results of a ReadPixels 52 that perform ReadPixels may have to either render to an intermediate color 53 buffer before calling ReadPixels or perform a flip in software after 54 ReadPixels. In some systems the GL can perform the row reversal during 55 ReadPixels without incurring additional cost.
|
D | EXT_texture_rg.txt | 73 and the <format> parameter of TexImage2D, TexSubImage2D, and ReadPixels: 90 (Add the following to Table 3.3: "TexImage2D and ReadPixels formats")
|
D | EXT_robustness.txt | 201 void ReadPixels(int x, int y, sizei width, sizei height, 207 Add to the description of ReadPixels: 209 ReadnPixelsEXT behaves identically to ReadPixels except that it does
|
D | ANGLE_framebuffer_multisample.txt | 113 "ReadPixels generates INVALID_OPERATION if READ_FRAMEBUFFER_BINDING_ANGLE 249 The error INVALID_OPERATION is generated if ReadPixels or
|
D | ANGLE_framebuffer_blit.txt | 110 "Calling ReadPixels generates INVALID_FRAMEBUFFER_OPERATION if 318 BlitFramebufferANGLE, ReadPixels, CopyTex{Sub}Image*, is called while the
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 130 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 132 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
|
/external/mesa3d/src/mesa/swrast/ |
D | NOTES | 15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.1.rst | 44 - meta: Abort meta path if ReadPixels need rgb to luminance conversion
|
D | 7.8.3.rst | 45 - Fix ReadPixels crash when reading depth/stencil from an FBO
|
D | 6.5.2.rst | 37 - Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
|
/external/angle/src/tests/gl_tests/ |
D | RobustClientMemoryTest.cpp | 150 TEST_P(RobustClientMemoryTest, ReadPixels) in TEST_P() argument
|
D | WebGLReadOutsideFramebufferTest.cpp | 344 TEST_P(WebGLReadOutsideFramebufferTest, ReadPixels) in TEST_P() argument
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_post_depth_coverage.txt | 97 from the second framebuffer using ReadPixels. Expect that for all
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 105 GET_PROC(ReadPixels); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 108 GET_PROC(ReadPixels); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 105 GET_PROC(ReadPixels); in GrGLMakeAssembledGLESInterface()
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 363 TEST_P(GLES1CovglTest, ReadPixels) in TEST_P() argument
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 195 GET_PROC(ReadPixels); in GrGLMakeAssembledGLInterface() 569 GET_PROC(ReadPixels); in GrGLMakeAssembledGLESInterface()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 88 driver->ReadPixels = _mesa_readpixels; in _mesa_init_driver_functions()
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 445 callgl(ReadPixels, 0, 0, target->fWidth, target->fHeight, GR_GL_RGBA, GR_GL_UNSIGNED_BYTE, in readTargetHandle()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 446 callgl(ReadPixels, 0, 0, target->fWidth, target->fHeight, GR_GL_RGBA, GR_GL_UNSIGNED_BYTE, in readTargetHandle()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 1832 class ReadPixels : public Operation class 1835 …ReadPixels (int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::Threa… 1848 ReadPixels::ReadPixels (int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<… in ReadPixels() function in deqp::egl::GLES2ThreadTest::ReadPixels 1861 void ReadPixels::exec (tcu::ThreadUtil::Thread& t) in exec() 3198 …m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BY… in addBufferOperations() 3199 …m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BY… in addBufferOperations() 3302 …m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BY… in addTextureOperations() 3303 …m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BY… in addTextureOperations() 3443 …m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BY… in addImageOperations() 3444 …m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BY… in addImageOperations()
|