/external/mesa3d/docs/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/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 133 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel.c | 135 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/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_post_depth_coverage.txt | 97 from the second framebuffer using ReadPixels. Expect that for all
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 195 GET_PROC(ReadPixels); in GrGLMakeAssembledGLInterface() 569 GET_PROC(ReadPixels); in GrGLMakeAssembledGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 192 GET_PROC(ReadPixels); in GrGLMakeAssembledGLInterface() 562 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/skia/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/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/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()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 555 functions->ReadPixels = st_ReadPixels; in st_init_readpixels_functions()
|
/external/mesa3d/docs/relnotes/ |
D | 3.3 | 205 ReadPixels
|
/external/mesa3d/src/mesa/main/ |
D | debug.c | 329 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height, in _mesa_write_renderbuffer_image()
|
D | readpix.c | 1124 ctx->Driver.ReadPixels(ctx, x, y, width, height, in read_pixels()
|
D | dd.h | 139 void (*ReadPixels)( struct gl_context *ctx, member
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 287 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid… 1205 return es1::ReadPixels(x, y, width, height, format, type, pixels); in glReadPixels() 1552 this->glReadPixels = es1::ReadPixels; in LibGLES_CMexports()
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 134 excluding ReadPixels' constant cost from the total constant costs in the other test
|
/external/skqp/tests/ |
D | ReadPixelsTest.cpp | 447 DEF_TEST(ReadPixels, reporter) { in DEF_TEST() argument
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 447 DEF_TEST(ReadPixels, reporter) { in DEF_TEST() argument
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 141 …void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoi…
|
D | entry_points.cpp | 668 return gl::ReadPixels(x, y, width, height, format, type, pixels); in glReadPixels() 1659 this->glReadPixels = gl::ReadPixels; in LibGLESv2exports()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 820 { "glReadPixels", _O(ReadPixels) },
|