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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 387 // use ((TParseContext *)cpp->pC)->contextPragma.pragmaTable to store the information about pragma
391 // This implementation stores the current pragmavalue against the pragma name in pragmaTable.
394 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable;
396 iter = pragmaTable.find(TString(tokens[0]));
397 if (iter != pragmaTable.end()) {
400 pragmaTable[ tokens[0] ] = tokens[2];
403 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable;
405 iter = pragmaTable.find(TString(tokens[0]))
    [all...]
intermediate.h 423 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(0) { }
424 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(0) { }
425 ~TIntermAggregate() { delete pragmaTable; }
443 const TPragmaTable& getPragmaTable() const { return *pragmaTable; }
454 TPragmaTable *pragmaTable;
ParseHelper.h 25 TPragmaTable pragmaTable;
glslang_lex.cpp     [all...]
Intermediate.cpp     [all...]
glslang.y     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 189 milliseconds