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

  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Config.h 89 bool mWantLuminance;
Config.cpp 133 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
153 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break;
167 if (mWantLuminance) total += config.mLuminanceSize;

Completed in 455 milliseconds