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