Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_cache.h48 _mesa_new_program_cache(void);
Dprogram.c96 ctx->VertexProgram.Cache = _mesa_new_program_cache(); in _mesa_init_program()
102 ctx->FragmentProgram.Cache = _mesa_new_program_cache(); in _mesa_init_program()
Dprog_cache.c140 _mesa_new_program_cache(void) in _mesa_new_program_cache() function