OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clippedPacking
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
readpix.c
647
struct gl_pixelstore_attrib
clippedPacking
= *packing;
653
if (_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &
clippedPacking
)) {
655
pixels = _mesa_map_pbo_dest(ctx, &
clippedPacking
, pixels);
661
&
clippedPacking
);
665
&
clippedPacking
);
669
&
clippedPacking
);
674
&
clippedPacking
);
677
_mesa_unmap_pbo_dest(ctx, &
clippedPacking
);
/external/mesa3d/src/mesa/main/
readpix.c
647
struct gl_pixelstore_attrib
clippedPacking
= *packing;
653
if (_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &
clippedPacking
)) {
655
pixels = _mesa_map_pbo_dest(ctx, &
clippedPacking
, pixels);
661
&
clippedPacking
);
665
&
clippedPacking
);
669
&
clippedPacking
);
674
&
clippedPacking
);
677
_mesa_unmap_pbo_dest(ctx, &
clippedPacking
);
Completed in 133 milliseconds