Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/timing/
DRestrictFragmentShaderTiming.cpp65 beginError(functionCall->getIntermFunctionCall()); in validateUserDefinedFunctionCallUsage()
70 void RestrictFragmentShaderTiming::beginError(const TIntermNode* node) in beginError() function in RestrictFragmentShaderTiming
92 beginError(parameter->getIntermFunctionCall()); in visitArgument()
98 beginError(parameter->getIntermFunctionCall()); in visitArgument()
111 beginError(selection->getIntermSelection()); in visitSelection()
117 beginError(loop->getIntermLoop()); in visitLoop()
123 beginError(logicalOp->getIntermLogicalOp()); in visitLogicalOp()
DRestrictFragmentShaderTiming.h29 void beginError(const TIntermNode* node);