Home
last modified time | relevance | path

Searched refs:maxViewportDims (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustClientMemoryTest.cpp98 GLint maxViewportDims[2]; in TEST_P() local
99 glGetIntegervRobustANGLE(GL_MAX_VIEWPORT_DIMS, 2, nullptr, maxViewportDims); in TEST_P()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRasterizationTests.cpp570 int maxViewportDims[2] = {}; in iterate() local
572 gl.getIntegerv(GL_MAX_VIEWPORT_DIMS, maxViewportDims); in iterate()
573 int maxFboWidth = std::min(maxRenderbufferSize, maxViewportDims[0]); in iterate()

Completed in 4 milliseconds