Home | History | Annotate | Download | only in main

Lines Matching defs:src32

3091    const GLuint *src32 = src;
3094 dst[i] = src32[i] & 0xff;
3101 const GLuint *src32 = src;
3104 dst[i] = src32[i] >> 24;