Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp606 class SharedColorbufferTest : public FboRenderCase class
609 SharedColorbufferTest (Context& context, const FboConfig& config);
610 virtual ~SharedColorbufferTest (void) {}; in ~SharedColorbufferTest()
615 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest() function in deqp::gles3::Functional::FboCases::SharedColorbufferTest
620 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst) in render()
1594 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorOnlyConfig)); in init()
1595 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorDepthConfig)); in init()
1596 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorDepthStencilConfig)); in init()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1194 class SharedColorbufferTest : public FboRenderCase class
1197 SharedColorbufferTest (Context& context, const FboConfig& config);
1198 virtual ~SharedColorbufferTest (void) {}; in ~SharedColorbufferTest()
1203 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest() function in deqp::gles2::Functional::FboCases::SharedColorbufferTest
1208 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst) in render()
2186 …createChildGroup<FboCases::SharedColorbufferTest> (this, "shared_colorbuffer", "Shared colorbuf… in init()