Home
last modified time | relevance | path

Searched defs:testExpectation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDisplayGL_unittest.cpp29 std::string testExpectation = "Mesa DRI Intel(R) HD Graphics 4000 (IVB GT2)"; in TEST() local
36 std::string testExpectation = "llvmpipe (LLVM 11.0.0, 256 bits)"; in TEST() local
43 std::string testExpectation = "Radeon RX Vega"; in TEST() local
51 std::string testExpectation = "AMD Radeon (TM) RX 460 Graphics (POLARIS11)"; in TEST() local
58 std::string testExpectation = "AMD Radeon RX 5700"; in TEST() local
65 std::string testExpectation = "OpenGL 4.6.0 NVIDIA 391.76"; in TEST() local
73 std::string testExpectation = "OpenGL 4.5.0 - Build 22.20.16.4749"; in TEST() local
80 std::string testExpectation = "OpenGL ES 4.6.0 NVIDIA 419.67"; in TEST() local
87 std::string testExpectation = "OpenGL ES 3.2 v1.r12p0-04rel0.44f2946824bb8739781564bffe2110c9"; in TEST() local
94 std::string testExpectation = "OpenGL 4.6.0"; in TEST() local
[all …]
/aosp_15_r20/external/angle/src/tests/test_expectations/
H A DGPUTestExpectationsParser.h62 int32_t testExpectation; member
/aosp_15_r20/external/angle/src/tests/test_utils/
H A DANGLETest.cpp678 int32_t testExpectation = in ANGLETestSetUp() local
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp1974 void TestSuite::maybeUpdateTestTimeout(uint32_t testExpectation) in maybeUpdateTestTimeout()