Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp46 maxPBufferHeight(0), in Config()
355 match = config.maxPBufferHeight >= attributeValue; in filter()
DConfig.h55 EGLint maxPBufferHeight; // Maximum height of pbuffer member
DConfig_unittest.cpp36 config.maxPBufferHeight = 1024; in GenerateGenericConfig()
Dqueryutils.cpp4135 *value = config->maxPBufferHeight; in QueryConfigAttrib()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp377 int maxPBufferHeight; member in xe::ri::EglConfig
408 , maxPBufferHeight (0) in EglConfig()
DxeTestLogWriter.cpp407 << Writer::Attribute("MaxPBufferHeight", de::toString(config.maxPBufferHeight)) in writeResultItem()
DxeTestResultParser.cpp644 config->maxPBufferHeight = toInt(getAttribute("MaxPBufferHeight")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h184 int maxPBufferHeight; member
DqpTestLog.c1195 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferHeight", config->maxPBufferHeight); in qpTestLog_writeEglConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp72 config.maxPBufferHeight = 0; in generateConfigs()
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp133 info.maxPBufferHeight = val; in iterate()
DteglWideColorTests.cpp799 …info.maxPBufferHeight = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_MAX_PBUFFER_HEIGHT… in writeEglConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm231 config.maxPBufferHeight = 4096;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp688 config.maxPBufferHeight = getGLXFBConfigAttrib(glxConfig, GLX_MAX_PBUFFER_HEIGHT); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp523 config.maxPBufferHeight = getAttrib(WGL_MAX_PBUFFER_HEIGHT_ARB); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm396 config.maxPBufferHeight = 4096;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp626 getConfigAttrib(configs[i], EGL_MAX_PBUFFER_HEIGHT, &config.maxPBufferHeight); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1198 config.maxPBufferHeight = physicalDeviceProperties.limits.maxImageDimension2D; in GenerateDefaultConfig()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm517 config.maxPBufferHeight = 4096;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp548 config.maxPBufferHeight = rendererCaps.max2DTextureSize; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1241 config.maxPBufferHeight = rendererCaps.max2DTextureSize; in generateConfigs()