Home
last modified time | relevance | path

Searched refs:testPipelineCacheIsWarm (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanPerformanceCounterTest.cpp330 void testPipelineCacheIsWarm(GLProgram *program, GLColor color);
7729 void VulkanPerformanceCounterTest::testPipelineCacheIsWarm(GLProgram *program, GLColor color) in testPipelineCacheIsWarm() function in __anon81c6933e0111::VulkanPerformanceCounterTest
7760 testPipelineCacheIsWarm(&program, GLColor::red); in TEST_P()
7776 testPipelineCacheIsWarm(&reloadedProgram, GLColor::green); in TEST_P()
7794 testPipelineCacheIsWarm(&twiceReloadedProgram, GLColor::blue); in TEST_P()