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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 65 deInt32 transparentBlueValue;
98 , transparentBlueValue (0)
egluConfigInfo.cpp 64 case EGL_TRANSPARENT_BLUE_VALUE: return transparentBlueValue;
101 eglGetConfigAttrib(display, config, EGL_TRANSPARENT_BLUE_VALUE, &dst->transparentBlueValue);
  /external/deqp/framework/qphelper/
qpTestLog.h 185 int transparentBlueValue;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 371 int transparentBlueValue;
399 , transparentBlueValue (0)
xeTestLogWriter.cpp 407 << Writer::Attribute("TransparentBlueValue", de::toString(config.transparentBlueValue))
xeTestResultParser.cpp 632 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue"));
  /external/deqp/modules/egl/
teglConfigList.cpp 173 info.transparentBlueValue = val;

Completed in 576 milliseconds