Searched refs:stateQueryGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSampleShadingTests.cpp | 448 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local 451 addChild(stateQueryGroup); in init() 456 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_is_enabled", … in init() 457 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_boolean", … in init() 458 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer", … in init() 459 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_float", … in init() 460 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer64",… in init() 461 …stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init() 462 …stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init() 463 …stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init() [all …]
|
D | es31fAdvancedBlendTests.cpp | 775 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "St… in init() local 783 addChild(stateQueryGroup); in init() 795 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 796 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_i… in init() 797 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 798 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 799 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 801 …stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getboolean", "Test… in init() 802 …stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger", "Test… in init() 803 …stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger64", "Te… in init() [all …]
|
D | es31fPrimitiveBoundingBoxTests.cpp | 5092 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local 5093 addChild(stateQueryGroup); in init() 5095 …stateQueryGroup->addChild(new InitialValueCase (m_context, "initial_value", "Initial value case")); in init() 5096 …stateQueryGroup->addChild(new QueryCase (m_context, "getfloat", "getFloatv", QueryCase::QUER… in init() 5097 …stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::Q… in init() 5098 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger", "getIntegerv", QueryCase::Q… in init() 5099 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger64", "getInteger64v", QueryCase… in init()
|