Searched refs:surfaceheight (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_mustpass.py | 112 surfaceheight = "256", 121 surfaceheight = "256", 129 surfaceheight = "256", 136 surfaceheight = "256", 143 surfaceheight = "256", 150 surfaceheight = "256", 159 surfaceheight = "256", 169 surfaceheight = "256", 181 surfaceheight = "256", 188 surfaceheight = "256", [all …]
|
D | mustpass.py | 52 …e, rotation = "unspecified", surfacetype = None, surfacewidth = None, surfaceheight = None, basese… argument 59 self.surfaceheight = surfaceheight 121 if config.surfaceheight != None: 122 cmdLine += "--deqp-surface-height=%s " % config.surfaceheight 348 pHeight = config.surfaceheight
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 240 EGLint surfacewidth = 0, surfaceheight = 0; in TEST_P() local 242 eglQuerySurface(mEglDisplay, s, EGL_HEIGHT, &surfaceheight); in TEST_P() 252 ASSERT_TRUE(surfaceheight == static_cast<int>(visualsize.Y)); in TEST_P()
|