Searched refs:colorBufferType (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp44 deUint32 colorBufferType; member in class:eglu::ConfigInfo
77 , colorBufferType (0)
H A DegluConfigInfo.cpp43 case EGL_COLOR_BUFFER_TYPE: return colorBufferType;
80 eglGetConfigAttrib(display, config, EGL_COLOR_BUFFER_TYPE, (EGLint*)&dst->colorBufferType);
/external/deqp/modules/egl/
H A DteglConfigList.cpp107 std::string colorBufferType = de::toString(eglu::getColorBufferTypeStr(val)); local
108 info.colorBufferType = colorBufferType.c_str();
H A DteglChooseConfigReference.cpp113 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)
H A DteglQueryConfigTests.cpp411 const EGLint colorBufferType = getValue(config, EGL_COLOR_BUFFER_TYPE); local
426 if (colorBufferType == EGL_RGB_BUFFER)
446 else if (colorBufferType == EGL_LUMINANCE_BUFFER)
/external/deqp/framework/qphelper/
H A DqpTestLog.h165 const char* colorBufferType; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1122 attribs[numAttribs++] = qpSetStringAttrib ("ColorBufferType", config->colorBufferType);
/external/deqp/executor/
H A DxeTestCaseResult.hpp351 std::string colorBufferType; member in class:xe::ri::EglConfig
H A DxeTestLogWriter.cpp387 << Writer::Attribute("ColorBufferType", config.colorBufferType)
H A DxeTestResultParser.cpp612 config->colorBufferType = getAttribute("ColorBufferType");

Completed in 148 milliseconds