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

  /external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.h 100 bool samplerErrorCheck(const TSourceLoc& line, const TPublicType& pType, const char* reason);
ParseContext.cpp 608 bool TParseContext::samplerErrorCheck(const TSourceLoc& line, const TPublicType& pType, const char* reason)
645 if (pType.qualifier != EvqUniform && samplerErrorCheck(line, pType, "samplers must be uniform"))
    [all...]

Completed in 158 milliseconds