Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp36 bool ContainsSampler(const TStructure *structType);
38 bool ContainsSampler(const TType &type) in ContainsSampler() function
46 return ContainsSampler(type.getStruct()); in ContainsSampler()
52 bool ContainsSampler(const TStructure *structType) in ContainsSampler() function
56 if (ContainsSampler(*field->type())) in ContainsSampler()
974 if (ContainsSampler(pType.userDef)) in checkIsNotOpaqueType()