Searched refs:globalErrorCheck (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ParseHelper.h | 68 bool globalErrorCheck(int line, bool global, const char* token);
|
D | glslang.y | 1464 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"))
|
D | glslang_tab.cpp | 3627 …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(), "…
|
D | ParseHelper.cpp | 425 bool TParseContext::globalErrorCheck(int line, bool global, const char* token) in globalErrorCheck() function in TParseContext
|