Searched refs:mLuminanceSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp81 mLuminanceSize = 0;
180 if (mWantLuminance) total += config.mLuminanceSize;
294 case EGL_LUMINANCE_SIZE: match = config->mLuminanceSize >= attribute[1]; break;
H A DConfig.h40 EGLint mLuminanceSize; // Bits of Luminance in the color buffer member in class:egl::Config
H A DDisplay.cpp177 case EGL_LUMINANCE_SIZE: *value = configuration->mLuminanceSize; break;

Completed in 155 milliseconds