OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_enabled
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h
61
unsigned int
pp_enabled
[PP_FILTERS];
member in struct:dri_context
dri_context.c
48
ctx->
pp_enabled
[i] = driQueryOptioni(&ctx->optionCache, pp_filters[i].name);
153
ctx->pp = pp_init(screen->base.screen, ctx->
pp_enabled
);
Completed in 1540 milliseconds