Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
DProgram.h88 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp215 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in gl::Program
DContext.cpp2026 …int textureUnit = programObject ? programObject->getSamplerMapping(samplerType, samplerIndex) : sa… in applyTextures()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h138 GLint getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp297 GLint Program::getSamplerMapping(sw::SamplerType type, unsigned int samplerIndex) in getSamplerMapping() function in es2::Program
DContext.cpp3032 …int textureUnit = programObject->getSamplerMapping(samplerType, samplerIndex); // OpenGL texture… in applyTextures()