HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_delete_program_cache (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/program/
prog_cache.h 45 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc);
prog_cache.c 156 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *cache) function
program.c 139 _mesa_delete_program_cache(ctx, ctx->VertexProgram.Cache);
147 _mesa_delete_program_cache(ctx, ctx->GeometryProgram.Cache);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 306 _mesa_delete_program_cache(st->ctx, st->pixel_xfer.cache);

Completed in 175 milliseconds