Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DProgram.h77 SamplerType getSamplerType(unsigned int samplerIndex);
DProgram.cpp214 SamplerType Program::getSamplerType(unsigned int samplerIndex) in getSamplerType() function in gl::Program
DContext.cpp2027 SamplerType textureType = programObject->getSamplerType(sampler); in applyTextures()