Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fBufferMapTests.cpp625 …tcu::TestCaseGroup* hintsGroup = new tcu::TestCaseGroup(m_testCtx, "usage_hints", "Different usage… in init() local
626 mapReadGroup->addChild(hintsGroup); in init()
637hintsGroup->addChild(new BufferMapReadCase(m_context, name.c_str(), "", target, hint, size, 0, siz… in init()
671 tcu::TestCaseGroup* hintsGroup = new tcu::TestCaseGroup(m_testCtx, "usage_hints", "Usage hints"); in init() local
672 mapWriteGroup->addChild(hintsGroup); in init()
683hintsGroup->addChild(new BufferMapWriteCase(m_context, name.c_str(), "", target, hint, size, VERIF… in init()
776 tcu::TestCaseGroup* hintsGroup = new tcu::TestCaseGroup(m_testCtx, "usage_hints", "Usage hints"); in init() local
777 mapReadWriteGroup->addChild(hintsGroup); in init()
788hintsGroup->addChild(new BufferMapReadWriteCase(m_context, name.c_str(), "", target, hint, size, 0… in init()