Searched defs:testExpectation (Results 1 – 4 of 4) sorted by relevance
29 std::string testExpectation = "Mesa DRI Intel(R) HD Graphics 4000 (IVB GT2)"; in TEST() local36 std::string testExpectation = "llvmpipe (LLVM 11.0.0, 256 bits)"; in TEST() local43 std::string testExpectation = "Radeon RX Vega"; in TEST() local51 std::string testExpectation = "AMD Radeon (TM) RX 460 Graphics (POLARIS11)"; in TEST() local58 std::string testExpectation = "AMD Radeon RX 5700"; in TEST() local65 std::string testExpectation = "OpenGL 4.6.0 NVIDIA 391.76"; in TEST() local73 std::string testExpectation = "OpenGL 4.5.0 - Build 22.20.16.4749"; in TEST() local80 std::string testExpectation = "OpenGL ES 4.6.0 NVIDIA 419.67"; in TEST() local87 std::string testExpectation = "OpenGL ES 3.2 v1.r12p0-04rel0.44f2946824bb8739781564bffe2110c9"; in TEST() local94 std::string testExpectation = "OpenGL 4.6.0"; in TEST() local[all …]
62 int32_t testExpectation; member
678 int32_t testExpectation = in ANGLETestSetUp() local
1974 void TestSuite::maybeUpdateTestTimeout(uint32_t testExpectation) in maybeUpdateTestTimeout()