Searched refs:InvalidateFboUnbindBlitCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 670 class InvalidateFboUnbindBlitCase : public FboTestCase class 673 …InvalidateFboUnbindBlitCase (Context& context, const char* name, const char* description, int numS… in InvalidateFboUnbindBlitCase() function in deqp::gles3::Functional::InvalidateFboUnbindBlitCase 1385 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_color", "", 0… in init() 1386 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_depth", "", 0… in init() 1387 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_stencil", "", … in init() 1388 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_depth_stencil", … in init() 1390 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_msaa_color", ""… in init() 1391 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_msaa_depth", ""… in init() 1392 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_msaa_stencil", … in init() 1393 …wholeFboGroup->addChild(new InvalidateFboUnbindBlitCase (m_context, "unbind_blit_msaa_depth_stenci… in init()
|