Searched refs:IsSamplerType (Results 1 – 9 of 9) sorted by relevance
61 ASSERT(gl::IsSamplerType(uniform.type)); in visitAggregate()
87 IsSamplerType(StringRef TypeString) { in IsSamplerType() function256 } else if (IsSamplerType(Type)) { in replaceImageAndSamplerUses()
35 ASSERT(!gl::IsSamplerType(variable.type)); in encodeVariable()128 if (gl::IsSamplerType(variable.type) || gl::IsImageType(variable.type) || in TraverseArrayOfArraysVariable()656 else if (gl::IsSamplerType(variable.type) || gl::IsImageType(variable.type) || in TraverseShaderVariable()
40 bool IsSamplerType(GLenum type);
483 bool IsSamplerType(GLenum type) in IsSamplerType() function613 return IsImageType(type) || IsSamplerType(type) || IsAtomicCounterType(type); in IsOpaqueType()
60 bool IsSamplerType(const char argType) { return argType == 'S' || argType == 's'; } in IsSamplerType() function218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName()
422 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable()1085 unusedUniforms.emplace_back(uniform.name, IsSamplerType(uniform.type), in flattenUniformsAndCheckCapsForShader()
2703 if (IsSamplerType(uniformType)) in ValidateUniform1ivValue()
2597 if (gl::IsSamplerType(uniform.type)) in defineUniformBase()