Searched defs:negativeUBOBindingTestGroup (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp1924 tcu::TestCaseGroup* const negativeUBOBindingTestGroup = new tcu::TestCaseGroup(m_testCtx, "ubo", "Test UBO layout binding with invalid bindings"); member in class:deqp::gles31::Functional::tcu
2005 negativeUBOBindingTestGroup->addChild(new UBOBindingNegativeCase(m_context, test.name.c_str(), ("Invalid UBO layout binding using " + test.descPostfix).c_str(), test.shaderType, test.testType, test.errorType));
2024 negativeBindingTestGroup->addChild(negativeUBOBindingTestGroup);

Completed in 44 milliseconds