Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.h80 bool containsSampler(TType& type);
DParseHelper.cpp623 if (containsSampler(*pType.userDef)) { in samplerErrorCheck()
665 bool TParseContext::containsSampler(TType& type) in containsSampler() function in TParseContext
673 if (containsSampler(*structure[i].type)) in containsSampler()