Home
last modified time | relevance | path

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

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-test-pattern.h322 class DepthSunburst : public Sunburst
325 explicit DepthSunburst(bool compute_depth = false);
H A Dpiglit-test-pattern.cpp725 DepthSunburst::DepthSunburst(bool compute_depth) in DepthSunburst() function in DepthSunburst
732 DepthSunburst::draw(const float (*proj)[4]) in draw()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_framebuffer_multisample/
H A Dno-color.cpp132 test_pattern = new DepthSunburst(false /* compute_depth */); in piglit_init()
136 test_pattern = new DepthSunburst(true /* compute_depth */); in piglit_init()
H A Dupsample.cpp118 test_pattern = new DepthSunburst(); in piglit_init()
H A Dmultisample-blit.cpp103 test_pattern = new DepthSunburst(); in piglit_init()
H A Dcommon.cpp633 test = new Test(new DepthSunburst(), in create_test()
638 test = new Test(new DepthSunburst(), in create_test()
H A Dunaligned-blit.cpp146 test_pattern = new DepthSunburst(); in piglit_init()