/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 1010 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Formats"); in init() local 1011 addChild(formatGroup); in init() 1013 …formatGroup->addChild(new UploadTex2DCase (m_context, "depth32f_stencil8_2d", GL_DEPTH32F_STENC… in init() 1014 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth32f_stencil8_2d_array", GL_DEPTH3… in init() 1015 …formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_ST… in init() 1016 …formatGroup->addChild(new UploadTex2DCase (m_context, "depth24_stencil8_2d", GL_DEPTH24_STENCIL… in init() 1017 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "depth24_stencil8_2d_array", GL_DEPTH24… in init() 1018 …formatGroup->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() 1022 …formatGroup->addChild(new UploadTex2DArrayCase (m_context, "stencil_index8_2d_array", GL_STENCIL_… in init() [all …]
|
D | es31fTextureGatherTests.cpp | 2125 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()
|
D | es31fTextureSpecificationTests.cpp | 1040 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage3D() wi… in init() local 1041 texStorageGroup->addChild(formatGroup); in init() 1052 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init() 1064 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
|
D | es31fTextureBorderClampTests.cpp | 2386 …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/ |
D | es3fTextureWrapTests.cpp | 501 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() local 502 addChild(formatGroup); in init() 510 …formatGroup->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() 555 …formatGroup->addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getCo… in init()
|
D | es3fFboInvalidateTests.cpp | 1427 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "Invalidating frameb… in init() local 1428 addChild(formatGroup); in init() 1492 …formatGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, getFormatName(colorFormats[ndx… in init() 1496 …formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()
|
D | es3fTextureSpecificationTests.cpp | 4345 …tcu::TestCaseGroup* formatGroup = new tcu::TestCaseGroup(m_testCtx, "format", "glTexStorage2D() wi… in init() local 4346 texStorageGroup->addChild(formatGroup); in init() 4359 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init() 4360 …formatGroup->addChild(new BasicTexStorageCubeCase (m_context, (string(fmtName) + "_cube").c_str(),… in init() 4374 …formatGroup->addChild(new BasicTexStorage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "… in init() 4375 …formatGroup->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() 4459 …formatGroup->addChild(new BasicTexStorage2DArrayCase (m_context, (string(fmtName) + "_2d_array").c… in init() 4460 …formatGroup->addChild(new BasicTexStorage3DCase (m_context, (string(fmtName) + "_3d").c_str(), … in init() [all …]
|