Searched defs:bindSampler (Results 1 – 8 of 8) sorted by relevance
507 void StateManagerGL::bindSampler(size_t unit, GLuint sampler) in bindSampler() function in rx::StateManagerGL
379 PFNGLBINDSAMPLERPROC bindSampler = nullptr; variable
1294 bool Context::bindSampler(GLuint unit, GLuint sampler) in bindSampler() function in es2::Context
244 void bindSampler(int unitIdx, GrSamplerState state) { in bindSampler() function in GrGLGpu::SamplerObjectCache
27 glBindSamplerFunc bindSampler; variable
239 void bindSampler(int unitIdx, const GrSamplerState& state) { in bindSampler() function in GrGLGpu::SamplerObjectCache
27 virtual GrGLvoid bindSampler(GrGLuint unit, GrGLuint sampler) {} in bindSampler() function
1223 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context