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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 44 deUint32 colorBufferType;
77 , colorBufferType (0)
egluConfigInfo.cpp 43 case EGL_COLOR_BUFFER_TYPE: return colorBufferType;
80 eglGetConfigAttrib(display, config, EGL_COLOR_BUFFER_TYPE, (EGLint*)&dst->colorBufferType);
  /external/deqp/modules/egl/
teglConfigList.cpp 107 std::string colorBufferType = de::toString(eglu::getColorBufferTypeStr(val));
108 info.colorBufferType = colorBufferType.c_str();
teglChooseConfigReference.cpp 113 return getColorBufferTypeRank((EGLenum)a.m_info.colorBufferType) < getColorBufferTypeRank((EGLenum)b.m_info.colorBufferType);
118 DE_ASSERT(a.m_info.colorBufferType == b.m_info.colorBufferType);
119 switch (a.m_info.colorBufferType)
teglQueryConfigTests.cpp 411 const EGLint colorBufferType = getValue(config, EGL_COLOR_BUFFER_TYPE);
426 if (colorBufferType == EGL_RGB_BUFFER)
446 else if (colorBufferType == EGL_LUMINANCE_BUFFER)
  /external/deqp/framework/qphelper/
qpTestLog.h 165 const char* colorBufferType;
qpTestLog.c     [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 351 std::string colorBufferType;
xeTestLogWriter.cpp 387 << Writer::Attribute("ColorBufferType", config.colorBufferType)
xeTestResultParser.cpp 612 config->colorBufferType = getAttribute("ColorBufferType");

Completed in 50 milliseconds