Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.h68 bool globalErrorCheck(int line, bool global, const char* token);
Dglslang.y1464 if (context->globalErrorCheck($1.line, context->symbolTable.atGlobalLevel(), "attribute"))
1469 if (context->globalErrorCheck($1.line, context->symbolTable.atGlobalLevel(), "varying"))
1477 … if (context->globalErrorCheck($1.line, context->symbolTable.atGlobalLevel(), "invariant varying"))
1485 if (context->globalErrorCheck($1.line, context->symbolTable.atGlobalLevel(), "uniform"))
Dglslang_tab.cpp3627 …if (context->globalErrorCheck((yyvsp[(1) - (1)].lex).line, context->symbolTable.atGlobalLevel(), "…
3636 …if (context->globalErrorCheck((yyvsp[(1) - (1)].lex).line, context->symbolTable.atGlobalLevel(), "…
3648 …if (context->globalErrorCheck((yyvsp[(1) - (2)].lex).line, context->symbolTable.atGlobalLevel(), "…
3660 …if (context->globalErrorCheck((yyvsp[(1) - (1)].lex).line, context->symbolTable.atGlobalLevel(), "…
DParseHelper.cpp425 bool TParseContext::globalErrorCheck(int line, bool global, const char* token) in globalErrorCheck() function in TParseContext