Searched refs:mWantLuminance (Results 1 – 2 of 2) sorted by relevance
133 : 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()
89 bool mWantLuminance; variable