HomeSort by relevance Sort by last modified time
    Searched refs:IsSampler (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
BaseTypes.h 42 EbtGuardSamplerBegin, // non type: see implementation of IsSampler()
45 EbtGuardSamplerEnd, // non type: see implementation of IsSampler()
65 inline bool IsSampler(TBasicType type)
ParseHelper.cpp 566 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
630 } else if (IsSampler(pType.type)) {
657 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) {
667 if (IsSampler(type.getBasicType()))
    [all...]

Completed in 70 milliseconds