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/src/libEGL/
Config.h 88 bool mWantLuminance;
Config.cpp 146 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
166 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break;
180 if (mWantLuminance) total += config.mLuminanceSize;

Completed in 31 milliseconds