Home | History | Annotate | Download | only in functional

Lines Matching full:glsamplerparameteriuiv

816 		throw tcu::NotSupportedError("glSamplerParameterIuiv is not supported.", DE_NULL, __FILE__, __LINE__);
824 ctx.glSamplerParameterIuiv(-1, GL_TEXTURE_BORDER_COLOR, color);
829 ctx.glSamplerParameterIuiv(sampler, -1, color);
2445 {sampler_parameterIuiv, "sampler_parameterIuiv", "Invalid glSamplerParameterIuiv() usage" },