Searched refs:SampleShadingStateCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSampleShadingTests.cpp | 60 class SampleShadingStateCase : public TestCase class 63 SampleShadingStateCase(Context &ctx, const char *name, const char *desc, QueryType); 72 SampleShadingStateCase::SampleShadingStateCase(Context &ctx, const char *name, const char *desc, Qu… in SampleShadingStateCase() function in deqp::gles31::Functional::__anon8676be2e0111::SampleShadingStateCase 78 void SampleShadingStateCase::init(void) in init() 85 SampleShadingStateCase::IterateResult SampleShadingStateCase::iterate(void) in iterate() 476 …new SampleShadingStateCase(m_context, "sample_shading_is_enabled", "test SAMPLE_SHADING", QUERY_IS… in init() 478 …new SampleShadingStateCase(m_context, "sample_shading_get_boolean", "test SAMPLE_SHADING", QUERY_B… in init() 480 …new SampleShadingStateCase(m_context, "sample_shading_get_integer", "test SAMPLE_SHADING", QUERY_I… in init() 482 …new SampleShadingStateCase(m_context, "sample_shading_get_float", "test SAMPLE_SHADING", QUERY_FLO… in init() 483 … stateQueryGroup->addChild(new SampleShadingStateCase(m_context, "sample_shading_get_integer64", in init()
|