Home
last modified time | relevance | path

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

12

/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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp45 maxPBufferHeight(0), in Config()
349 match = config.maxPBufferHeight >= attributeValue; in filter()
DConfig.h54 EGLint maxPBufferHeight; // Maximum height of pbuffer member
DConfig_unittest.cpp36 config.maxPBufferHeight = 1024; in GenerateGenericConfig()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp378 int maxPBufferHeight; member in xe::ri::EglConfig
409 , maxPBufferHeight (0) in EglConfig()
DxeTestLogWriter.cpp405 << Writer::Attribute("MaxPBufferHeight", de::toString(config.maxPBufferHeight)) in writeResultItem()
DxeTestResultParser.cpp645 config->maxPBufferHeight = toInt(getAttribute("MaxPBufferHeight")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h185 int maxPBufferHeight; member
DqpTestLog.c1196 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferHeight", config->maxPBufferHeight); in qpTestLog_writeEglConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp66 config.maxPBufferHeight = 0; in generateConfigs()
/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm231 config.maxPBufferHeight = 4096;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm248 config.maxPBufferHeight = 4096;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp474 config.maxPBufferHeight = physicalDeviceProperties.limits.maxImageDimension2D; in GenerateDefaultConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp344 getConfigAttrib(configs[i], EGL_MAX_PBUFFER_HEIGHT, &config.maxPBufferHeight); in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp644 config.maxPBufferHeight = getGLXFBConfigAttrib(glxConfig, GLX_MAX_PBUFFER_HEIGHT); in generateConfigs()
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp529 config.maxPBufferHeight = getAttrib(WGL_MAX_PBUFFER_HEIGHT_ARB); 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()

12