Searched refs:surfacewidth (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/scripts/ |
D | build_mustpass.py | 110 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 …]
|
D | mustpass.py | 52 …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/ |
D | EGLDirectCompositionTest.cpp | 234 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()
|