Lines Matching refs:NegativeFramebufferCase
1535 class NegativeFramebufferCase : public TestCase class
1549 …NegativeFramebufferCase (Context& context, const char* name, const char* desc, CaseType caseType);
1550 ~NegativeFramebufferCase (void);
1567 NegativeFramebufferCase::NegativeFramebufferCase (Context& context, const char* name, const char* d… in NegativeFramebufferCase() function in deqp::gles31::Functional::__anoneadaa2760111::NegativeFramebufferCase
1577 NegativeFramebufferCase::~NegativeFramebufferCase (void) in ~NegativeFramebufferCase()
1582 void NegativeFramebufferCase::init (void) in init()
1656 void NegativeFramebufferCase::deinit (void) in deinit()
1660 NegativeFramebufferCase::IterateResult NegativeFramebufferCase::iterate (void) in iterate()
1762 void NegativeFramebufferCase::getFormatSamples (glw::GLenum target, std::vector<int>& samples) in getFormatSamples()
2084 …ld(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count_tex_tex", "Attach di… in init()
2085 …ld(new NegativeFramebufferCase (m_context, "fbo_attach_different_sample_count_tex_rbo", "Attach di… in init()
2086 …hild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_tex_tex", "Attach … in init()
2087 …hild(new NegativeFramebufferCase (m_context, "fbo_attach_different_fixed_state_tex_rbo", "Attach … in init()
2088 …up->addChild(new NegativeFramebufferCase (m_context, "fbo_attach_non_zero_level", "Attach non-… in init()