Searched refs:_mesa_readpixels (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | readpix.h | 55 _mesa_readpixels(struct gl_context *ctx,
|
H A D | readpix.c | 872 _mesa_readpixels(struct gl_context *ctx, in _mesa_readpixels() function
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 63 * _mesa_readpixels path as well when possible. 405 * If such a format isn't available, we fall back to _mesa_readpixels. 566 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels); in st_ReadPixels()
|
H A D | st_cb_drawpixels.c | 1436 _mesa_readpixels(ctx, srcx, srcy, width, height, in copy_stencil_pixels()
|
Completed in 6 milliseconds