Searched refs:getSamplerMapping (Results 1 – 6 of 6) sorted by relevance
88 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
215 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in gl::Program
2026 …int textureUnit = programObject ? programObject->getSamplerMapping(samplerType, samplerIndex) : sa… in applyTextures()
138 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
297 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in es2::Program
3032 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures()