Searched defs:getIConst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DConstantUnion.h26 int getIConst() const { return iConst; } function in class:ConstantUnion
H A Dintermediate.h433 int getIConst(size_t index) const { return unionArrayPointer ? unionArrayPointer[index].getIConst() : 0; } function in class:TIntermConstantUnion

Completed in 328 milliseconds