OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swrast_mask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_clear.c
87
GLbitfield
swrast_mask
= 0;
local
106
swrast_mask
|= (1 << i);
110
if (unlikely(
swrast_mask
)) {
111
debug_mask("swrast",
swrast_mask
);
112
_swrast_Clear(ctx,
swrast_mask
);
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c
87
GLbitfield
swrast_mask
= 0;
local
106
swrast_mask
|= (1 << i);
110
if (unlikely(
swrast_mask
)) {
111
debug_mask("swrast",
swrast_mask
);
112
_swrast_Clear(ctx,
swrast_mask
);
Completed in 564 milliseconds