Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.h113 _mesa_clip_readpixels(const struct gl_context *ctx,
Dimage.c676 _mesa_clip_readpixels(const struct gl_context *ctx, in _mesa_clip_readpixels() function
Dreadpix.c1137 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking)) in read_pixels()
/external/mesa3d/docs/relnotes/
D11.1.3.rst207 - mesa/image: Make \_mesa_clip_readpixels() work with renderbuffers
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1598 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels()
1873 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) { in st_CopyPixels()