HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_source_buffer_exists (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
framebuffer.h 88 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format);
drawpix.c 251 if (!_mesa_source_buffer_exists(ctx, type) ||
framebuffer.c 851 _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) function
readpix.c 758 if (!_mesa_source_buffer_exists(ctx, format)) {
teximage.c     [all...]

Completed in 45 milliseconds