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

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DConstantUnion.h25 int getIConst() { return iConst; } function in class:ConstantUnion
28 int getIConst() const { return iConst; } function in class:ConstantUnion
H A Dintermediate.h371 int getIConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getIConst() : 0; } function in class:TIntermConstantUnion

Completed in 78 milliseconds