Searched refs:InvalidateDefaultFramebufferBindCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 204 class InvalidateDefaultFramebufferBindCase : public FboTestCase class 207 …InvalidateDefaultFramebufferBindCase (Context& context, const char* name, const char* description,… in InvalidateDefaultFramebufferBindCase() function in deqp::gles3::Functional::InvalidateDefaultFramebufferBindCase 1343 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_color", "B… in init() 1344 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_depth", "B… in init() 1345 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_stencil", … in init() 1346 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_depth_stencil… in init() 1347 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_all", "Bi… in init()
|