Searched refs:coordTypeGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 695 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 696 group2D->addChild(coordTypeGroup); in init() 706 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 734 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 735 groupCube->addChild(coordTypeGroup); in init() 739 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 684 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 685 group2D->addChild(coordTypeGroup); in init() 695 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 723 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 724 groupCube->addChild(coordTypeGroup); in init() 728 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 1128 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 1129 group2D->addChild(coordTypeGroup); in init() 1147 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 1219 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 1220 groupCube->addChild(coordTypeGroup); in init() 1224 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 2470 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 2471 group2D->addChild(coordTypeGroup); in init() 2489 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 2578 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 2579 groupCube->addChild(coordTypeGroup); in init() 2583 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init() 2645 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 2646 group3D->addChild(coordTypeGroup); in init() 2664 coordTypeGroup->addChild(new Texture3DMipmapCase(m_context, in init()
|