Searched refs:isSamplerDirty (Results 1 – 3 of 3) sorted by relevance
78 bool isSamplerDirty(unsigned int samplerIndex) const;
2031 if (programObject->isSamplerDirty(sampler) || texture->isDirty()) in applyTextures()2061 if (programObject->isSamplerDirty(sampler)) in applyTextures()
222 bool Program::isSamplerDirty(unsigned int samplerIndex) const in isSamplerDirty() function in gl::Program