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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 63 deInt32 transparentRedValue;
96 , transparentRedValue (0)
egluConfigInfo.cpp 62 case EGL_TRANSPARENT_RED_VALUE: return transparentRedValue;
99 eglGetConfigAttrib(display, config, EGL_TRANSPARENT_RED_VALUE, &dst->transparentRedValue);
  /external/deqp/framework/qphelper/
qpTestLog.h 183 int transparentRedValue;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 369 int transparentRedValue;
397 , transparentRedValue (0)
xeTestLogWriter.cpp 405 << Writer::Attribute("TransparentRedValue", de::toString(config.transparentRedValue))
xeTestResultParser.cpp 630 config->transparentRedValue = toInt(getAttribute("TransparentRedValue"));
  /external/deqp/modules/egl/
teglConfigList.cpp 167 info.transparentRedValue = val;

Completed in 210 milliseconds