Searched refs:InvalidateFboUnbindReadCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 554 class InvalidateFboUnbindReadCase : public FboTestCase class 557 …InvalidateFboUnbindReadCase (Context& context, const char* name, const char* description, deUint32… in InvalidateFboUnbindReadCase() function in deqp::gles3::Functional::InvalidateFboUnbindReadCase 1379 …wholeFboGroup->addChild(new InvalidateFboUnbindReadCase (m_context, "unbind_read_color", "", G… in init() 1380 …wholeFboGroup->addChild(new InvalidateFboUnbindReadCase (m_context, "unbind_read_depth", "", G… in init() 1381 …wholeFboGroup->addChild(new InvalidateFboUnbindReadCase (m_context, "unbind_read_stencil", "", … in init() 1382 …wholeFboGroup->addChild(new InvalidateFboUnbindReadCase (m_context, "unbind_read_depth_stencil", … in init() 1383 …wholeFboGroup->addChild(new InvalidateFboUnbindReadCase (m_context, "unbind_read_color_stencil", … in init()
|