HomeSort by relevance Sort by last modified time
    Searched refs:mWantBlue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 86 bool mWantBlue;
Config.cpp 146 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
164 case EGL_BLUE_SIZE: mWantBlue = true; break;
178 if (mWantBlue) total += config.mBlueSize;

Completed in 543 milliseconds