Home
last modified time | relevance | path

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

12

/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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp46 maxPBufferPixels(0), in Config()
352 match = config.maxPBufferPixels >= attributeValue; in filter()
DConfig.h55 EGLint maxPBufferPixels; // Maximum size of pbuffer member
DConfig_unittest.cpp37 config.maxPBufferPixels = config.maxPBufferWidth * config.maxPBufferWidth; in GenerateGenericConfig()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp379 int maxPBufferPixels; member in xe::ri::EglConfig
410 , maxPBufferPixels (0) in EglConfig()
DxeTestLogWriter.cpp406 << Writer::Attribute("MaxPBufferPixels", de::toString(config.maxPBufferPixels)) in writeResultItem()
DxeTestResultParser.cpp646 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h186 int maxPBufferPixels; member
DqpTestLog.c1197 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferPixels", config->maxPBufferPixels); in qpTestLog_writeEglConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp67 config.maxPBufferPixels = 0; in generateConfigs()
/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm232 config.maxPBufferPixels = 4096 * 4096;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm249 config.maxPBufferPixels = 4096 * 4096;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp475 config.maxPBufferPixels = ComputeMaximumPBufferPixels(physicalDeviceProperties); in GenerateDefaultConfig()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp345 getConfigAttrib(configs[i], EGL_MAX_PBUFFER_PIXELS, &config.maxPBufferPixels); in generateConfigs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp645 config.maxPBufferPixels = getGLXFBConfigAttrib(glxConfig, GLX_MAX_PBUFFER_PIXELS); in generateConfigs()
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp530 config.maxPBufferPixels = getAttrib(WGL_MAX_PBUFFER_PIXELS_ARB); 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()

12