Home
last modified time | relevance | path

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 Dreadpix.h37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
H A Dreadpix.c171 _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 Dst_cb_readpixels.c461 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) { in st_ReadPixels()