Searched refs:_mesa_readpixels_needs_slow_path (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | readpix.h | 37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
|
H A D | readpix.c | 171 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format, in _mesa_readpixels_needs_slow_path() function 219 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_FALSE)) { in readpixels_can_use_memcpy()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 461 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) { in st_ReadPixels()
|