Searched refs:_mesa_clip_readpixels (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | image.h | 113 _mesa_clip_readpixels(const struct gl_context *ctx,
|
| H A D | image.c | 676 _mesa_clip_readpixels(const struct gl_context *ctx, function in typeref:typename:GLboolean
|
| H A D | readpix.c | 1139 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking))
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | image.h | 113 _mesa_clip_readpixels(const struct gl_context *ctx,
|
| H A D | image.c | 676 _mesa_clip_readpixels(const struct gl_context *ctx, function in typeref:typename:GLboolean
|
| H A D | readpix.c | 1147 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking))
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.1.3.rst | 207 - mesa/image: Make \_mesa_clip_readpixels() work with renderbuffers
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1552 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) 1782 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1605 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) 1881 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) {
|
Completed in 16 milliseconds