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_dx11/src/libEGL/
Config.h 85 bool mWantRed;
Config.cpp 133 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
149 case EGL_RED_SIZE: mWantRed = true; break;
163 if (mWantRed) total += config.mRedSize;

Completed in 112 milliseconds