Searched refs:stateQueryGroup (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSampleShadingTests.cpp | 458 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local 461 addChild(stateQueryGroup); in init() 466 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_is_enabled", … in init() 467 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_boolean", … in init() 468 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer", … in init() 469 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_float", … in init() 470 …stateQueryGroup->addChild(new SampleShadingStateCase (m_context, "sample_shading_get_integer64",… in init() 471 …stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init() 472 …stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init() 473 …stateQueryGroup->addChild(new MinSampleShadingValueCase (m_context, "min_sample_shading_value_ge… in init() [all …]
|
D | es31fAdvancedBlendTests.cpp | 795 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "St… in init() local 803 addChild(stateQueryGroup); in init() 815 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 816 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_i… in init() 817 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 818 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 819 …stateQueryGroup->addChild(new BlendAdvancedCoherentStateCase(m_context, "blend_advanced_coherent_g… in init() 821 …stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getboolean", "Test… in init() 822 …stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger", "Test… in init() 823 …stateQueryGroup->addChild(new BlendEquationStateCase(m_context, "blend_equation_getinteger64", "Te… in init() [all …]
|
D | es31fPrimitiveBoundingBoxTests.cpp | 5236 …tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Stat… in init() local 5237 addChild(stateQueryGroup); in init() 5239 …stateQueryGroup->addChild(new InitialValueCase (m_context, "initial_value", "Initial value case")); in init() 5240 …stateQueryGroup->addChild(new QueryCase (m_context, "getfloat", "getFloatv", QueryCase::QUER… in init() 5241 …stateQueryGroup->addChild(new QueryCase (m_context, "getboolean", "getBooleanv", QueryCase::Q… in init() 5242 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger", "getIntegerv", QueryCase::Q… in init() 5243 …stateQueryGroup->addChild(new QueryCase (m_context, "getinteger64", "getInteger64v", QueryCase… in init()
|