Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
DProgram.h89 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp249 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex) in getSamplerTextureType() function in gl::Program
DContext.cpp2030 …TextureType textureType = programObject ? programObject->getSamplerTextureType(samplerType, sample… in applyTextures()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h139 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp331 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex) in getSamplerTextureType() function in es2::Program
DContext.cpp3036 TextureType textureType = programObject->getSamplerTextureType(samplerType, samplerIndex); in applyTextures()