Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp442 class InvalidateFboRenderCase : public FboTestCase class
445InvalidateFboRenderCase (Context& context, const char* name, const char* description, deUint32 col… in InvalidateFboRenderCase() function in deqp::gles3::Functional::InvalidateFboRenderCase
1372 …wholeFboGroup->addChild(new InvalidateFboRenderCase (m_context, "render_none", "", GL_RGBA8… in init()
1373 …wholeFboGroup->addChild(new InvalidateFboRenderCase (m_context, "render_color", "", GL_RGBA… in init()
1374 …wholeFboGroup->addChild(new InvalidateFboRenderCase (m_context, "render_depth", "", GL_RGBA… in init()
1375 …wholeFboGroup->addChild(new InvalidateFboRenderCase (m_context, "render_stencil", "", GL_RGB… in init()
1376 …wholeFboGroup->addChild(new InvalidateFboRenderCase (m_context, "render_depth_stencil", "", G… in init()
1377 …wholeFboGroup->addChild(new InvalidateFboRenderCase (m_context, "render_all", "", GL_RGBA8,… in init()