Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libEGL/
DConfig.cpp133 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false) in SortConfig()
153 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break; in scanForWantedComponents()
167 if (mWantLuminance) total += config.mLuminanceSize; in wantedComponentsSize()
DConfig.h89 bool mWantLuminance; variable