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

  /external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.h 341 precisionStack.push_back(new PrecisionStackLevel);
349 delete precisionStack.back();
350 precisionStack.pop_back();
401 int indexOfLastElement = static_cast<int>(precisionStack.size()) - 1;
403 (*precisionStack[indexOfLastElement])[type.type] = prec;
407 // Searches down the precisionStack for a precision qualifier
424 std::vector< PrecisionStackLevel *> precisionStack;
SymbolTable.cpp 223 int level = static_cast<int>(precisionStack.size()) - 1;
229 PrecisionStackLevel::iterator it = precisionStack[level]->find(baseType);
230 if (it != precisionStack[level]->end())

Completed in 190 milliseconds