Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp1010 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local
1011 addChild(formatGroup); in init()
1013formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init()
1014formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init()
1015formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init()
1016formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init()
1017formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init()
1018formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STEN… in init()
1021 formatGroup->addChild(new UploadTex2DCase (m_context, "stencil_index8_2d", GL_STENCIL_INDEX8)); in init()
1022formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init()
[all …]
Des31fTextureGatherTests.cpp2125 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formats[formatNdx].name, ""); in init() local
2126 textureTypeGroup->addChild(formatGroup); in init()
2133 : formatGroup; in init()
2135 if (formatGroup != cornersGroup) in init()
2136 formatGroup->addChild(cornersGroup); in init()
2186 formatGroup->addChild(swizzleGroup); in init()
2208 formatGroup->addChild(filterModeGroup); in init()
2257 formatGroup->addChild(baseLevelGroup); in init()
2275 formatGroup->addChild(incompleteGroup); in init()
Des31fTextureSpecificationTests.cpp1040 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
1041 texStorageGroup->addChild(formatGroup); in init()
1052formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
1064formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
Des31fTextureBorderClampTests.cpp2386 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2388 formatsGroup->addChild(formatGroup); in init()
2411 formatGroup->addChild(new TextureBorderClampFormatCase(m_context, in init()
2580 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2581 targetGroup->addChild(formatGroup); in init()
2603 formatGroup->addChild(filteringGroup); in init()
2673 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init() local
2675 compareGroup->addChild(formatGroup); in init()
2687 formatGroup->addChild(new TextureBorderClampDepthCompareCase(m_context, in init()
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local
502 addChild(formatGroup); in init()
510formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
532 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), ""); in init() local
533 addChild(formatGroup); in init()
555formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
Des3fFboInvalidateTests.cpp1427 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidating frameb… in init() local
1428 addChild(formatGroup); in init()
1492formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx… in init()
1496formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()
Des3fTextureSpecificationTests.cpp4345 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() wi… in init() local
4346 texStorageGroup->addChild(formatGroup); in init()
4359formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4360formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4374formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init()
4375formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init()
4442 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local
4443 texStorageGroup->addChild(formatGroup); in init()
4459formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init()
4460formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init()
[all …]