Functions | |
struct gl_program_cache * | _mesa_new_program_cache (void) |
void | _mesa_delete_program_cache (GLcontext *ctx, struct gl_program_cache *pc) |
struct gl_program * | _mesa_search_program_cache (struct gl_program_cache *cache, const void *key, GLuint keysize) |
void | _mesa_program_cache_insert (GLcontext *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_program *program) |
void _mesa_delete_program_cache | ( | GLcontext * | ctx, | |
struct gl_program_cache * | pc | |||
) |
struct gl_program_cache* _mesa_new_program_cache | ( | void | ) | [read] |
void _mesa_program_cache_insert | ( | GLcontext * | ctx, | |
struct gl_program_cache * | cache, | |||
const void * | key, | |||
GLuint | keysize, | |||
struct gl_program * | program | |||
) |
struct gl_program* _mesa_search_program_cache | ( | struct gl_program_cache * | cache, | |
const void * | key, | |||
GLuint | keysize | |||
) | [read] |