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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 52 deInt32 conformant; member in class:eglu::ConfigInfo
85 , conformant (0)
egluConfigInfo.cpp 50 case EGL_CONFORMANT: return conformant;
87 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();
  /external/deqp/framework/qphelper/
qpTestLog.h 170 const char* conformant; member in struct:qpEglConfigInfo_s