Searched refs:ReadPixels (Results 1 - 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c60 functions->ReadPixels = st_readpixels;
/external/mesa3d/docs/OLD/
H A 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/glx/apple/
H A Dapple_xgl_api_read.c106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c133 * \param format as given to glDraw/ReadPixels
134 * \param type as given to glDraw/ReadPixels
165 functions->ReadPixels = intelReadPixels;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c133 * \param format as given to glDraw/ReadPixels
134 * \param type as given to glDraw/ReadPixels
165 functions->ReadPixels = intelReadPixels;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c133 * \param format as given to glDraw/ReadPixels
134 * \param type as given to glDraw/ReadPixels
165 functions->ReadPixels = intelReadPixels;
/external/skia/bench/
H A DGLBench.cpp170 GR_GL_CALL(gl, ReadPixels(0, // x
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c88 driver->ReadPixels = _mesa_readpixels;
H A Dmeta.c3471 * ReadPixels() and passed to Tex[Sub]Image().
3565 ctx->Driver.ReadPixels(ctx, x, y, width, height,
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp204 GET_PROC(ReadPixels);
679 GET_PROC(ReadPixels);
H A DGrGLGpu.cpp2480 GL_CALL(ReadPixels(readRect.fLeft, readRect.fBottom,
/external/mesa3d/src/mesa/main/
H A Ddebug.c337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
H A Dreadpix.c637 * Software fallback routine for ctx->Driver.ReadPixels().
800 ctx->Driver.ReadPixels(ctx, x, y, width, height,
H A Ddd.h163 void (*ReadPixels)( struct gl_context *ctx, member in struct:dd_function_table
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1832 class ReadPixels : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1835 ReadPixels (int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync);
1848 ReadPixels::ReadPixels (int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::ReadPixels
1849 : Operation ("ReadPixels", useSync, serverSync)
1861 void ReadPixels::exec (tcu::ThreadUtil::Thread& t)
3198 m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenceSync, m_config.serverSync));
3199 m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenceSync, m_config.serverSync));
3302 m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenceSync, m_config.serverSync));
3303 m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp287 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
1205 return es1::ReadPixels(x, y, width, height, format, type, pixels);
1553 this->glReadPixels = es1::ReadPixels;
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dmain.cpp270 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
1002 return es2::ReadPixels(x, y, width, height, format, type, pixels);
1452 this->glReadPixels = es2::ReadPixels;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *); member in struct:__GLdispatchTableRec
/external/skia/tests/
H A DReadPixelsTest.cpp421 DEF_TEST(ReadPixels, reporter) {
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp822 { "glReadPixels", _O(ReadPixels) },
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.h357 void ReadPixels(GLint x,
H A Dmojo_gles2_impl_autogen.cc750 void MojoGLES2Impl::ReadPixels(GLint x, function in class:mojo::MojoGLES2Impl
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c2428 functions->ReadPixels = radeonReadPixels;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2185 ctx->Driver.ReadPixels = radeonReadPixels;
/external/mesa3d/include/GL/
H A Dgl_mangle.h1506 #define glReadPixels MANGLE(ReadPixels)

Completed in 519 milliseconds

12