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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 72 deInt32 transparentBlueValue;
118 , transparentBlueValue (0)
egluConfigInfo.cpp 70 case EGL_TRANSPARENT_BLUE_VALUE: return transparentBlueValue;
119 egl.getConfigAttrib(display, config, EGL_TRANSPARENT_BLUE_VALUE, &dst->transparentBlueValue);
  /external/deqp/framework/qphelper/
qpTestLog.h 187 int transparentBlueValue;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 381 int transparentBlueValue;
409 , transparentBlueValue (0)
xeTestLogWriter.cpp 411 << Writer::Attribute("TransparentBlueValue", de::toString(config.transparentBlueValue))
xeTestResultParser.cpp 642 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue"));
  /external/deqp/modules/egl/
teglConfigList.cpp 175 info.transparentBlueValue = val;
teglWideColorTests.cpp 766 info.transparentBlueValue = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_TRANSPARENT_BLUE_VALUE);
    [all...]

Completed in 122 milliseconds