Searched refs:checkX (Results 1 – 2 of 2) sorted by relevance
137 this->checkX(x); in delta()169 void checkX(int x) const { in checkX() function
683 TIntermBinary *checkX = new TIntermBinary(EOpGreaterThan, ix, threshold); in AddBresenhamEmulationFS() local686 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()