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

  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 357 ValueScope& curScope = getCurValueScope();
359 if (!curScope.findEntry(variable))
362 ValueEntry* newEntry = curScope.allocate(variable);
371 curScope.setValue(variable, value);
398 VariableScope& curScope = getCurVariableScope();
405 vector<Variable*>& curLiveVars = curScope.getLiveVariables();
417 DE_ASSERT(curScope.getLiveVariables().size() == 0);
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 96 milliseconds