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

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 125 bool globalErrorCheck(const TSourceLoc &line, bool global, const char* token);
glslang.y 897 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "attribute"))
903 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "varying"))
912 if (context->globalErrorCheck(@1, context->symbolTable.atGlobalLevel(), "invariant varying"))
    [all...]
ParseHelper.cpp 422 bool TParseContext::globalErrorCheck(const TSourceLoc &line, bool global, const char* token)
    [all...]

Completed in 340 milliseconds