Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/program/
H A Dprogram.c124 _mesa_delete_program_cache(ctx, ctx->VertexProgram.Cache); in _mesa_free_program_data()
126 _mesa_delete_program_cache(ctx, ctx->FragmentProgram.Cache); in _mesa_free_program_data()
H A Dprog_cache.h51 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc);
H A Dprog_cache.c158 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *cache) in _mesa_delete_program_cache() function