Home
last modified time | relevance | path

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

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