Searched defs:isSamplerCube (Results 1 – 2 of 2) sorted by relevance
357 bool isSamplerCube() const { return type == EbtSamplerCube; } in isSamplerCube() function
234 bool isSamplerCube = type.getQualifier() == EvqUniform && type.isSamplerCube(); in visitDeclaration() local