OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_mesa_new_program_cache
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/program/
prog_cache.h
42
_mesa_new_program_cache
(void);
prog_cache.c
139
_mesa_new_program_cache
(void)
function
program.c
102
ctx->VertexProgram.Cache =
_mesa_new_program_cache
();
110
ctx->FragmentProgram.Cache =
_mesa_new_program_cache
();
118
ctx->GeometryProgram.Cache =
_mesa_new_program_cache
();
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_context.c
193
st->pixel_xfer.cache =
_mesa_new_program_cache
();
Completed in 260 milliseconds