Home | History | Annotate | Download | only in program

Lines Matching refs:Cache

102    ctx->VertexProgram.Cache = _mesa_new_program_cache();
110 ctx->FragmentProgram.Cache = _mesa_new_program_cache();
118 ctx->GeometryProgram.Cache = _mesa_new_program_cache();
139 _mesa_delete_program_cache(ctx, ctx->VertexProgram.Cache);
143 _mesa_delete_shader_cache(ctx, ctx->FragmentProgram.Cache);
147 _mesa_delete_program_cache(ctx, ctx->GeometryProgram.Cache);