OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_func
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
postprocess.h
39
typedef void (*
pp_func
) (struct pp_queue_t *, struct pipe_resource *,
typedef
46
pp_func
*pp_queue; /* An array of pp_funcs */
filters.h
43
pp_func
main; /* Run function */
pp_init.c
47
pp_func
*tmp_q;
60
tmp_q = CALLOC(curpos, sizeof(
pp_func
));
/external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h
39
typedef void (*
pp_func
) (struct pp_queue_t *, struct pipe_resource *,
typedef
46
pp_func
*pp_queue; /* An array of pp_funcs */
filters.h
43
pp_func
main; /* Run function */
pp_init.c
47
pp_func
*tmp_q;
60
tmp_q = CALLOC(curpos, sizeof(
pp_func
));
Completed in 476 milliseconds