Lines Matching refs:GLubyte
51 static void unsigned_encode_rgtc_ubyte(GLubyte *blkaddr, GLubyte srccolors[4][4],
56 static void unsigned_fetch_texel_rgtc(unsigned srcRowStride, const GLubyte *pixdata,
57 unsigned i, unsigned j, GLubyte *value, unsigned comps);
62 static void extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr, in extractsrc_u()
65 GLubyte i, j; in extractsrc_u()
66 const GLubyte *curaddr; in extractsrc_u()
79 GLubyte i, j; in extractsrc_s()
94 GLubyte *dst; in _mesa_texstore_red_rgtc1()
95 const GLubyte *tempImage = NULL; in _mesa_texstore_red_rgtc1()
98 const GLubyte *srcaddr; in _mesa_texstore_red_rgtc1()
99 GLubyte srcpixels[4][4]; in _mesa_texstore_red_rgtc1()
100 GLubyte *blkaddr; in _mesa_texstore_red_rgtc1()
188 GLubyte *dst; in _mesa_texstore_rg_rgtc2()
189 const GLubyte *tempImage = NULL; in _mesa_texstore_rg_rgtc2()
192 const GLubyte *srcaddr; in _mesa_texstore_rg_rgtc2()
193 GLubyte srcpixels[4][4]; in _mesa_texstore_rg_rgtc2()
194 GLubyte *blkaddr; in _mesa_texstore_rg_rgtc2()
224 extractsrc_u(srcpixels, (GLubyte *)srcaddr + 1, srcWidth, numxpixels, numypixels, 2); in _mesa_texstore_rg_rgtc2()
298 GLubyte red; in _mesa_fetch_texel_red_rgtc1()
328 GLubyte red, green; in _mesa_fetch_texel_rg_rgtc2()
364 GLubyte red; in _mesa_fetch_texel_l_latc1()
394 GLubyte red, green; in _mesa_fetch_texel_la_latc2()
428 #define TYPE GLubyte