Searched refs:_mesa_readpixels_needs_slow_path (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dreadpix.h37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
H A Dreadpix.c147 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format, function in typeref:typename:GLboolean
195 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_FALSE)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dreadpix.h37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
H A Dreadpix.c155 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format, function in typeref:typename:GLboolean
203 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_FALSE)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_readpixels.c443 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_readpixels.c456 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) {

Completed in 8 milliseconds