HomeSort by relevance Sort by last modified time
    Searched defs:transparentType (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/egl/
teglConfigList.cpp 165 std::string transparentType = de::toString(eglu::getTransparentTypeStr(val));
166 info.transparentType = transparentType.c_str();
teglQueryConfigTests.cpp 509 const EGLint transparentType = getValue(config, EGL_TRANSPARENT_TYPE);
518 if (transparentType == EGL_TRANSPARENT_RGB)
teglWideColorTests.cpp 824 std::string transparentType = de::toString(eglu::getTransparentTypeStr(val));
825 info.transparentType = transparentType.c_str();
    [all...]
  /external/deqp/framework/egl/
egluConfigInfo.hpp 69 deUint32 transparentType;
115 , transparentType (0)
  /external/deqp/framework/qphelper/
qpTestLog.h 184 const char* transparentType;
  /external/deqp/executor/
xeTestCaseResult.hpp 378 std::string transparentType;

Completed in 432 milliseconds