Searched refs:GLubyte (Results 1 - 25 of 816) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.c62 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef in typeref:typename:unsigned char
70 const GLubyte** Characters; /* The characters mapping */
75 static const GLubyte Fixed8x13_Character_000[] = { 8, 0, 0, 0,170, 0,130, 0,130, 0,130, 0,170, 0, 0};
76 static const GLubyte Fixed8x13_Character_001[] = { 8, 0, 0, 0, 0, 16, 56,124,254,124, 56, 16, 0, 0, 0};
77 static const GLubyte Fixed8x13_Character_002[] = { 8, 0,170, 85,170, 85,170, 85,170, 85,170, 85,170, 85,170};
78 static const GLubyte Fixed8x13_Character_003[] = { 8, 0, 0, 0, 4, 4, 4, 4,174,160,224,160,160, 0, 0};
79 static const GLubyte Fixed8x13_Character_004[] = { 8, 0, 0, 0, 8, 8, 12, 8,142,128,192,128,224, 0, 0};
80 static const GLubyte Fixed8x13_Character_005[] = { 8, 0, 0, 0, 10, 10, 12, 10,108,128,128,128, 96, 0, 0};
81 static const GLubyte Fixed8x13_Character_006[] = { 8, 0, 0, 0, 8, 8, 12, 8,238,128,128,128,128, 0, 0};
82 static const GLubyte Fixed8x13_Character_00
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.c62 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef in typeref:typename:unsigned char
70 const GLubyte** Characters; /* The characters mapping */
75 static const GLubyte Fixed8x13_Character_000[] = { 8, 0, 0, 0,170, 0,130, 0,130, 0,130, 0,170, 0, 0};
76 static const GLubyte Fixed8x13_Character_001[] = { 8, 0, 0, 0, 0, 16, 56,124,254,124, 56, 16, 0, 0, 0};
77 static const GLubyte Fixed8x13_Character_002[] = { 8, 0,170, 85,170, 85,170, 85,170, 85,170, 85,170, 85,170};
78 static const GLubyte Fixed8x13_Character_003[] = { 8, 0, 0, 0, 4, 4, 4, 4,174,160,224,160,160, 0, 0};
79 static const GLubyte Fixed8x13_Character_004[] = { 8, 0, 0, 0, 8, 8, 12, 8,142,128,192,128,224, 0, 0};
80 static const GLubyte Fixed8x13_Character_005[] = { 8, 0, 0, 0, 10, 10, 12, 10,108,128,128,128, 96, 0, 0};
81 static const GLubyte Fixed8x13_Character_006[] = { 8, 0, 0, 0, 8, 8, 12, 8,238,128,128,128,128, 0, 0};
82 static const GLubyte Fixed8x13_Character_00
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_strings.c42 static const GLubyte *
50 return (GLubyte *) screen->get_vendor(screen);
54 return (GLubyte *) screen->get_name(screen);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dgetstring.c41 static const GLubyte *
49 return (const GLubyte *) "1.20";
51 return (const GLubyte *) "1.30";
53 return (const GLubyte *) "1.40";
55 return (const GLubyte *) "1.50";
57 return (const GLubyte *) "3.30";
59 return (const GLubyte *) "4.00";
61 return (const GLubyte *) "4.10";
63 return (const GLubyte *) "4.20";
65 return (const GLubyte *) "4.3
[all...]
H A Dtexcompress_s3tc.c51 const GLubyte *pixels;
52 GLubyte *dst;
53 const GLubyte *tempImage = NULL;
63 /* convert image to RGB/GLubyte */
64 GLubyte *tempImageSlices[1];
65 int rgbRowStride = 3 * srcWidth * sizeof(GLubyte);
66 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte));
69 tempImageSlices[0] = (GLubyte *) tempImage;
103 const GLubyte *pixels;
104 GLubyte *ds
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_strings.c42 static const GLubyte *
50 return (GLubyte *) screen->get_vendor(screen);
54 return (GLubyte *) screen->get_name(screen);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_hel10.c10 static const GLubyte ch255data[] = {
18 static const GLubyte ch254data[] = {
26 static const GLubyte ch253data[] = {
34 static const GLubyte ch252data[] = {
42 static const GLubyte ch251data[] = {
50 static const GLubyte ch250data[] = {
58 static const GLubyte ch249data[] = {
66 static const GLubyte ch248data[] = {
74 static const GLubyte ch247data[] = {
82 static const GLubyte ch246dat
[all...]
H A Dglut_tr10.c10 static const GLubyte ch255data[] = {
18 static const GLubyte ch254data[] = {
26 static const GLubyte ch253data[] = {
34 static const GLubyte ch252data[] = {
42 static const GLubyte ch251data[] = {
50 static const GLubyte ch250data[] = {
58 static const GLubyte ch249data[] = {
66 static const GLubyte ch248data[] = {
74 static const GLubyte ch247data[] = {
82 static const GLubyte ch246dat
[all...]
H A Dglut_8x13.c12 static const GLubyte ch0data[] = { 0x0 };
22 static const GLubyte ch32data[] = { 0x0 };
32 static const GLubyte ch127data[] = { 0x0 };
42 static const GLubyte ch160data[] = { 0x0 };
50 static const GLubyte ch255data[] = {
58 static const GLubyte ch254data[] = {
66 static const GLubyte ch253data[] = {
74 static const GLubyte ch252data[] = {
82 static const GLubyte ch251data[] = {
90 static const GLubyte ch250dat
[all...]
H A Dglut_9x15.c12 static const GLubyte ch0data[] = { 0x0 };
22 static const GLubyte ch32data[] = { 0x0 };
32 static const GLubyte ch127data[] = { 0x0 };
42 static const GLubyte ch160data[] = { 0x0 };
50 static const GLubyte ch255data[] = {
58 static const GLubyte ch254data[] = {
66 static const GLubyte ch253data[] = {
74 static const GLubyte ch252data[] = {
82 static const GLubyte ch251data[] = {
90 static const GLubyte ch250dat
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_hel10.c10 static const GLubyte ch255data[] = {
18 static const GLubyte ch254data[] = {
26 static const GLubyte ch253data[] = {
34 static const GLubyte ch252data[] = {
42 static const GLubyte ch251data[] = {
50 static const GLubyte ch250data[] = {
58 static const GLubyte ch249data[] = {
66 static const GLubyte ch248data[] = {
74 static const GLubyte ch247data[] = {
82 static const GLubyte ch246dat
[all...]
H A Dglut_tr10.c10 static const GLubyte ch255data[] = {
18 static const GLubyte ch254data[] = {
26 static const GLubyte ch253data[] = {
34 static const GLubyte ch252data[] = {
42 static const GLubyte ch251data[] = {
50 static const GLubyte ch250data[] = {
58 static const GLubyte ch249data[] = {
66 static const GLubyte ch248data[] = {
74 static const GLubyte ch247data[] = {
82 static const GLubyte ch246dat
[all...]
H A Dglut_8x13.c12 static const GLubyte ch0data[] = { 0x0 };
22 static const GLubyte ch32data[] = { 0x0 };
32 static const GLubyte ch127data[] = { 0x0 };
42 static const GLubyte ch160data[] = { 0x0 };
50 static const GLubyte ch255data[] = {
58 static const GLubyte ch254data[] = {
66 static const GLubyte ch253data[] = {
74 static const GLubyte ch252data[] = {
82 static const GLubyte ch251data[] = {
90 static const GLubyte ch250dat
[all...]
H A Dglut_9x15.c12 static const GLubyte ch0data[] = { 0x0 };
22 static const GLubyte ch32data[] = { 0x0 };
32 static const GLubyte ch127data[] = { 0x0 };
42 static const GLubyte ch160data[] = { 0x0 };
50 static const GLubyte ch255data[] = {
58 static const GLubyte ch254data[] = {
66 static const GLubyte ch253data[] = {
74 static const GLubyte ch252data[] = {
82 static const GLubyte ch251data[] = {
90 static const GLubyte ch250dat
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dx86_xform.c60 GLubyte clipMask[],
61 GLubyte *orMask,
62 GLubyte *andMask,
68 GLubyte clipMask[],
69 GLubyte *orMask,
70 GLubyte *andMask,
76 GLubyte *or_mask,
77 GLubyte *and_mask,
78 GLubyte *clip_mask,
H A Dmmx.h35 _mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],
40 _mesa_mmx_blend_add( struct gl_context *ctx, GLuint n, const GLubyte mask[],
45 _mesa_mmx_blend_min( struct gl_context *ctx, GLuint n, const GLubyte mask[],
50 _mesa_mmx_blend_max( struct gl_context *ctx, GLuint n, const GLubyte mask[],
55 _mesa_mmx_blend_modulate( struct gl_context *ctx, GLuint n, const GLubyte mask[],
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dx86_xform.c60 GLubyte clipMask[],
61 GLubyte *orMask,
62 GLubyte *andMask,
68 GLubyte clipMask[],
69 GLubyte *orMask,
70 GLubyte *andMask,
76 GLubyte *or_mask,
77 GLubyte *and_mask,
78 GLubyte *clip_mask,
H A Dmmx.h35 _mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],
40 _mesa_mmx_blend_add( struct gl_context *ctx, GLuint n, const GLubyte mask[],
45 _mesa_mmx_blend_min( struct gl_context *ctx, GLuint n, const GLubyte mask[],
50 _mesa_mmx_blend_max( struct gl_context *ctx, GLuint n, const GLubyte mask[],
55 _mesa_mmx_blend_modulate( struct gl_context *ctx, GLuint n, const GLubyte mask[],
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dgetstring.c40 static const GLubyte *
48 return (const GLubyte *) "1.20";
50 return (const GLubyte *) "1.30";
52 return (const GLubyte *) "1.40";
54 return (const GLubyte *) "1.50";
56 return (const GLubyte *) "3.30";
58 return (const GLubyte *) "4.00";
60 return (const GLubyte *) "4.10";
62 return (const GLubyte *) "4.20";
64 return (const GLubyte *) "4.3
[all...]
H A Dtexcompress_s3tc.c51 const GLubyte *pixels;
52 GLubyte *dst;
53 const GLubyte *tempImage = NULL;
63 /* convert image to RGB/GLubyte */
64 GLubyte *tempImageSlices[1];
65 int rgbRowStride = 3 * srcWidth * sizeof(GLubyte);
66 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte));
69 tempImageSlices[0] = (GLubyte *) tempImage;
103 const GLubyte *pixels;
104 GLubyte *ds
[all...]
/xsrc/external/mit/glu/dist/src/libutil/
H A Derror.c68 const GLubyte* GLAPIENTRY
74 return (const GLubyte *) Errors[i].String;
77 return (const GLubyte *) __gluNURBSErrorString(errorCode - (GLU_NURBS_ERROR1 - 1));
80 return (const GLubyte *) __gluTessErrorString(errorCode - (GLU_TESS_ERROR1 - 1));
82 return (const GLubyte *) 0;
H A Dregistry.c37 static const GLubyte versionString[] = "1.3";
38 static const GLubyte extensionString[] =
43 const GLubyte * GLAPIENTRY
63 gluCheckExtension(const GLubyte *extName, const GLubyte *extString)
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcubemap.c59 static GLubyte image1[imageSize][imageSize][4];
60 static GLubyte image2[imageSize][imageSize][4];
61 static GLubyte image3[imageSize][imageSize][4];
62 static GLubyte image4[imageSize][imageSize][4];
63 static GLubyte image5[imageSize][imageSize][4];
64 static GLubyte image6[imageSize][imageSize][4];
75 image1[i][j][0] = (GLubyte) c;
76 image1[i][j][1] = (GLubyte) c;
77 image1[i][j][2] = (GLubyte) c;
78 image1[i][j][3] = (GLubyte) 25
[all...]

Completed in 70 milliseconds

1234567891011>>