Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.h129 void checkIsScalarInteger(TIntermTyped *node, const char *token);
Dglslang.y328 context->checkIsScalarInteger($1, "[]");
Dglslang_tab_autogen.cpp2507 context->checkIsScalarInteger((yyvsp[0].interm.intermTypedNode), "[]"); in yyparse()
DParseContext.cpp719 void TParseContext::checkIsScalarInteger(TIntermTyped *node, const char *token) in checkIsScalarInteger() function in sh::TParseContext