• Home
  • Raw
  • Download

Lines Matching refs:GLubyte

55                GLint i, GLint j, GLubyte *rgba);
64 const GLubyte *pixels; in _mesa_texstore_rgb_fxt1()
66 GLubyte *dst; in _mesa_texstore_rgb_fxt1()
67 const GLubyte *tempImage = NULL; in _mesa_texstore_rgb_fxt1()
94 srcType) / sizeof(GLubyte); in _mesa_texstore_rgb_fxt1()
115 const GLubyte *pixels; in _mesa_texstore_rgba_fxt1()
117 GLubyte *dst; in _mesa_texstore_rgba_fxt1()
118 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_fxt1()
144 srcType) / sizeof(GLubyte); in _mesa_texstore_rgba_fxt1()
164 GLubyte rgba[4]; in _mesa_fetch_texel_2d_f_rgba_fxt1()
179 GLubyte rgba[4]; in _mesa_fetch_texel_2d_f_rgb_fxt1()
291 GLubyte input[MAX_COMP], GLint nc) in fxt1_bestcol()
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst()
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance()
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose()
459 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_lloyd()
560 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_CHROMA()
601 GLubyte input[N_TEXELS][MAX_COMP], in fxt1_quantize_ALPHA0()
602 GLubyte reord[N_TEXELS][MAX_COMP], GLint n) in fxt1_quantize_ALPHA0()
654 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_ALPHA1()
811 GLubyte input[N_TEXELS][MAX_COMP], in fxt1_quantize_HI()
812 GLubyte reord[N_TEXELS][MAX_COMP], GLint n) in fxt1_quantize_HI()
887 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_MIXED1()
891 GLubyte vec[2 * 2][MAX_COMP]; /* 2 extrema for each sub-block */ in fxt1_quantize_MIXED1()
1025 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_MIXED0()
1029 GLubyte vec[2 * 2][MAX_COMP]; /* 2 extrema for each sub-block */ in fxt1_quantize_MIXED0()
1193 fxt1_quantize (GLuint *cc, const GLubyte *lines[], GLint comps) in fxt1_quantize()
1196 GLubyte reord[N_TEXELS][MAX_COMP]; in fxt1_quantize()
1198 GLubyte input[N_TEXELS][MAX_COMP]; in fxt1_quantize()
1290 GLint comps, const GLubyte *src, GLint srcRowStride, in upscale_teximage2d()
1291 GLubyte *dest ) in upscale_teximage2d()
1322 const GLubyte *data; in fxt1_encode()
1332 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte)); in fxt1_encode()
1339 comps, (const GLubyte *) source, in fxt1_encode()
1340 srcRowStride, (GLubyte *) newSource); in fxt1_encode()
1347 data = (const GLubyte *) source; in fxt1_encode()
1352 const GLubyte *lines[4]; in fxt1_encode()
1381 static const GLubyte _rgb_scale_5[] = {
1389 static const GLubyte _rgb_scale_6[] = {
1408 fxt1_decode_1HI (const GLubyte *code, GLint t, GLubyte *rgba) in fxt1_decode_1HI()
1419 GLubyte r, g, b; in fxt1_decode_1HI()
1443 fxt1_decode_1CHROMA (const GLubyte *code, GLint t, GLubyte *rgba) in fxt1_decode_1CHROMA()
1466 fxt1_decode_1MIXED (const GLubyte *code, GLint t, GLubyte *rgba) in fxt1_decode_1MIXED()
1507 GLubyte r, g, b; in fxt1_decode_1MIXED()
1528 GLubyte r, g, b; in fxt1_decode_1MIXED()
1552 fxt1_decode_1ALPHA (const GLubyte *code, GLint t, GLubyte *rgba) in fxt1_decode_1ALPHA()
1555 GLubyte r, g, b, a; in fxt1_decode_1ALPHA()
1628 GLint i, GLint j, GLubyte *rgba) in fxt1_decode_1()
1630 static void (*decode_1[]) (const GLubyte *, GLint, GLubyte *) = { in fxt1_decode_1()
1641 const GLubyte *code = (const GLubyte *)texture + in fxt1_decode_1()