HomeSort by relevance Sort by last modified time
    Searched refs:ReadPixels (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel.c 133 functions->ReadPixels = intelReadPixels;
  /external/mesa3d/docs/specs/OLD/
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/glx/apple/
apple_xgl_api_read.c 107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel.c 135 functions->ReadPixels = intelReadPixels;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 88 driver->ReadPixels = _mesa_readpixels;
meta.c     [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 192 GET_PROC(ReadPixels);
562 GET_PROC(ReadPixels);
  /external/skqp/src/gpu/gl/
GrGLAssembleInterface.cpp 195 GET_PROC(ReadPixels);
569 GET_PROC(ReadPixels);
  /external/mesa3d/src/mesa/main/
debug.c 329 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
readpix.c 80 * Return transfer op flags for this ReadPixels operation.
106 /* For blit-based ReadPixels packing, the clamping is done automatically
114 /* For CPU-based ReadPixels packing, the clamping must always be done
136 * Return true if memcpy cannot be used for ReadPixels.
139 * cannot be used for ReadPixels packing.
855 * Software fallback routine for ctx->Driver.ReadPixels().
    [all...]
dd.h 139 void (*ReadPixels)( struct gl_context *ctx,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 50 /* The readpixels cache caches a blitted staging texture so that back-to-back
444 /* Convert the source format to what is expected by ReadPixels
483 /* Cache a staging texture for back-to-back ReadPixels, to avoid CPU-GPU
555 functions->ReadPixels = st_ReadPixels;
  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 445 callgl(ReadPixels, 0, 0, target->fWidth, target->fHeight, GR_GL_RGBA, GR_GL_UNSIGNED_BYTE,
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 445 callgl(ReadPixels, 0, 0, target->fWidth, target->fHeight, GR_GL_RGBA, GR_GL_UNSIGNED_BYTE,
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 287 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
  /external/skia/tests/
ReadPixelsTest.cpp 166 // checks the bitmap contains correct pixels after the readPixels
168 // overwritten in the area outside the readPixels.
412 // if the bitmap has pixels allocated before the readPixels,
419 bool success = surface->readPixels(bmp, srcRect.fLeft, srcRect.fTop);
438 // if we had no pixels beforehand and the readPixels
447 DEF_TEST(ReadPixels, reporter) {
490 // if the bitmap has pixels allocated before the readPixels,
509 bool success = sContext->readPixels(bmp.info(), bmp.getPixels(),
624 bool success = src->readPixels(dstPixmap, 0, 0);
  /external/skqp/tests/
ReadPixelsTest.cpp 166 // checks the bitmap contains correct pixels after the readPixels
168 // overwritten in the area outside the readPixels.
412 // if the bitmap has pixels allocated before the readPixels,
419 bool success = surface->readPixels(bmp, srcRect.fLeft, srcRect.fTop);
438 // if we had no pixels beforehand and the readPixels
447 DEF_TEST(ReadPixels, reporter) {
490 // if the bitmap has pixels allocated before the readPixels,
509 bool success = sContext->readPixels(bmp.info(), bmp.getPixels(),
624 bool success = src->readPixels(dstPixmap, 0, 0);
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 668 return gl::ReadPixels(x, y, width, height, format, type, pixels);
    [all...]
entry_points.h 141 void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
libGLESv2.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 820 { "glReadPixels", _O(ReadPixels) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]

Completed in 1055 milliseconds

1 2