Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
DProgram.cpp325 TextureType Program::getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex) in getSamplerTextureType() function in es2::Program
DContext.cpp3092 TextureType textureType = programObject->getSamplerTextureType(samplerType, samplerIndex); in applyTextures()