Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dshader_test.h40 std::vector<TestFunc> ShaderTestCase();
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dshader_test.cpp39 std::vector<ShaderTest::TestFunc> ShaderTest::ShaderTestCase() in ShaderTestCase() function in OHOS::Rosen::Drawing::ShaderTest
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Dmain.cpp59 …ert(pair<string, std::vector<TestFunc>>("ShaderTest", ShaderTest::GetInstance().ShaderTestCase())); in main()