Home
last modified time | relevance | path

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

/external/angle/src/common/
DPackedEnums.cpp124 TextureType SamplerTypeToTextureType(GLenum samplerType) in SamplerTypeToTextureType() function
DPackedEnums.h227 TextureType SamplerTypeToTextureType(GLenum samplerType);
/external/angle/src/libANGLE/
DProgram.cpp3667 TextureType textureType = SamplerTypeToTextureType(samplerUniform.type); in linkSamplerAndImageBindings()