Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h75 EGLint mTransparentBlueValue; // Transparent blue value variable
DConfig.cpp189 mTransparentBlueValue = 0; in Config()
386 …case EGL_TRANSPARENT_BLUE_VALUE: match = config->mTransparentBlueValue == attribIt->second; … in getConfigs()
DDisplay.cpp264 case EGL_TRANSPARENT_BLUE_VALUE: *value = configuration->mTransparentBlueValue; break; in getConfigAttrib()