/external/deqp/modules/gles2/functional/ |
D | es2fTextureSizeTests.cpp | 408 …tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap Texture Size Te… in init() local 409 addChild(groupCube); in init() 423 …groupCube->addChild(new TextureCubeSizeCase(m_testCtx, m_context.getRenderContext(), name.str().c_… in init()
|
D | es2fTextureFilteringTests.cpp | 622 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); in init() local 624 addChild(groupCube); in init() 780 …groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_contex… in init() 805 …groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_contex… in init()
|
D | es2fVertexTextureTests.cpp | 1048 …TestCaseGroup* const groupCube = new TestCaseGroup(m_context, "cube", "Cube Map Vertex Textur… in init() local 1056 groupCube->addChild(filteringGroupCube); in init() 1057 groupCube->addChild(wrapGroupCube); in init() 1060 addChild(groupCube); in init()
|
D | es2fTextureMipmapTests.cpp | 1058 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); in init() local 1060 addChild(groupCube); in init() 1230 groupCube->addChild(coordTypeGroup); in init() 1247 groupCube->addChild(genMipmapGroup); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSizeTests.cpp | 409 …tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cubemap Texture Size Te… in init() local 410 addChild(groupCube); in init() 424 …groupCube->addChild(new TextureCubeSizeCase(m_testCtx, m_context.getRenderContext(), name.str().c_… in init()
|
D | es3fTextureFilteringTests.cpp | 1423 …tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Texture Filter… in init() local 1424 addChild(groupCube); in init() 1428 groupCube->addChild(formatsGroup); in init() 1486 groupCube->addChild(sizesGroup); in init() 1514 groupCube->addChild(combinationsGroup); in init() 1546 groupCube->addChild(onlyFaceInteriorGroup); in init()
|
D | es3fTextureMipmapTests.cpp | 2362 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Mipmapping"); in init() local 2365 addChild(groupCube); in init() 2580 groupCube->addChild(coordTypeGroup); in init() 2597 groupCube->addChild(genMipmapGroup); in init() 2616 groupCube->addChild(minLodGroup); in init() 2623 groupCube->addChild(maxLodGroup); in init() 2630 groupCube->addChild(baseLevelGroup); in init() 2637 groupCube->addChild(maxLevelGroup); in init()
|
D | es3fTextureShadowTests.cpp | 1055 …tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube map texture shadow… in init() local 1056 addChild(groupCube); in init() 1061 groupCube->addChild(filterGroup); in init()
|
D | es3fVertexTextureTests.cpp | 1824 …TestCaseGroup* const groupCube = new TestCaseGroup(m_context, "cube", "Cube Map Vertex Textur… in init() local 1838 groupCube->addChild(filteringGroupCube); in init() 1839 groupCube->addChild(wrapGroupCube); in init() 1846 addChild(groupCube); in init()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 652 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); in init() local 654 addChild(groupCube); in init() 737 groupCube->addChild(coordTypeGroup); in init()
|
D | es2aTextureFilteringTests.cpp | 640 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); in init() local 642 addChild(groupCube); in init() 774 …groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_contex… in init()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 640 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); in init() local 642 addChild(groupCube); in init() 725 groupCube->addChild(coordTypeGroup); in init()
|
D | es3aTextureFilteringTests.cpp | 647 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering"); in init() local 649 addChild(groupCube); in init() 749 …groupCube->addChild(new TextureCubeFilteringCase(m_testCtx, m_context.getRenderContext(), m_contex… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 1919 …de::MovePtr<tcu::TestCaseGroup> groupCube (new tcu::TestCaseGroup(testCtx, "cubemap", "Cube Mipm… in populateTextureMipmappingTests() local 1959 groupCube->addChild(coordTypeGroup.release()); in populateTextureMipmappingTests() 2009 groupCube->addChild(minLodGroupCube.release()); in populateTextureMipmappingTests() 2010 groupCube->addChild(maxLodGroupCube.release()); in populateTextureMipmappingTests() 2011 groupCube->addChild(baseLevelGroupCube.release()); in populateTextureMipmappingTests() 2012 groupCube->addChild(maxLevelGroupCube.release()); in populateTextureMipmappingTests() 2014 textureMipmappingTests->addChild(groupCube.release()); in populateTextureMipmappingTests()
|
D | vktTextureFilteringTests.cpp | 1201 …de::MovePtr<tcu::TestCaseGroup> groupCube (new tcu::TestCaseGroup(testCtx, "cube", "Cube Map Te… in populateTextureFilteringTests() local 1328 groupCube->addChild(formatsGroup.release()); in populateTextureFilteringTests() 1329 groupCube->addChild(sizesGroup.release()); in populateTextureFilteringTests() 1330 groupCube->addChild(combinationsGroup.release()); in populateTextureFilteringTests() 1331 groupCube->addChild(onlyFaceInteriorGroup.release()); in populateTextureFilteringTests() 1333 textureFilteringTests->addChild(groupCube.release()); in populateTextureFilteringTests()
|
D | vktTextureShadowTests.cpp | 917 …de::MovePtr<tcu::TestCaseGroup> groupCube (new tcu::TestCaseGroup(testCtx, "cube", "Cube map textu… in populateTextureShadowTests() local 948 groupCube->addChild(filterGroup.release()); in populateTextureShadowTests() 951 textureShadowTests->addChild(groupCube.release()); in populateTextureShadowTests()
|