Searched refs:mWantLuminance (Results 1 – 1 of 1) sorted by relevance
254 bool mWantLuminance; member in egl::SortConfig258 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false) in SortConfig()273 case EGL_LUMINANCE_SIZE: mWantLuminance = isSpecified; break; in SortConfig()286 if(mWantLuminance) total += config->mLuminanceSize; in wantedComponentsSize()