Home
last modified time | relevance | path

Searched refs:_mesa_source_buffer_exists (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dframebuffer.h118 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
Ddrawpix.c271 if (!_mesa_source_buffer_exists(ctx, type) || in _mesa_CopyPixels()
Dframebuffer.c771 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) in _mesa_source_buffer_exists() function
Dreadpix.c1125 if (!_mesa_source_buffer_exists(ctx, format)) { in read_pixels()
Dteximage.c2486 if (!_mesa_source_buffer_exists(ctx, baseFormat)) { in copytexture_error_check()
2648 if (!_mesa_source_buffer_exists(ctx, texImage->_BaseFormat)) { in copytexsubimage_error_check()
/third_party/mesa3d/docs/relnotes/
D7.10.3.rst273 - mesa: fix up assertion in \_mesa_source_buffer_exists
D7.10.rst312 - mesa: add GL_RG case to \_mesa_source_buffer_exists()