Home | History | Annotate | Download | only in main

Lines Matching refs:GLbyte

509 #define DST_TYPE GLbyte
895 #define DST_TYPE GLbyte
1488 GLbyte *dst = (GLbyte *) dstAddr;
1562 dst[i] = (GLbyte) rgba[i][RCOMP];
1567 dst[i] = (GLbyte) rgba[i][GCOMP];
1572 dst[i] = (GLbyte) rgba[i][BCOMP];
1577 dst[i] = (GLbyte) rgba[i][ACOMP];
1582 dst[i*2+0] = (GLbyte) rgba[i][RCOMP];
1583 dst[i*2+1] = (GLbyte) rgba[i][GCOMP];
1588 dst[i*3+0] = (GLbyte) rgba[i][RCOMP];
1589 dst[i*3+1] = (GLbyte) rgba[i][GCOMP];
1590 dst[i*3+2] = (GLbyte) rgba[i][BCOMP];
1595 dst[i*4+0] = (GLbyte) rgba[i][RCOMP];
1596 dst[i*4+1] = (GLbyte) rgba[i][GCOMP];
1597 dst[i*4+2] = (GLbyte) rgba[i][BCOMP];
1598 dst[i*4+3] = (GLbyte) rgba[i][ACOMP];
1603 dst[i*3+0] = (GLbyte) rgba[i][BCOMP];
1604 dst[i*3+1] = (GLbyte) rgba[i][GCOMP];
1605 dst[i*3+2] = (GLbyte) rgba[i][RCOMP];
1610 dst[i*4+0] = (GLbyte) rgba[i][BCOMP];
1611 dst[i*4+1] = (GLbyte) rgba[i][GCOMP];
1612 dst[i*4+2] = (GLbyte) rgba[i][RCOMP];
1613 dst[i*4+3] = (GLbyte) rgba[i][ACOMP];
1618 dst[i*2+0] = (GLbyte) (rgba[i][RCOMP] +
1621 dst[i*2+1] = (GLbyte) rgba[i][ACOMP];
1626 dst[i] = (GLbyte) (rgba[i][RCOMP] +
2836 const GLbyte *s = (const GLbyte *) src;
3256 PROCESS(rSrc, RCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOATZ);
3257 PROCESS(gSrc, GCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOATZ);
3258 PROCESS(bSrc, BCOMP, 0.0F, 0, GLbyte, BYTE_TO_FLOATZ);
3259 PROCESS(aSrc, ACOMP, 1.0F, 127, GLbyte, BYTE_TO_FLOATZ);
3845 PROCESS(rSrc, RCOMP, 0, GLbyte, (GLuint));
3846 PROCESS(gSrc, GCOMP, 0, GLbyte, (GLuint));
3847 PROCESS(bSrc, BCOMP, 0, GLbyte, (GLuint));
3848 PROCESS(aSrc, ACOMP, 1, GLbyte, (GLuint));
4844 * directly return GLbyte data, no transfer ops apply.
4848 GLuint n, GLenum dstFormat, GLbyte dest[],
4870 GLbyte *dst = dest;
5038 GLbyte *dst = (GLbyte *) dest;
5041 dst[i] = (GLbyte) source[i];
5277 GLbyte *dst = (GLbyte *) dest;
5280 dst[i] = (GLbyte) (source[i] & 0x7f);
5492 DEPTH_VALUES(GLbyte, BYTE_TO_FLOATZ);
5683 GLbyte *dst = (GLbyte *) dest;