Home
last modified time | relevance | path

Searched refs:validateFunctionCall (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DValidateAST.h37 bool validateFunctionCall = true; // TODO member
/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.h53 bool validateFunctionCall(TIntermAggregate* node);
DValidateLimitations.cpp149 validateFunctionCall(node); in visitAggregate()
408 bool ValidateLimitations::validateFunctionCall(TIntermAggregate* node) in validateFunctionCall() function in ValidateLimitations