Home
last modified time | relevance | path

Searched refs:getSamplerMapping (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h139 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp291 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in es2::Program
DContext.cpp3088 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures()