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 D | readpix.h | 37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
|
| H A D | readpix.c | 147 _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 D | readpix.h | 37 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
|
| H A D | readpix.c | 155 _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 D | st_cb_readpixels.c | 443 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 456 if (_mesa_readpixels_needs_slow_path(ctx, format, type, GL_TRUE)) {
|
Completed in 8 milliseconds