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

  /external/mesa3d/src/mesa/program/
prog_cache.h 44 struct gl_program_cache;
47 extern struct gl_program_cache *
51 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *pc);
55 struct gl_program_cache *cache);
58 _mesa_search_program_cache(struct gl_program_cache *cache,
63 struct gl_program_cache *cache,
69 struct gl_program_cache *cache,
prog_cache.c 46 struct gl_program_cache struct
83 rehash(struct gl_program_cache *cache)
109 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache,
139 struct gl_program_cache *
142 struct gl_program_cache *cache = CALLOC_STRUCT(gl_program_cache);
157 _mesa_delete_program_cache(struct gl_context *ctx, struct gl_program_cache *cache)
166 struct gl_program_cache *cache)
175 _mesa_search_program_cache(struct gl_program_cache *cache,
204 struct gl_program_cache *cache
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 92 struct gl_program_cache;
    [all...]

Completed in 583 milliseconds