Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_cache.h45 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc);
Dprog_cache.c156 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *cache) in _mesa_delete_program_cache() function
Dprogram.c139 _mesa_delete_program_cache(ctx, ctx->VertexProgram.Cache); in _mesa_free_program_data()
147 _mesa_delete_program_cache(ctx, ctx->GeometryProgram.Cache); in _mesa_free_program_data()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c306 _mesa_delete_program_cache(st->ctx, st->pixel_xfer.cache); in st_destroy_context()