Searched defs:alphaShift (Results 1 – 4 of 4) sorted by relevance
497 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZWFloatVertexData() local562 const size_t alphaShift = 0; // Alpha is the 30 and 31 bits in CopyW2XYZ10ToXYZWFloatVertexData() local
41 GLuint redShift, greenShift, blueShift, alphaShift; member
98 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local
171 GLint redShift, greenShift, blueShift, alphaShift; member