Home
last modified time | relevance | path

Searched refs:IsSamplerCube (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DBaseTypes.h172 inline bool IsSamplerCube(TBasicType type) in IsSamplerCube() function
DOutputHLSL.cpp40 else if (IsSamplerCube(sampler)) in name()
1117 if (IsSampler2D(textureFunction->sampler) || IsSamplerCube(textureFunction->sampler)) in header()
1159 … if (IsIntegerSampler(textureFunction->sampler) && IsSamplerCube(textureFunction->sampler)) in header()
1406 else if (IsSamplerCube(textureFunction->sampler)) in header()
1475 … if (IsIntegerSampler(textureFunction->sampler) && IsSamplerCube(textureFunction->sampler)) in header()