Home
last modified time | relevance | path

Searched refs:alphaMaskSize (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp48 deInt32 alphaMaskSize; member in eglu::ConfigInfo
94 , alphaMaskSize (0) in ConfigInfo()
DegluConfigInfo.cpp46 case EGL_ALPHA_MASK_SIZE: return alphaMaskSize; in getAttribute()
95 egl.getConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize); in queryCoreConfigInfo()
/external/deqp/executor/
DxeTestCaseResult.hpp358 int alphaMaskSize; member in xe::ri::EglConfig
392 , alphaMaskSize (0) in EglConfig()
DxeTestLogWriter.cpp388 << Writer::Attribute("AlphaMaskSize", de::toString(config.alphaMaskSize)) in writeResultItem()
DxeTestResultParser.cpp619 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h164 int alphaMaskSize; member
DqpTestLog.c1146 attribs[numAttribs++] = qpSetIntAttrib ("AlphaMaskSize", config->alphaMaskSize); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp100 info.alphaMaskSize = val; in iterate()
DteglWideColorTests.cpp770 info.alphaMaskSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_ALPHA_MASK_SIZE); in writeEglConfig()