Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dreadpix.c1043 struct gl_pixelstore_attrib clippedPacking; in read_pixels() local
1149 clippedPacking = ctx->Pack; in read_pixels()
1150 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking)) in read_pixels()
1179 format, type, &clippedPacking, pixels); in read_pixels()