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

/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp1917 tcu::TestCaseGroup* const negativeSampler2dBindingTestGroup = new tcu::TestCaseGroup(m_testCtx, "sampler2d", "Test sampler2d layout binding with invalid bindings"); member in class:deqp::gles31::Functional::tcu
1997 negativeSampler2dBindingTestGroup->addChild(new SamplerBindingNegativeCase(m_context, test.name.c_str(), ("Invalid sampler2d layout binding using " + test.descPostfix).c_str(), test.shaderType, test.testType, test.errorType, GL_SAMPLER_2D));
2017 negativeSamplerBindingTestGroup->addChild(negativeSampler2dBindingTestGroup);

Completed in 59 milliseconds