Searched refs:mWantBlue (Results 1 – 1 of 1) sorted by relevance
252 bool mWantBlue; member in egl::SortConfig258 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false) in SortConfig()271 case EGL_BLUE_SIZE: mWantBlue = isSpecified; break; in SortConfig()284 if(mWantBlue) total += config->mBlueSize; in wantedComponentsSize()