Searched defs:isSampler (Results 1 – 6 of 6) sorted by relevance
345 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
1496 bool Context::isSampler(GLuint sampler) const in isSampler() function in es2::Context
163 …bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_… in isSampler() function in rsg::VariableType
156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
337 glIsSamplerFunc isSampler; variable
237 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType()