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

1 2

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel.c 132 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 134 functions->ReadPixels = intelReadPixels;
  /external/skia/bench/
GLBench.cpp 170 GR_GL_CALL(gl, ReadPixels(0, // x
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 87 driver->ReadPixels = _mesa_readpixels;
meta.c     [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 195 GET_PROC(ReadPixels);
682 GET_PROC(ReadPixels);
    [all...]
GrGLGpu.cpp     [all...]
  /external/mesa3d/src/mesa/main/
debug.c 323 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.
850 * Software fallback routine for ctx->Driver.ReadPixels().
    [all...]
dd.h 138 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
254 /* Invalidate the readpixels cache to ensure we don't read stale data.
452 /* Convert the source format to what is expected by ReadPixels
491 /* Cache a staging texture for back-to-back ReadPixels, to avoid CPU-GPU
563 functions->ReadPixels = st_ReadPixels;
  /external/skia/tests/
ReadPixelsTest.cpp 164 // checks the bitmap contains correct pixels after the readPixels
166 // overwritten in the area outside the readPixels.
355 // if the bitmap has pixels allocated before the readPixels,
362 bool success = canvas->readPixels(bmp, srcRect.fLeft, srcRect.fTop);
378 // if we had no pixels beforehand and the readPixels
386 DEF_TEST(ReadPixels, reporter) {
421 // if the bitmap has pixels allocated before the readPixels,
431 bool success = sContext->readPixels(bmp.info(), bmp.getPixels(),
549 bool success = src->readPixels(dstPixmap, 0, 0);
  /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...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 270 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/mesa3d/src/mapi/glapi/tests/
check_table.cpp 822 { "glReadPixels", _O(ReadPixels) },
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 357 void ReadPixels(GLint x,
    [all...]
mojo_gles2_impl_autogen.cc 750 void MojoGLES2Impl::ReadPixels(GLint x,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 7341 milliseconds

1 2