Home
last modified time | relevance | path

Searched refs:maxPBufferPixels (Results 1 – 7 of 7) sorted by relevance

/external/deqp/executor/
DxeTestCaseResult.hpp369 int maxPBufferPixels; member in xe::ri::EglConfig
400 , maxPBufferPixels (0) in EglConfig()
DxeTestLogWriter.cpp399 << Writer::Attribute("MaxPBufferPixels", de::toString(config.maxPBufferPixels)) in writeResultItem()
DxeTestResultParser.cpp630 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h175 int maxPBufferPixels; member
DqpTestLog.c1108 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferPixels", config->maxPBufferPixels); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp136 info.maxPBufferPixels = val; in iterate()
DteglWideColorTests.cpp778 …info.maxPBufferPixels = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_MAX_PBUFFER_PIXELS… in writeEglConfig()