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 Dframebuffer.h121 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
H A Ddrawpix.c249 if (!_mesa_source_buffer_exists(ctx, type) ||
H A Dframebuffer.c783 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) function in typeref:typename:GLboolean
H A Dreadpix.c1117 if (!_mesa_source_buffer_exists(ctx, format)) {
H A Dteximage.c2483 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 Dframebuffer.h118 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
H A Ddrawpix.c271 if (!_mesa_source_buffer_exists(ctx, type) ||
H A Dframebuffer.c771 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) function in typeref:typename:GLboolean
H A Dreadpix.c1125 if (!_mesa_source_buffer_exists(ctx, format)) {
H A Dteximage.c2486 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 D7.10.3.rst273 - mesa: fix up assertion in \_mesa_source_buffer_exists
H A D7.10.rst312 - mesa: add GL_RG case to \_mesa_source_buffer_exists()

Completed in 31 milliseconds