Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJUnitTest.java217 int gshift = TJ.getGreenOffset(pf) * 8; in initIntBuf() local
232 buf[index] |= (255 << gshift); in initIntBuf()
238 buf[index] |= (255 << gshift); in initIntBuf()
426 int gshift = TJ.getGreenOffset(pf) * 8; in checkIntBuf() local
441 int g = (buf[index] >> gshift) & 0xFF; in checkIntBuf()
487 int g = (buf[pitch * row + col] >> gshift) & 0xFF; in checkIntBuf()
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member
Dxm_api.c441 v->gshift = 0; in setup_truecolor()
444 v->gshift++; in setup_truecolor()
487 v->GtoPixel[i] = (g >> (8-gBits)) << v->gshift; in setup_truecolor()