Home
last modified time | relevance | path

Searched refs:surfaceheight (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_mustpass.py114 surfaceheight = "256", variable
123 surfaceheight = "256", variable
131 surfaceheight = "256", variable
138 surfaceheight = "256", variable
145 surfaceheight = "256", variable
152 surfaceheight = "256", variable
161 surfaceheight = "256", variable
171 surfaceheight = "256", variable
183 surfaceheight = "256", variable
190 surfaceheight variable
197 surfaceheight = "256", global() variable
204 surfaceheight = "256", global() variable
211 surfaceheight = "256", global() variable
220 surfaceheight = "256", global() variable
228 surfaceheight = "256", global() variable
245 surfaceheight = "256", global() variable
262 surfaceheight = "256", global() variable
279 surfaceheight = "256", global() variable
286 surfaceheight = "256", global() variable
293 surfaceheight = "256", global() variable
300 surfaceheight = "256", global() variable
307 surfaceheight = "256", global() variable
316 surfaceheight = "256", global() variable
324 surfaceheight = "256", global() variable
344 surfaceheight = "256", global() variable
352 surfaceheight = "256", global() variable
359 surfaceheight = "256", global() variable
366 surfaceheight = "256", global() variable
373 surfaceheight = "256", global() variable
382 surfaceheight = "256", global() variable
392 surfaceheight = "256", global() variable
407 surfaceheight = "64", global() variable
412 surfaceheight = "47", global() variable
417 surfaceheight = "-1", global() variable
423 surfaceheight = "64", global() variable
433 surfaceheight = "64", global() variable
438 surfaceheight = "47", global() variable
454 surfaceheight = "256", global() variable
469 surfaceheight = "256", global() variable
484 surfaceheight = "256", global() variable
491 surfaceheight = "256", global() variable
498 surfaceheight = "256", global() variable
505 surfaceheight = "256", global() variable
512 surfaceheight = "256", global() variable
521 surfaceheight = "256", global() variable
529 surfaceheight = "256", global() variable
545 surfaceheight = "256", global() variable
553 surfaceheight = "256", global() variable
560 surfaceheight = "256", global() variable
567 surfaceheight = "256", global() variable
574 surfaceheight = "256", global() variable
583 surfaceheight = "256", global() variable
591 surfaceheight = "256", global() variable
600 surfaceheight = "64", global() variable
609 surfaceheight = "64", global() variable
618 surfaceheight = "64", global() variable
623 surfaceheight = "47", global() variable
628 surfaceheight = "-1", global() variable
634 surfaceheight = "64", global() variable
640 surfaceheight = "64", global() variable
645 surfaceheight = "47", global() variable
654 surfaceheight = "64", global() variable
663 surfaceheight = "64", global() variable
672 surfaceheight = "64", global() variable
677 surfaceheight = "47", global() variable
686 surfaceheight = "64", global() variable
695 surfaceheight = "64", global() variable
704 surfaceheight = "64", global() variable
709 surfaceheight = "47", global() variable
714 surfaceheight = "-1", global() variable
720 surfaceheight = "64", global() variable
730 surfaceheight = "64", global() variable
739 surfaceheight = "64", global() variable
747 surfaceheight = "64", global() variable
752 surfaceheight = "47", global() variable
761 surfaceheight = "64", global() variable
770 surfaceheight = "64", global() variable
779 surfaceheight = "64", global() variable
784 surfaceheight = "47", global() variable
789 surfaceheight = "-1", global() variable
795 surfaceheight = "64", global() variable
805 surfaceheight = "64", global() variable
814 surfaceheight = "64", global() variable
823 surfaceheight = "64", global() variable
828 surfaceheight = "47", global() variable
843 surfaceheight = "64", global() variable
848 surfaceheight = "47", global() variable
853 surfaceheight = "-1", global() variable
859 surfaceheight = "64", global() variable
869 surfaceheight = "64", global() variable
874 surfaceheight = "47", global() variable
883 surfaceheight = "64", global() variable
892 surfaceheight = "64", global() variable
901 surfaceheight = "64", global() variable
1125 surfaceheight = "64", global() variable
1134 surfaceheight = "64", global() variable
1143 surfaceheight = "64", global() variable
1152 surfaceheight = "64", global() variable
1161 surfaceheight = "64", global() variable
1170 surfaceheight = "64", global() variable
1179 surfaceheight = "64", global() variable
1188 surfaceheight = "64", global() variable
1199 surfaceheight = "256", global() variable
1209 surfaceheight = "256", global() variable
[all...]
H A Dmustpass.py53 def __init__ (self, name, filters, glconfig = None, rotation = "unspecified", surfacetype = None, surfacewidth = None, surfaceheight = None, baseseed = None, fboconfig = None, required = False, runtime = None, os = "any", skip = "none"):
60 self.surfaceheight = surfaceheight
122 if config.surfaceheight != None:
123 cmdLine += "--deqp-surface-height=%s " % config.surfaceheight
349 pHeight = config.surfaceheight
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp240 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()

Completed in 4 milliseconds