Home
last modified time | relevance | path

Searched refs:coreGroup (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp190 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", "core tests"); in init() local
192 coreGroup->addChild(new glcts::TextureStorageMultisampleTests(getContext())); in init()
193 coreGroup->addChild(new glcts::ShaderAtomicCountersTests(getContext())); in init()
194 coreGroup->addChild(new glcts::TextureGatherTests(getContext())); in init()
195 coreGroup->addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
196 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
197 coreGroup->addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
198coreGroup->addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_310_ES… in init()
199coreGroup->addChild(new deqp::ShaderMultisampleInterpolationTests(getContext(), glu::GLSL_VERSION_… in init()
200 coreGroup->addChild(new glcts::LayoutBindingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp167 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", ""); in init() local
169 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
170 coreGroup->addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init()
171 coreGroup->addChild(new glcts::TessellationShaderTests(getContext(), extParams)); in init()
172 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
173 coreGroup->addChild(new glcts::TextureBorderClampTests(getContext(), extParams)); in init()
174 coreGroup->addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()
175 coreGroup->addChild(new glcts::DrawBuffersIndexedTests(getContext(), extParams)); in init()
176 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
177 coreGroup->addChild(new glcts::ShaderMacroTests(getContext())); in init()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cTestPackage.cpp181 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", "core tests"); in init() local
182 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init()
183 coreGroup->addChild(new glcts::ShaderMacroTests(getContext())); in init()
184 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
185 coreGroup->addChild(new glcts::NearestEdgeCases(getContext())); in init()
186 addChild(coreGroup); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTestPackage.cpp152 tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", "core tests"); in init() local
153 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
154 addChild(coreGroup); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp368 …tcu::TestCaseGroup* const coreGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Core Specificatio… in init() local
369 addChild(coreGroup); in init()
372coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intCo… in init()
375coreGroup->addChild(new ShaderBuiltinConstantCase<tcu::IVec3>(m_context, ivec3Constants[ndx].varNa… in init()