Home
last modified time | relevance | path

Searched refs:_mesa_delete_program_cache (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_cache.h51 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc);
Dprog_cache.c157 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *cache) in _mesa_delete_program_cache() function
Dprogram.c119 _mesa_delete_program_cache(ctx, ctx->VertexProgram.Cache); in _mesa_free_program_data()