Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSampleShadingTests.cpp448 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local
451 addChild(stateQueryGroup); in init()
456stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_is_enabled", … in init()
457stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_boolean", … in init()
458stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer", … in init()
459stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_float", … in init()
460stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer64",… in init()
461stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init()
462stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init()
463stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init()
[all …]
Des31fAdvancedBlendTests.cpp775 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "St… in init() local
783 addChild(stateQueryGroup); in init()
795stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
796stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_i… in init()
797stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
798stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
799stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init()
801stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getboolean", "Test… in init()
802stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger", "Test… in init()
803stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger64", "Te… in init()
[all …]
Des31fPrimitiveBoundingBoxTests.cpp5092 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local
5093 addChild(stateQueryGroup); in init()
5095stateQueryGroup->addChild(new InitialValueCase (m_context, "initial_value", "Initial value case")); in init()
5096stateQueryGroup->addChild(new QueryCase (m_context, "getfloat", "getFloatv", QueryCase::QUER… in init()
5097stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::Q… in init()
5098stateQueryGroup->addChild(new QueryCase (m_context, "getinteger", "getIntegerv", QueryCase::Q… in init()
5099stateQueryGroup->addChild(new QueryCase (m_context, "getinteger64", "getInteger64v", QueryCase… in init()