Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.h76 EGLint mTransparentBlueValue; // Transparent blue value variable
DConfig.cpp195 mTransparentBlueValue = 0; in Config()
381 …case EGL_TRANSPARENT_BLUE_VALUE: match = config->mTransparentBlueValue == attribute[1]; … in getConfigs()
DDisplay.cpp245 case EGL_TRANSPARENT_BLUE_VALUE: *value = configuration->mTransparentBlueValue; break; in getConfigAttrib()