Home
last modified time | relevance | path

Searched refs:clippedPacking (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dreadpix.c993 struct gl_pixelstore_attrib clippedPacking; in read_pixels() local
1098 clippedPacking = ctx->Pack; in read_pixels()
1099 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking)) in read_pixels()
1125 format, type, &clippedPacking, pixels); in read_pixels()