HomeSort by relevance Sort by last modified time
    Searched refs:singleConstantParam (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
parseConst.cpp 21 singleConstantParam(singleConstParam),
45 bool singleConstantParam;
116 singleConstantParam = true;
136 singleConstantParam = false;
167 if (!singleConstantParam) {
233 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TSymbolTable& symbolTable, TType t, bool singleConstantParam)
238 TConstTraverser it(unionArray, singleConstantParam, constructorType, infoSink, symbolTable, t);
localintermediate.h 42 bool parseConstTree(const TSourceLoc&, TIntermNode*, ConstantUnion*, TOperator, TSymbolTable&, TType, bool singleConstantParam = false);

Completed in 34 milliseconds