Searched refs:gshift (Results 1 – 3 of 3) sorted by relevance
217 int gshift = TJ.getGreenOffset(pf) * 8; in initIntBuf() local232 buf[index] |= (255 << gshift); in initIntBuf()238 buf[index] |= (255 << gshift); in initIntBuf()426 int gshift = TJ.getGreenOffset(pf) * 8; in checkIntBuf() local441 int g = (buf[index] >> gshift) & 0xFF; in checkIntBuf()487 int g = (buf[pitch * row + col] >> gshift) & 0xFF; in checkIntBuf()
93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member
441 v->gshift = 0; in setup_truecolor()444 v->gshift++; in setup_truecolor()487 v->GtoPixel[i] = (g >> (8-gBits)) << v->gshift; in setup_truecolor()