Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A DPackedEnums.cpp124 TextureType SamplerTypeToTextureType(GLenum samplerType) in SamplerTypeToTextureType() function
H A DPackedEnums.h237 TextureType SamplerTypeToTextureType(GLenum samplerType);
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp1937 TextureType textureType = SamplerTypeToTextureType(samplerUniform.getType()); in linkSamplerAndImageBindings()