Lines Matching refs:SamplerBindingNegativeCase
1219 class SamplerBindingNegativeCase : public LayoutBindingNegativeCase
1222 SamplerBindingNegativeCase (Context& context,
1229 ~SamplerBindingNegativeCase (void);
1238 SamplerBindingNegativeCase::SamplerBindingNegativeCase (Context& context,
1262 SamplerBindingNegativeCase::~SamplerBindingNegativeCase (void)
1267 glu::ShaderProgram* SamplerBindingNegativeCase::generateShaders (void) const
1319 glu::DataType SamplerBindingNegativeCase::getSamplerTexCoordType(void) const
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));
2315 negativeSampler3dBindingTestGroup->addChild(new SamplerBindingNegativeCase(m_context, test.name.c_str(), ("Invalid sampler3d layout binding using " + test.descPostfix).c_str(), test.shaderType, test.testType, test.errorType, GL_SAMPLER_3D));