Searched refs:detachSampler (Results 1 – 6 of 6) sorted by relevance
663 void detachSampler(SamplerID sampler);
333 void detachSampler(const Context *context, SamplerID sampler);
3025 void Context::detachSampler(SamplerID sampler) in detachSampler() function in gl::Context3027 mState.detachSampler(this, sampler); in detachSampler()7886 detachSampler(sampler); in deleteSamplers()
1731 void State::detachSampler(const Context *context, SamplerID sampler) in detachSampler() function in gl::State
695 void detachSampler(GLuint sampler);
1103 detachSampler(sampler); in deleteSampler()3971 void Context::detachSampler(GLuint sampler) in detachSampler() function in es2::Context