Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.cpp124 TextureType SamplerTypeToTextureType(GLenum samplerType) in SamplerTypeToTextureType() function
DPackedEnums.h227 TextureType SamplerTypeToTextureType(GLenum samplerType);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3674 TextureType textureType = SamplerTypeToTextureType(samplerUniform.type); in linkSamplerAndImageBindings()