Lines Matching refs:GLubyte
41 GLubyte b;
42 GLubyte g;
43 GLubyte r;
94 GLubyte Kernel[16]; /* Dither kernel */
98 GLubyte PixelToR[256]; /* Pixel to RGB conversion */
99 GLubyte PixelToG[256];
100 GLubyte PixelToB[256];
119 GLubyte clearcolor[4]; /* current clearing color */
164 GLubyte *origin3; /* used for PIXEL_ADDR3 macro */
229 GLubyte pixel_to_r[65536]; /* pixel value -> red */
230 GLubyte pixel_to_g[65536]; /* pixel value -> green */
231 GLubyte pixel_to_b[65536]; /* pixel value -> blue */
342 GLubyte r, GLubyte g, GLubyte b, GLubyte a,
365 GLubyte **mapOut, GLint *rowStrideOut);