Home
last modified time | relevance | path

Searched refs:userFunctionCallCheck (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h322 void userFunctionCallCheck(const TSourceLoc&, TIntermAggregate&);
DParseHelper.cpp1159 userFunctionCallCheck(loc, *call); in handleFunctionCall()
2204 void TParseContext::userFunctionCallCheck(const TSourceLoc& loc, TIntermAggregate& callNode) in userFunctionCallCheck() function in glslang::TParseContext