| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | readpixels.c | 74 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 D | intel_pixel.c | 130 functions->ReadPixels = intelReadPixels;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel.c | 132 functions->ReadPixels = intelReadPixels;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.c | 130 functions->ReadPixels = intelReadPixels;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel.c | 132 functions->ReadPixels = brw_readpixels;
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | 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
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | 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
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_xgl_api_read.c | 107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_xgl_api_read.c | 107 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.1.rst | 44 - meta: Abort meta path if ReadPixels need rgb to luminance conversion
|
| H A D | 7.8.3.rst | 45 - Fix ReadPixels crash when reading depth/stencil from an FBO
|
| H A D | 6.5.2.rst | 37 - Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
|
| H A D | 11.1.3.rst | 208 - mesa/readpix: Clip ReadPixels() area to the ReadBuffer's
|
| H A D | 21.2.2.rst | 285 - iris: fix layer calculation for TEXTURE_3D ReadPixels() on mip-level>0
|
| H A D | 20.3.5.rst | 230 - st/mesa: use the correct src format in ReadPixels
|
| H A D | 13.0.0.rst | 115 oom since st/mesa: implement PBO downloads for ReadPixels
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 89 driver->ReadPixels = _mesa_readpixels;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 88 driver->ReadPixels = _mesa_readpixels;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug.c | 329 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
|
| H A D | readpix.c | 80 * 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 D | st_cb_readpixels.c | 447 /* 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 D | st_cb_readpixels.c | 460 /* 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 D | debug.c | 328 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
|
| H A D | readpix.c | 81 * 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 D | stw_icd.h | 306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
|