Searched refs:coordTypeGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 697 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 698 group2D->addChild(coordTypeGroup); in init() 708 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 736 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 737 groupCube->addChild(coordTypeGroup); in init() 741 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 685 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 686 group2D->addChild(coordTypeGroup); in init() 696 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 724 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 725 groupCube->addChild(coordTypeGroup); in init() 729 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 1138 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 1139 group2D->addChild(coordTypeGroup); in init() 1157 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 1229 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 1230 groupCube->addChild(coordTypeGroup); in init() 1234 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 1801 …de::MovePtr<tcu::TestCaseGroup> coordTypeGroup (new tcu::TestCaseGroup(testCtx, coordTypes[coordT… in populateTextureMipmappingTests() local 1830 …coordTypeGroup->addChild(new TextureTestCase<Texture2DMipmapTestInstance>(testCtx, name.str().c_st… in populateTextureMipmappingTests() 1835 group2D->addChild(coordTypeGroup.release()); in populateTextureMipmappingTests() 1928 …de::MovePtr<tcu::TestCaseGroup> coordTypeGroup (new tcu::TestCaseGroup(testCtx, cubeCoordTypes[coo… in populateTextureMipmappingTests() local 1954 …coordTypeGroup->addChild(new TextureTestCase<TextureCubeMipmapTestInstance>(testCtx, name.str().c_… in populateTextureMipmappingTests() 1959 groupCube->addChild(coordTypeGroup.release()); in populateTextureMipmappingTests() 2029 …de::MovePtr<tcu::TestCaseGroup> coordTypeGroup (new tcu::TestCaseGroup(testCtx, coordTypes[coordTy… in populateTextureMipmappingTests() local 2062 …coordTypeGroup->addChild(new TextureTestCase<Texture3DMipmapTestInstance>(testCtx, name.str().c_st… in populateTextureMipmappingTests() 2067 group3D->addChild(coordTypeGroup.release()); in populateTextureMipmappingTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 2471 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 2472 group2D->addChild(coordTypeGroup); in init() 2490 …coordTypeGroup->addChild(new Texture2DMipmapCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 2579 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].n… in init() local 2580 groupCube->addChild(coordTypeGroup); in init() 2584 …coordTypeGroup->addChild(new TextureCubeMipmapCase(m_testCtx, m_context.getRenderContext(), m_cont… in init() 2646 …tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name,… in init() local 2647 group3D->addChild(coordTypeGroup); in init() 2665 coordTypeGroup->addChild(new Texture3DMipmapCase(m_context, in init()
|