Searched refs:SharedColorbufferTest (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 642 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()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 1282 class SharedColorbufferTest : public FboRenderCase class 1285 SharedColorbufferTest(Context &context, const FboConfig &config); 1286 virtual ~SharedColorbufferTest(void) in ~SharedColorbufferTest() 1293 SharedColorbufferTest::SharedColorbufferTest(Context &context, const FboConfig &config) in SharedColorbufferTest() function in deqp::gles2::Functional::FboCases::SharedColorbufferTest 1298 void SharedColorbufferTest::render(sglr::Context &context, Surface &dst) in render() 2292 …createChildGroup<FboCases::SharedColorbufferTest>(this, "shared_colorbuffer", "Shared colorbuffer … in init()
|