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

  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 84 bool mWantRed;
Config.cpp 146 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
162 case EGL_RED_SIZE: mWantRed = true; break;
176 if (mWantRed) total += config.mRedSize;

Completed in 474 milliseconds