OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWantBlue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Config.h
86
bool
mWantBlue
;
Config.cpp
146
: mWantRed(false), mWantGreen(false),
mWantBlue
(false), mWantAlpha(false), mWantLuminance(false)
164
case EGL_BLUE_SIZE:
mWantBlue
= true; break;
178
if (
mWantBlue
) total += config.mBlueSize;
Completed in 1506 milliseconds