Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/scripts/
Dbuild_mustpass.py110 surfacewidth = "256",
119 surfacewidth = "256",
127 surfacewidth = "256",
134 surfacewidth = "256",
141 surfacewidth = "256",
148 surfacewidth = "256",
157 surfacewidth = "256",
167 surfacewidth = "256",
179 surfacewidth = "256",
186 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
345 pWidth = config.surfacewidth + ','
/external/angle/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp234 EGLint surfacewidth = 0, surfaceheight = 0; in TEST_P() local
235 eglQuerySurface(mEglDisplay, s, EGL_WIDTH, &surfacewidth); in TEST_P()
245 ASSERT_TRUE(surfacewidth == static_cast<int>(visualsize.X)); in TEST_P()