Home
last modified time | relevance | path

Searched refs:mWantBlue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp185 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false) in SortConfig()
203 case EGL_BLUE_SIZE: mWantBlue = true; break; in scanForWantedComponents()
217 if (mWantBlue) total += config.mBlueSize; in wantedComponentsSize()
DConfig.h90 bool mWantBlue; variable