• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:GLubyte

48 static void extractsrc_u( GLubyte srcpixels[4][4], const GLubyte *srcaddr,  in extractsrc_u()
51 GLubyte i, j; in extractsrc_u()
52 const GLubyte *curaddr; in extractsrc_u()
65 GLubyte i, j; in extractsrc_s()
80 GLubyte *dst; in _mesa_texstore_red_rgtc1()
81 const GLubyte *tempImage = NULL; in _mesa_texstore_red_rgtc1()
84 const GLubyte *srcaddr; in _mesa_texstore_red_rgtc1()
85 GLubyte srcpixels[4][4]; in _mesa_texstore_red_rgtc1()
86 GLubyte *blkaddr; in _mesa_texstore_red_rgtc1()
88 GLubyte *tempImageSlices[1]; in _mesa_texstore_red_rgtc1()
93 tempImage = malloc(srcWidth * srcHeight * 1 * sizeof(GLubyte)); in _mesa_texstore_red_rgtc1()
96 redRowStride = 1 * srcWidth * sizeof(GLubyte); in _mesa_texstore_red_rgtc1()
97 tempImageSlices[0] = (GLubyte *) tempImage; in _mesa_texstore_red_rgtc1()
154 redRowStride, (GLubyte **)tempImageSlices, in _mesa_texstore_signed_red_rgtc1()
186 GLubyte *dst; in _mesa_texstore_rg_rgtc2()
187 const GLubyte *tempImage = NULL; in _mesa_texstore_rg_rgtc2()
190 const GLubyte *srcaddr; in _mesa_texstore_rg_rgtc2()
191 GLubyte srcpixels[4][4]; in _mesa_texstore_rg_rgtc2()
192 GLubyte *blkaddr; in _mesa_texstore_rg_rgtc2()
195 GLubyte *tempImageSlices[1]; in _mesa_texstore_rg_rgtc2()
205 rgRowStride = 2 * srcWidth * sizeof(GLubyte); in _mesa_texstore_rg_rgtc2()
206 tempImage = malloc(srcWidth * srcHeight * 2 * sizeof(GLubyte)); in _mesa_texstore_rg_rgtc2()
209 tempImageSlices[0] = (GLubyte *) tempImage; in _mesa_texstore_rg_rgtc2()
233 extractsrc_u(srcpixels, (GLubyte *)srcaddr + 1, srcWidth, numxpixels, numypixels, 2); in _mesa_texstore_rg_rgtc2()
278 rgRowStride, (GLubyte **)tempImageSlices, in _mesa_texstore_signed_rg_rgtc2()
315 fetch_red_rgtc1(const GLubyte *map, in fetch_red_rgtc1()
318 GLubyte red; in fetch_red_rgtc1()
327 fetch_l_latc1(const GLubyte *map, in fetch_l_latc1()
330 GLubyte red; in fetch_l_latc1()
339 fetch_signed_red_rgtc1(const GLubyte *map, in fetch_signed_red_rgtc1()
352 fetch_signed_l_latc1(const GLubyte *map, in fetch_signed_l_latc1()
365 fetch_rg_rgtc2(const GLubyte *map, in fetch_rg_rgtc2()
368 GLubyte red, green; in fetch_rg_rgtc2()
382 fetch_la_latc2(const GLubyte *map, in fetch_la_latc2()
385 GLubyte red, green; in fetch_la_latc2()
400 fetch_signed_rg_rgtc2(const GLubyte *map, in fetch_signed_rg_rgtc2()
418 fetch_signed_la_latc2(const GLubyte *map, in fetch_signed_la_latc2()