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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 54 deInt32 conformant; member in class:eglu::ConfigInfo
100 , conformant (0)
egluConfigInfo.cpp 52 case EGL_CONFORMANT: return conformant;
101 egl.getConfigAttrib(display, config, EGL_CONFORMANT, &dst->conformant);
  /external/deqp/modules/egl/
teglConfigList.cpp 120 std::string conformant = de::toString(eglu::getAPIBitsStr(val)); local
121 info.conformant = conformant.c_str();
teglWideColorTests.cpp 789 std::string conformant = de::toString(eglu::getAPIBitsStr(val)); local
790 info.conformant = conformant.c_str();
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.h 170 const char* conformant; member in struct:qpEglConfigInfo_s
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 364 std::string conformant; member in class:xe::ri::EglConfig
xeTestLogWriter.cpp 394 << Writer::Attribute("Conformant", config.conformant)
xeTestResultParser.cpp 625 config->conformant = getAttribute("Conformant");
  /external/swiftshader/tests/GLESUnitTests/
unittests.cpp 129 EGLint conformant = 0; local
130 eglGetConfigAttrib(display, config, EGL_CONFORMANT, &conformant);
132 EXPECT_TRUE(conformant & EGL_OPENGL_ES2_BIT);
    [all...]
  /external/iputils/doc/
docbook2man-spec.pl 21 Trying docbook2man on non-DocBook or non-conformant SGML results in

Completed in 197 milliseconds