Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp642 class SharedColorbufferTest : public FboRenderCase class
645 SharedColorbufferTest(Context &context, const FboConfig &config);
646 virtual ~SharedColorbufferTest(void) in ~SharedColorbufferTest()
653 SharedColorbufferTest::SharedColorbufferTest(Context &context, const FboConfig &config) in SharedColorbufferTest() function in deqp::gles3::Functional::FboCases::SharedColorbufferTest
658 void SharedColorbufferTest::render(sglr::Context &context, Surface &dst) in render()
1637 sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorOnlyConfig)); in init()
1638 … sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorDepthConfig)); in init()
1639 … sharedColorbufferGroup->addChild(new SharedColorbufferTest(m_context, colorDepthStencilConfig)); in init()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp1273 class SharedColorbufferTest : public FboRenderCase class
1276 SharedColorbufferTest(Context &context, const FboConfig &config);
1277 virtual ~SharedColorbufferTest(void) in ~SharedColorbufferTest()
1284 SharedColorbufferTest::SharedColorbufferTest(Context &context, const FboConfig &config) in SharedColorbufferTest() function in deqp::gles2::Functional::FboCases::SharedColorbufferTest
1289 void SharedColorbufferTest::render(sglr::Context &context, Surface &dst) in render()
2278 …createChildGroup<FboCases::SharedColorbufferTest>(this, "shared_colorbuffer", "Shared colorbuffer … in init()