Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dframebuffer.h121 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
Ddrawpix.c250 if (!_mesa_source_buffer_exists(ctx, type) || in _mesa_CopyPixels()
Dframebuffer.c773 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) in _mesa_source_buffer_exists() function
Dreadpix.c1077 if (!_mesa_source_buffer_exists(ctx, format)) { in read_pixels()
Dteximage.c2479 if (!_mesa_source_buffer_exists(ctx, baseFormat)) { in copytexture_error_check()
2627 if (!_mesa_source_buffer_exists(ctx, texImage->_BaseFormat)) { in copytexsubimage_error_check()