Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp350 fboc::Context m_fboc; member in deqp::gles2::Functional::TestGroup
356 , m_fboc (ctx.getTestContext(), ctx.getRenderContext(), m_checkerFactory) in TestGroup()
361 m_fboc.addFormats(stdRange); in TestGroup()
362 m_fboc.addExtFormats(extRange); in TestGroup()
363 m_fboc.setHaveMulticolorAtts( in TestGroup()
369 tcu::TestCaseGroup* attCombTests = m_fboc.createAttachmentTests(); in init()
370 addChild(m_fboc.createRenderableTests()); in init()
372 m_fboc, in init()
376 addChild(m_fboc.createSizeTests()); in init()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp448 fboc::Context m_fboc; member in deqp::gles3::Functional::TestGroup
453 addChild(m_fboc.createRenderableTests()); in init()
454 addChild(m_fboc.createAttachmentTests()); in init()
455 addChild(m_fboc.createSizeTests()); in init()
475 layerTests->addChild(new NumLayersTest(m_fboc, *lp)); in init()
502 sampleTests->addChild(new NumSamplesTest(m_fboc, *lp)); in init()
510 , m_fboc (ctx.getTestContext(), ctx.getRenderContext(), m_checkerFactory) in TestGroup()
515 m_fboc.addFormats(stdRange); in TestGroup()
516 m_fboc.addExtFormats(extRange); in TestGroup()
517 m_fboc.setHaveMulticolorAtts(true); // Vanilla ES3 has multiple color attachments in TestGroup()