Searched refs:rectGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 978 tcu::TestCaseGroup* rectGroup = new tcu::TestCaseGroup(m_testCtx, "rect", "Blit rectangle tests"); in init() local 979 addChild(rectGroup); in init() 990 …rectGroup->addChild(new BlitRectCase(m_context, (name + "_nearest").c_str(), "", GL_NEAREST, srcSi… in init() 991 …rectGroup->addChild(new BlitRectCase(m_context, (name + "_linear").c_str(), "", GL_LINEAR, srcSiz… in init() 1006 …rectGroup->addChild(new BlitNearestFilterConsistencyCase(m_context, name.c_str(), "Test consistenc… in init()
|