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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 185 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false)
205 case EGL_LUMINANCE_SIZE: mWantLuminance = true; break;
219 if (mWantLuminance) total += config.mLuminanceSize;
Config.h 92 bool mWantLuminance;

Completed in 35 milliseconds