Home
last modified time | relevance | path

Searched refs:renderGroup (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp624 tcu::TestCaseGroup* renderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Rendering tests"); in init() local
625 addChild(renderGroup); in init()
629 renderGroup->addChild(group); in init()
/external/deqp/modules/gles31/functional/
Des31fTextureBufferTests.cpp655 …TestCaseGroup* const renderGroup = new TestCaseGroup(context, "render", "Setup texture buffer with… in createTextureBufferTests() local
656 root->addChild(renderGroup); in createTextureBufferTests()
663 renderGroup->addChild(renderTypeGroup); in createTextureBufferTests()
Des31fTessellationGeometryInteractionTests.cpp3051 …tcu::TestCaseGroup* const renderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Various ren… in init() local
3055 addChild(renderGroup); in init()
3065 renderGroup->addChild(passthroughGroup); in init()
3066 renderGroup->addChild(limitGroup); in init()
3067 renderGroup->addChild(scatterGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1911 …de::MovePtr<tcu::TestCaseGroup> renderGroup(new tcu::TestCaseGroup(testCtx, render.name.c_str(), "… in createChildren() local
1961 renderGroup->addChild(sizeGroup.release()); in createChildren()
1963 viewGroup->addChild(renderGroup.release()); in createChildren()