Home
last modified time | relevance | path

Searched refs:InvalidateSubFboRenderCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp809 class InvalidateSubFboRenderCase : public FboTestCase class
812InvalidateSubFboRenderCase (Context& context, const char* name, const char* description, deUint32 … in InvalidateSubFboRenderCase() function in deqp::gles3::Functional::InvalidateSubFboRenderCase
1401 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_none", "", GL_RGBA8… in init()
1402 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_color", "", GL_RGBA… in init()
1403 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_depth", "", GL_RGBA… in init()
1404 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_stencil", "", GL_RGB… in init()
1405 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_depth_stencil", "", G… in init()
1406 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_all", "", GL_RGBA8,… in init()
1496 …formatGroup->addChild(new InvalidateSubFboRenderCase(m_context, getFormatName(depthStencilFormats[… in init()