Home
last modified time | relevance | path

Searched refs:maxSwapInterval (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/egl/
DegluConfigInfo.hpp57 deInt32 maxSwapInterval; member in eglu::ConfigInfo
90 , maxSwapInterval (0) in ConfigInfo()
DegluConfigInfo.cpp55 case EGL_MAX_SWAP_INTERVAL: return maxSwapInterval; in getAttribute()
92 egl.getConfigAttrib(display, config, EGL_MAX_SWAP_INTERVAL, &dst->maxSwapInterval); in queryConfigInfo()
/external/deqp/executor/
DxeTestCaseResult.hpp360 int maxSwapInterval; member in xe::ri::EglConfig
391 , maxSwapInterval (0) in EglConfig()
DxeTestLogWriter.cpp396 << Writer::Attribute("MaxSwapInterval", de::toString(config.maxSwapInterval)) in writeResultItem()
DxeTestResultParser.cpp621 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h174 int maxSwapInterval; member
DqpTestLog.c1131 attribs[numAttribs++] = qpSetIntAttrib ("MaxSwapInterval", config->maxSwapInterval); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp139 info.maxSwapInterval = val; in iterate()