Searched refs:_mesa_source_buffer_exists (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | framebuffer.h | 121 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
|
| H A D | drawpix.c | 249 if (!_mesa_source_buffer_exists(ctx, type) ||
|
| H A D | framebuffer.c | 783 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) function in typeref:typename:GLboolean
|
| H A D | readpix.c | 1117 if (!_mesa_source_buffer_exists(ctx, format)) {
|
| H A D | teximage.c | 2483 if (!_mesa_source_buffer_exists(ctx, baseFormat)) { 2645 if (!_mesa_source_buffer_exists(ctx, texImage->_BaseFormat)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | framebuffer.h | 118 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
|
| H A D | drawpix.c | 271 if (!_mesa_source_buffer_exists(ctx, type) ||
|
| H A D | framebuffer.c | 771 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) function in typeref:typename:GLboolean
|
| H A D | readpix.c | 1125 if (!_mesa_source_buffer_exists(ctx, format)) {
|
| H A D | teximage.c | 2486 if (!_mesa_source_buffer_exists(ctx, baseFormat)) { 2648 if (!_mesa_source_buffer_exists(ctx, texImage->_BaseFormat)) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.3.rst | 273 - mesa: fix up assertion in \_mesa_source_buffer_exists
|
| H A D | 7.10.rst | 312 - mesa: add GL_RG case to \_mesa_source_buffer_exists()
|
Completed in 31 milliseconds