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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 60 functions->ReadPixels = st_readpixels;
  /external/mesa3d/docs/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 106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 133 * \param format as given to glDraw/ReadPixels
134 * \param type as given to glDraw/ReadPixels
165 functions->ReadPixels = intelReadPixels;
  /external/skia/bench/
GLBench.cpp 148 GR_GL_CALL(gl, ReadPixels(0, // x
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 88 driver->ReadPixels = _mesa_readpixels;
meta.c     [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 196 GET_PROC(ReadPixels);
629 GET_PROC(ReadPixels);
    [all...]
GrGLGpu.cpp     [all...]
  /external/mesa3d/src/mesa/main/
debug.c 337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
readpix.c 637 * Software fallback routine for ctx->Driver.ReadPixels().
800 ctx->Driver.ReadPixels(ctx, x, y, width, height,
dd.h 163 void (*ReadPixels)( struct gl_context *ctx,
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 499 PFNREADPIXELSPROC ReadPixels;
    [all...]
gl_core_3_1.hpp     [all...]
  /external/skia/tests/
ReadPixelsTest.cpp 166 // checks the bitmap contains correct pixels after the readPixels
168 // overwritten in the area outside the readPixels.
339 // if the bitmap has pixels allocated before the readPixels,
346 bool success = canvas->readPixels(&bmp, srcRect.fLeft, srcRect.fTop);
361 // if we had no pixels beforehand and the readPixels
366 // check the old webkit version of readPixels that clips the
369 bool success = canvas->readPixels(srcRect, &wkbmp);
383 DEF_TEST(ReadPixels, reporter) {
418 // if the bitmap has pixels allocated before the readPixels,
433 bool success = texture->readPixels(srcRect.fLeft, srcRect.fTop, bmp.width()
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 822 { "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...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 1787 milliseconds