Searched refs:alphaMaskSize (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/egl/ |
D | egluConfigInfo.hpp | 48 deInt32 alphaMaskSize; member in eglu::ConfigInfo 94 , alphaMaskSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 46 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/ |
D | xeTestCaseResult.hpp | 358 int alphaMaskSize; member in xe::ri::EglConfig 392 , alphaMaskSize (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 388 << Writer::Attribute("AlphaMaskSize", de::toString(config.alphaMaskSize)) in writeResultItem()
|
D | xeTestResultParser.cpp | 619 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize")); in handleElementStart()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 164 int alphaMaskSize; member
|
D | qpTestLog.c | 1146 attribs[numAttribs++] = qpSetIntAttrib ("AlphaMaskSize", config->alphaMaskSize); in qpTestLog_writeEglConfig()
|
/external/deqp/modules/egl/ |
D | teglConfigList.cpp | 100 info.alphaMaskSize = val; in iterate()
|
D | teglWideColorTests.cpp | 770 info.alphaMaskSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_ALPHA_MASK_SIZE); in writeEglConfig()
|