HomeSort by relevance Sort by last modified time
    Searched defs:_mesa_get_compressed_formats (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress.h 40 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats);
61 #define _mesa_get_compressed_formats( c, f ) 0 macro
texcompress.c 234 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats) function