Home
last modified time | relevance | path

Searched refs:surfacewidth (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_mustpass.py111 surfacewidth = "256",
120 surfacewidth = "256",
128 surfacewidth = "256",
135 surfacewidth = "256",
142 surfacewidth = "256",
149 surfacewidth = "256",
158 surfacewidth = "256",
168 surfacewidth = "256",
180 surfacewidth = "256",
187 surfacewidth = "256",
[all …]
Dmustpass.py52 …lters, glconfig = None, rotation = "unspecified", surfacetype = None, surfacewidth = None, surface… argument
58 self.surfacewidth = surfacewidth
118 if config.surfacewidth != None:
119 cmdLine += "--deqp-surface-width=%s " % config.surfacewidth
347 pWidth = config.surfacewidth + ','
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp240 EGLint surfacewidth = 0, surfaceheight = 0; in TEST_P() local
241 eglQuerySurface(mEglDisplay, s, EGL_WIDTH, &surfacewidth); in TEST_P()
251 ASSERT_TRUE(surfacewidth == static_cast<int>(visualsize.X)); in TEST_P()