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

12

/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dreadpixels.c74 ReadPixels(unsigned count) function in typeref:typename:void
156 rate = PerfMeasureRate(ReadPixels);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c130 functions->ReadPixels = intelReadPixels;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c132 functions->ReadPixels = intelReadPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c130 functions->ReadPixels = intelReadPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel.c132 functions->ReadPixels = brw_readpixels;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/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
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/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
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_xgl_api_read.c107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_xgl_api_read.c107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.1.rst44 - meta: Abort meta path if ReadPixels need rgb to luminance conversion
H A D7.8.3.rst45 - Fix ReadPixels crash when reading depth/stencil from an FBO
H A D6.5.2.rst37 - Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
H A D11.1.3.rst208 - mesa/readpix: Clip ReadPixels() area to the ReadBuffer's
H A D21.2.2.rst285 - iris: fix layer calculation for TEXTURE_3D ReadPixels() on mip-level>0
H A D20.3.5.rst230 - st/mesa: use the correct src format in ReadPixels
H A D13.0.0.rst115 oom since st/mesa: implement PBO downloads for ReadPixels
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c89 driver->ReadPixels = _mesa_readpixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c88 driver->ReadPixels = _mesa_readpixels;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug.c329 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
H A Dreadpix.c80 * Return transfer op flags for this ReadPixels operation.
106 /* For blit-based ReadPixels packing, the clamping is done automatically
115 /* For CPU-based ReadPixels packing, the clamping must always be done
138 * Return true if memcpy cannot be used for ReadPixels.
141 * cannot be used for ReadPixels packing.
857 * Software fallback routine for ctx->Driver.ReadPixels().
1164 ctx->Driver.ReadPixels(ctx, x, y, width, height,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_readpixels.c447 /* Convert the source format to what is expected by ReadPixels
486 /* Cache a staging texture for back-to-back ReadPixels, to avoid CPU-GPU
558 functions->ReadPixels = st_ReadPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_readpixels.c460 /* Convert the source format to what is expected by ReadPixels
499 /* Cache a staging texture for back-to-back ReadPixels, to avoid CPU-GPU
571 functions->ReadPixels = st_ReadPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddebug.c328 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
H A Dreadpix.c81 * Return transfer op flags for this ReadPixels operation.
107 /* For blit-based ReadPixels packing, the clamping is done automatically
116 /* For CPU-based ReadPixels packing, the clamping must always be done
146 * Return true if memcpy cannot be used for ReadPixels.
149 * cannot be used for ReadPixels packing.
865 * Software fallback routine for ctx->Driver.ReadPixels().
1172 ctx->Driver.ReadPixels(ctx, x, y, width, height,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);

Completed in 25 milliseconds

12