Home
last modified time | relevance | path

Searched refs:mWantLuminance (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp254 bool mWantLuminance; member in egl::SortConfig
258 : mWantRed(false), mWantGreen(false), mWantBlue(false), mWantAlpha(false), mWantLuminance(false) in SortConfig()
273 case EGL_LUMINANCE_SIZE: mWantLuminance = isSpecified; break; in SortConfig()
286 if(mWantLuminance) total += config->mLuminanceSize; in wantedComponentsSize()