Home | History | Annotate | Download | only in main

Lines Matching refs:src32

7337    const GLuint *src32 = src;
7340 dst[i] = src32[i] & 0xff;
7347 const GLuint *src32 = src;
7350 dst[i] = src32[i] >> 24;