Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dframebuffer.h145 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
H A Ddrawpix.c273 if (!_mesa_source_buffer_exists(ctx, type) || in _mesa_CopyPixels()
H A Dframebuffer.c816 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) in _mesa_source_buffer_exists() function
H A Dreadpix.c1149 if (!_mesa_source_buffer_exists(ctx, format)) { in read_pixels()
H A Dteximage.c2606 if (!_mesa_source_buffer_exists(ctx, baseFormat)) { in copytexture_error_check()
2788 if (!_mesa_source_buffer_exists(ctx, texImage->_BaseFormat)) { in copytexsubimage_error_check()
/aosp_15_r20/external/mesa3d/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()