Home
last modified time | relevance | path

Searched refs:readRenderGroup (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp1031 tcu::TestCaseGroup* const readRenderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Read rendered stencil values"); in init() member in deqp::gles31::Functional::tcu
1032 addChild(readRenderGroup); in init()
1034 readRenderGroup->addChild(new ClearTex2DCase (m_context, "depth32f_stencil8_clear", GL_DEPTH32F_STENCIL8)); in init()
1035 readRenderGroup->addChild(new RenderTex2DCase (m_context, "depth32f_stencil8_draw", GL_DEPTH32F_STENCIL8)); in init()
1036 readRenderGroup->addChild(new ClearTex2DCase (m_context, "depth24_stencil8_clear", GL_DEPTH24_STENCIL8)); in init()
1037 readRenderGroup->addChild(new RenderTex2DCase (m_context, "depth24_stencil8_draw", GL_DEPTH24_STENCIL8)); in init()

Completed in 2 milliseconds