Home
last modified time | relevance | path

Searched refs:_mesa_readpixels_needs_slow_path (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dreadpix.h37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
Dreadpix.c145 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format, in _mesa_readpixels_needs_slow_path() function
193 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_FALSE)) { in readpixels_can_use_memcpy()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c440 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) { in st_ReadPixels()