Searched refs:batchColor (Results 1 – 1 of 1) sorted by relevance
113 int batchColor = 0x1f000000; in replay() local114 if (getBatchId() & 0x1) batchColor |= 0x0000ff; in replay()115 if (getBatchId() & 0x2) batchColor |= 0x00ff00; in replay()116 if (getBatchId() & 0x4) batchColor |= 0xff0000; in replay()118 batchColor); in replay()