Searched refs:coreGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 176 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", "core tests"); in init() local 178 coreGroup->addChild(new glcts::TextureStorageMultisampleTests(getContext())); in init() 179 coreGroup->addChild(new glcts::ShaderAtomicCountersTests(getContext())); in init() 180 coreGroup->addChild(new glcts::TextureGatherTests(getContext())); in init() 181 coreGroup->addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init() 182 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init() 183 coreGroup->addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_310_ES)); in init() 184 …coreGroup->addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_310_ES… in init() 185 …coreGroup->addChild(new deqp::ShaderMultisampleInterpolationTests(getContext(), glu::GLSL_VERSION_… in init() 186 coreGroup->addChild(new glcts::LayoutBindingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init() [all …]
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 154 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", ""); in init() local 156 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init() 157 coreGroup->addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init() 158 coreGroup->addChild(new glcts::TessellationShaderTests(getContext(), extParams)); in init() 159 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init() 160 coreGroup->addChild(new glcts::TextureBorderClampTests(getContext(), extParams)); in init() 161 coreGroup->addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init() 162 coreGroup->addChild(new glcts::DrawBuffersIndexedTests(getContext(), extParams)); in init() 163 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init() 164 coreGroup->addChild(new glcts::ShaderMacroTests(getContext())); in init() [all …]
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 173 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", "core tests"); in init() local 174 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init() 175 coreGroup->addChild(new glcts::ShaderMacroTests(getContext())); in init() 176 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init() 177 addChild(coreGroup); in init()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 145 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", "core tests"); in init() local 146 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init() 147 addChild(coreGroup); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 357 …tcu::TestCaseGroup* const coreGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Core Specificatio… in init() local 358 addChild(coreGroup); in init() 361 …coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intCo… in init() 364 …coreGroup->addChild(new ShaderBuiltinConstantCase<tcu::IVec3>(m_context, ivec3Constants[ndx].varNa… in init()
|