Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DBaseTypes.h65 inline bool IsSampler(TBasicType type) in IsSampler() function
DParseHelper.cpp566 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) { in constructorErrorCheck()
630 } else if (IsSampler(pType.type)) { in samplerErrorCheck()
657 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()
667 if (IsSampler(type.getBasicType())) in containsSampler()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog667 (IsSampler):