Searched refs:indexBits (Results 1 – 2 of 2) sorted by relevance
473 int indexBits = offset % 8; in getBitsAsByte() local479 int test = indexBits == 7 ? 1 : 2 << (6-indexBits); in getBitsAsByte()486 indexBits++; in getBitsAsByte()487 if (indexBits == 8) { in getBitsAsByte()488 indexBits = 0; in getBitsAsByte()
482 GLint indexBits; /* total bits for colorindex */ member