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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 51 deUint32 colorBufferType;
97 , colorBufferType (0)
egluConfigInfo.cpp 49 case EGL_COLOR_BUFFER_TYPE: return colorBufferType;
98 egl.getConfigAttrib(display, config, EGL_COLOR_BUFFER_TYPE, (EGLint*)&dst->colorBufferType);
  /external/deqp/modules/egl/
teglConfigList.cpp 109 std::string colorBufferType = de::toString(eglu::getColorBufferTypeStr(val));
110 info.colorBufferType = colorBufferType.c_str();
teglChooseConfigReference.cpp 165 return getColorBufferTypeRank((EGLenum)a.m_info.colorBufferType) < getColorBufferTypeRank((EGLenum)b.m_info.colorBufferType);
180 DE_ASSERT(a.m_info.colorBufferType == b.m_info.colorBufferType);
181 switch (a.m_info.colorBufferType)
teglQueryConfigTests.cpp 439 const EGLint colorBufferType = getValue(config, EGL_COLOR_BUFFER_TYPE);
454 if (colorBufferType == EGL_RGB_BUFFER)
474 else if (colorBufferType == EGL_LUMINANCE_BUFFER)
teglWideColorTests.cpp 714 std::string colorBufferType = de::toString(eglu::getColorBufferTypeStr(val));
715 info.colorBufferType = colorBufferType.c_str();
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.h 167 const char* colorBufferType;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 361 std::string colorBufferType;
xeTestLogWriter.cpp 391 << Writer::Attribute("ColorBufferType", config.colorBufferType)
xeTestResultParser.cpp 622 config->colorBufferType = getAttribute("ColorBufferType");

Completed in 113 milliseconds