Lines Matching refs:GLubyte
58 GLubyte *pc, *pixelHeaderPC; \
172 { GLubyte *cp = (pc+offset); \
177 { GLubyte *cp = (pc+offset); \
225 gl_put_short_array((GLubyte *)(pc + offset), a, alen * __GLX_SIZE_INT16)
228 gl_put_long_array((GLubyte *)(pc + offset), (long *)a, alen * __GLX_SIZE_INT32)
231 gl_put_float_array((GLubyte *)(pc + offset), (float *)a, alen * __GLX_SIZE_FLOAT32)
234 gl_put_double_array((GLubyte *)(pc + offset), (double *)a, alen * __GLX_SIZE_FLOAT64)
236 extern gl_put_short_array(GLubyte *, short *, int);
237 extern gl_put_long_array(GLubyte *, long *, int);
238 extern gl_put_float_array(GLubyte *, float *, int);
239 extern gl_put_double_array(GLubyte *, double *, int);