Home
last modified time | relevance | path

Searched refs:iConst (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DConstantUnion.h16 void setIConst(int i) {iConst = i; type = EbtInt; } in POOL_ALLOCATOR_NEW_DELETE()
20 int getIConst() { return iConst; } in getIConst()
23 int getIConst() const { return iConst; } in getIConst()
29 if (i == iConst)
58 if (constant.iConst == iConst)
102 if (iConst > constant.iConst)
124 if (iConst < constant.iConst)
146 case EbtInt: returnValue.setIConst(iConst + constant.iConst); break;
159 case EbtInt: returnValue.setIConst(iConst - constant.iConst); break;
172 case EbtInt: returnValue.setIConst(iConst * constant.iConst); break;
[all …]