OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_init
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
postprocess.h
68
struct pp_queue_t *
pp_init
(struct pipe_screen *, const unsigned int *);
pp_init.c
42
pp_init
(struct pipe_screen *pscreen, const unsigned int *enabled)
function
/external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h
68
struct pp_queue_t *
pp_init
(struct pipe_screen *, const unsigned int *);
pp_init.c
42
pp_init
(struct pipe_screen *pscreen, const unsigned int *enabled)
function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
Makefile.sources
55
postprocess/
pp_init
.c \
/external/mesa3d/src/gallium/auxiliary/
Makefile.sources
55
postprocess/
pp_init
.c \
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c
153
ctx->pp =
pp_init
(screen->base.screen, ctx->pp_enabled);
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c
153
ctx->pp =
pp_init
(screen->base.screen, ctx->pp_enabled);
Completed in 117 milliseconds