Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dshader_test.h30 class ShaderTest { class
33 inline static ShaderTest& GetInstance() in GetInstance()
35 static ShaderTest shaderTestCase; in GetInstance()
43 ShaderTest() = default;
44 virtual ~ShaderTest() = default;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dshader_test.cpp21 void ShaderTest::TestDrawShader(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawShader()
39 std::vector<ShaderTest::TestFunc> ShaderTest::ShaderTestCase() in ShaderTestCase()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Dmain.cpp59 testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShaderTest", ShaderTest::GetInstance().ShaderTestCase())); in main()

Completed in 1 milliseconds