Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp2226 tcu::TestCaseGroup* const negativeSampler2dBindingTestGroup = new tcu::TestCaseGroup(m_testCtx, "sampler2d", "Test sampler2d layout binding with invalid bindings"); in init() member in deqp::gles31::Functional::tcu
2314 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)); in init()
2334 negativeSamplerBindingTestGroup->addChild(negativeSampler2dBindingTestGroup); in init()

Completed in 5 milliseconds