Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCaseResult.hpp359 int maxPBufferPixels; member in xe::ri::EglConfig
390 , maxPBufferPixels (0) in EglConfig()
DxeTestLogWriter.cpp395 << Writer::Attribute("MaxPBufferPixels", de::toString(config.maxPBufferPixels)) in writeResultItem()
DxeTestResultParser.cpp620 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h173 int maxPBufferPixels; member
DqpTestLog.c1130 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferPixels", config->maxPBufferPixels); in qpTestLog_writeEglConfig()
/external/deqp/modules/egl/
DteglConfigList.cpp136 info.maxPBufferPixels = val; in iterate()