Searched refs:ValidateIsSampler (Results 1 – 4 of 4) sorted by relevance
264 bool ValidateIsSampler(const Context *context, SamplerID samplerPacked);
4431 bool ValidateIsSampler(const Context *context, SamplerID sampler) in ValidateIsSampler() function
1748 bool isCallValid = (context->skipValidation() || ValidateIsSampler(context, samplerPacked)); in GL_IsSampler()
3534 bool isCallValid = (context->skipValidation() || ValidateIsSampler(context, samplerPacked)); in GL_IsSampler()