Searched refs:getSamplerMapping (Results 1 – 3 of 3) sorted by relevance
139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
291 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in es2::Program
3088 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures()