Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp604 class SharedColorbufferTest : public FboRenderCase class
607 SharedColorbufferTest (Context& context, const FboConfig& config);
608 virtual ~SharedColorbufferTest (void) {}; in ~SharedColorbufferTest()
613 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest() function in deqp::gles3::Functional::FboCases::SharedColorbufferTest
618 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst) in render()
1592 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorOnlyConfig)); in init()
1593 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorDepthConfig)); in init()
1594 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorDepthStencilConfig)); in init()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1172 class SharedColorbufferTest : public FboRenderCase class
1175 SharedColorbufferTest (Context& context, const FboConfig& config);
1176 virtual ~SharedColorbufferTest (void) {}; in ~SharedColorbufferTest()
1181 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest() function in deqp::gles2::Functional::FboCases::SharedColorbufferTest
1186 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst) in render()
2164 …createChildGroup<FboCases::SharedColorbufferTest> (this, "shared_colorbuffer", "Shared colorbuf… in init()