Searched refs:clippedPacking (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | readpix.c | 1033 struct gl_pixelstore_attrib clippedPacking; local in function:read_pixels 1138 clippedPacking = ctx->Pack; 1139 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking)) 1165 format, type, &clippedPacking, pixels);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | readpix.c | 1040 struct gl_pixelstore_attrib clippedPacking; local in function:read_pixels 1146 clippedPacking = ctx->Pack; 1147 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking)) 1173 format, type, &clippedPacking, pixels);
|
Completed in 5 milliseconds