Searched defs:packedValue (Results 1 – 3 of 3) sorted by relevance
278 GLuint packedValue = *reinterpret_cast<const GLuint*>(input + (i * stride)); local
310 uint16_t packedValue = source[0]; in unpack() local329 uint16_t packedValue = source[0]; in unpack() local349 uint16_t packedValue = source[0]; in unpack() local
1738 const deUint32 packedValue = (w << 30) | (z << 20) | (y << 10) | (x); in generatePackedArray() local