Searched refs:_mesa_clip_readpixels (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.h | 113 _mesa_clip_readpixels(const struct gl_context *ctx,
|
D | image.c | 676 _mesa_clip_readpixels(const struct gl_context *ctx, in _mesa_clip_readpixels() function
|
D | readpix.c | 1099 if (!_mesa_clip_readpixels(ctx, &x, &y, &width, &height, &clippedPacking)) in read_pixels()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1340 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) in blit_copy_pixels() 1569 if (!_mesa_clip_readpixels(ctx, &readX, &readY, &readW, &readH, &pack)) { in st_CopyPixels()
|