Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp47 maxPBufferPixels(0), in Config()
358 match = config.maxPBufferPixels >= attributeValue; in filter()
DConfig.h56 EGLint maxPBufferPixels; // Maximum size of pbuffer member
DConfig_unittest.cpp37 config.maxPBufferPixels = config.maxPBufferWidth * config.maxPBufferWidth; in GenerateGenericConfig()
Dqueryutils.cpp4138 *value = config->maxPBufferPixels; in QueryConfigAttrib()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp378 int maxPBufferPixels; member in xe::ri::EglConfig
409 , maxPBufferPixels (0) in EglConfig()
DxeTestLogWriter.cpp408 << Writer::Attribute("MaxPBufferPixels", de::toString(config.maxPBufferPixels)) in writeResultItem()
DxeTestResultParser.cpp645 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h185 int maxPBufferPixels; member
DqpTestLog.c1196 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferPixels", config->maxPBufferPixels); in qpTestLog_writeEglConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp73 config.maxPBufferPixels = 0; in generateConfigs()
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp136 info.maxPBufferPixels = val; in iterate()
DteglWideColorTests.cpp801 …info.maxPBufferPixels = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_MAX_PBUFFER_PIXELS… in writeEglConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm232 config.maxPBufferPixels = 4096 * 4096;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp689 config.maxPBufferPixels = getGLXFBConfigAttrib(glxConfig, GLX_MAX_PBUFFER_PIXELS); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp524 config.maxPBufferPixels = getAttrib(WGL_MAX_PBUFFER_PIXELS_ARB); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm397 config.maxPBufferPixels = 4096 * 4096;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp627 getConfigAttrib(configs[i], EGL_MAX_PBUFFER_PIXELS, &config.maxPBufferPixels); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1199 config.maxPBufferPixels = ComputeMaximumPBufferPixels(physicalDeviceProperties); in GenerateDefaultConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm518 config.maxPBufferPixels = 4096 * 4096;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp549 config.maxPBufferPixels = in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1242 config.maxPBufferPixels = in generateConfigs()