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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.h 77 bool samplerErrorCheck(int line, const TPublicType& pType, const char* reason);
ParseHelper.cpp 620 bool TParseContext::samplerErrorCheck(int line, const TPublicType& pType, const char* reason)
648 if (pType.qualifier != EvqUniform && samplerErrorCheck(line, pType, "samplers must be uniform"))
    [all...]

Completed in 39 milliseconds