Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp2233 tcu::TestCaseGroup* const negativeUBOBindingTestGroup = new tcu::TestCaseGroup(m_testCtx, "ubo", "Test UBO layout binding with invalid bindings"); in init() member in deqp::gles31::Functional::tcu
2322 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)); in init()
2341 negativeBindingTestGroup->addChild(negativeUBOBindingTestGroup); in init()

Completed in 5 milliseconds