Home
last modified time | relevance | path

Searched refs:ReadPixels (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/docs/specs/OLD/
DMESA_packed_depth_stencil.spec34 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/
Dintel_pixel.c132 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c134 functions->ReadPixels = intelReadPixels; in intelInitPixelFuncs()
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_read.c107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels); in __applegl_glReadPixels()
/external/mesa3d/src/mesa/swrast/
DNOTES15 (ReadPixels, etc), and texture operations (CopyTexSubImage) which may
/external/skia/bench/
DGLBench.cpp170 GR_GL_CALL(gl, ReadPixels(0, // x in DumpImage()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c87 driver->ReadPixels = _mesa_readpixels; in _mesa_init_driver_functions()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp195 GET_PROC(ReadPixels); in GrGLAssembleGLInterface()
682 GET_PROC(ReadPixels); in GrGLAssembleGLESInterface()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp1832 class ReadPixels : public Operation class
1835ReadPixels (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/
Dst_cb_readpixels.c563 functions->ReadPixels = st_ReadPixels; in st_init_readpixels_functions()
/external/mesa3d/src/mesa/main/
Ddebug.c323 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height, in _mesa_write_renderbuffer_image()
Dreadpix.c1116 ctx->Driver.ReadPixels(ctx, x, y, width, height, in _mesa_ReadnPixelsARB()
Ddd.h138 void (*ReadPixels)( struct gl_context *ctx, member
/external/mesa3d/docs/relnotes/
D3.3205 ReadPixels
/external/skia/tests/
DReadPixelsTest.cpp386 DEF_TEST(ReadPixels, reporter) { in DEF_TEST() argument
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp287 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()
1557 this->glReadPixels = es1::ReadPixels; in LibGLES_CMexports()
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt134 excluding ReadPixels' constant cost from the total constant costs in the other test
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp270 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid…
1003 return es2::ReadPixels(x, y, width, height, format, type, pixels); in glReadPixels()
1463 this->glReadPixels = es2::ReadPixels; in LibGLESv2exports()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp822 { "glReadPixels", _O(ReadPixels) },
/external/mesa3d/docs/
DVERSIONS457 - fixed several glDrawPixels() and ReadPixels() bugs in 3Dfx driver
519 - glDraw/Copy/ReadPixels() optimizations
942 - glDraw/ReadPixels didn't catch all the errors that they should have
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h357 void ReadPixels(GLint x,
Dmojo_gles2_impl_autogen.cc750 void MojoGLES2Impl::ReadPixels(GLint x, in ReadPixels() function in mojo::MojoGLES2Impl
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2136 ctx->Driver.ReadPixels = radeonReadPixels; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2373 functions->ReadPixels = radeonReadPixels; in r200InitStateFuncs()

12