Searched refs:maxPBufferPixels (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.cpp | 47 maxPBufferPixels(0), in Config() 358 match = config.maxPBufferPixels >= attributeValue; in filter()
|
D | Config.h | 56 EGLint maxPBufferPixels; // Maximum size of pbuffer member
|
D | Config_unittest.cpp | 37 config.maxPBufferPixels = config.maxPBufferWidth * config.maxPBufferWidth; in GenerateGenericConfig()
|
D | queryutils.cpp | 4138 *value = config->maxPBufferPixels; in QueryConfigAttrib()
|
/third_party/vk-gl-cts/executor/ |
D | xeTestCaseResult.hpp | 378 int maxPBufferPixels; member in xe::ri::EglConfig 409 , maxPBufferPixels (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 408 << Writer::Attribute("MaxPBufferPixels", de::toString(config.maxPBufferPixels)) in writeResultItem()
|
D | xeTestResultParser.cpp | 645 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels")); in handleElementStart()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpTestLog.h | 185 int maxPBufferPixels; member
|
D | qpTestLog.c | 1196 attribs[numAttribs++] = qpSetIntAttrib ("MaxPBufferPixels", config->maxPBufferPixels); in qpTestLog_writeEglConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.cpp | 73 config.maxPBufferPixels = 0; in generateConfigs()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglConfigList.cpp | 136 info.maxPBufferPixels = val; in iterate()
|
D | teglWideColorTests.cpp | 801 …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/ |
D | DisplayEAGL.mm | 232 config.maxPBufferPixels = 4096 * 4096;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 689 config.maxPBufferPixels = getGLXFBConfigAttrib(glxConfig, GLX_MAX_PBUFFER_PIXELS); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 524 config.maxPBufferPixels = getAttrib(WGL_MAX_PBUFFER_PIXELS_ARB); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.mm | 397 config.maxPBufferPixels = 4096 * 4096;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 627 getConfigAttrib(configs[i], EGL_MAX_PBUFFER_PIXELS, &config.maxPBufferPixels); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 1199 config.maxPBufferPixels = ComputeMaximumPBufferPixels(physicalDeviceProperties); in GenerateDefaultConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 518 config.maxPBufferPixels = 4096 * 4096;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 549 config.maxPBufferPixels = in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 1242 config.maxPBufferPixels = in generateConfigs()
|