Home
last modified time | relevance | path

Searched refs:stateQueryGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleShadingTests.cpp458 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local
461 addChild(stateQueryGroup); in init()
466stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_is_enabled", … in init()
467stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_boolean", … in init()
468stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer", … in init()
469stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_float", … in init()
470stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer64",… in init()
471stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init()
472stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init()
473stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init()
[all …]
Des31fAdvancedBlendTests.cpp795 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "St… in init() local
803 addChild(stateQueryGroup); in init()
815stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
816stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_i… in init()
817stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
818stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
819stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
821stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getboolean", "Test… in init()
822stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger", "Test… in init()
823stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger64", "Te… in init()
[all …]
Des31fPrimitiveBoundingBoxTests.cpp5236 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local
5237 addChild(stateQueryGroup); in init()
5239stateQueryGroup->addChild(new InitialValueCase (m_context, "initial_value", "Initial value case")); in init()
5240stateQueryGroup->addChild(new QueryCase (m_context, "getfloat", "getFloatv", QueryCase::QUER… in init()
5241stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::Q… in init()
5242stateQueryGroup->addChild(new QueryCase (m_context, "getinteger", "getIntegerv", QueryCase::Q… in init()
5243stateQueryGroup->addChild(new QueryCase (m_context, "getinteger64", "getInteger64v", QueryCase… in init()