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 85 bool mWantRed;
Config.cpp 149 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
165 case EGL_RED_SIZE: mWantRed = true; break;
179 if (mWantRed) total += config.mRedSize;

Completed in 3318 milliseconds