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

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpolygon.h40 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest );
43 _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);
62 _mesa_PolygonStipple( const GLubyte *mask );
65 _mesa_GetPolygonStipple( GLubyte *mask );
H A Dgetstring.c39 static const GLubyte *
47 return (const GLubyte *) 0;
52 return (const GLubyte *) "1.10";
54 return (const GLubyte *) "1.20";
56 return (const GLubyte *) "1.30";
58 return (const GLubyte *) "1.40";
60 return (const GLubyte *) "1.50";
62 return (const GLubyte *) "3.30";
64 return (const GLubyte *) "4.00";
66 return (const GLubyte *) "4.1
[all...]
H A Dtexcompress_etc.c47 #define UINT8_TYPE GLubyte
58 GLubyte dst[3];
59 const GLubyte *src;
61 src = (const GLubyte *) texImage->Map +
H A Dformat_pack.h32 /** Pack a GLubyte rgba[4] color to dest address */
33 typedef void (*gl_pack_ubyte_rgba_func)(const GLubyte src[4], void *dst);
44 /** Pack a GLubyte stencil value to dest address */
45 typedef void (*gl_pack_ubyte_stencil_func)(const GLubyte *src, void *dst);
77 const GLubyte src[][4], void *dst);
82 const GLubyte *src, GLint srcRowStride,
95 const GLubyte *src, void *dst);
103 _mesa_pack_colormask(gl_format format, const GLubyte colorMask[4], void *dst);
/external/mesa3d/src/mesa/main/
H A Dpolygon.h40 _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest );
43 _mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern);
62 _mesa_PolygonStipple( const GLubyte *mask );
65 _mesa_GetPolygonStipple( GLubyte *mask );
H A Dgetstring.c39 static const GLubyte *
47 return (const GLubyte *) 0;
52 return (const GLubyte *) "1.10";
54 return (const GLubyte *) "1.20";
56 return (const GLubyte *) "1.30";
58 return (const GLubyte *) "1.40";
60 return (const GLubyte *) "1.50";
62 return (const GLubyte *) "3.30";
64 return (const GLubyte *) "4.00";
66 return (const GLubyte *) "4.1
[all...]
H A Dtexcompress_etc.c47 #define UINT8_TYPE GLubyte
58 GLubyte dst[3];
59 const GLubyte *src;
61 src = (const GLubyte *) texImage->Map +
H A Dformat_pack.h32 /** Pack a GLubyte rgba[4] color to dest address */
33 typedef void (*gl_pack_ubyte_rgba_func)(const GLubyte src[4], void *dst);
44 /** Pack a GLubyte stencil value to dest address */
45 typedef void (*gl_pack_ubyte_stencil_func)(const GLubyte *src, void *dst);
77 const GLubyte src[][4], void *dst);
82 const GLubyte *src, GLint srcRowStride,
95 const GLubyte *src, void *dst);
103 _mesa_pack_colormask(gl_format format, const GLubyte colorMask[4], void *dst);
/external/chromium_org/third_party/mesa/src/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[],
/external/mesa3d/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[],
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_trans_tmp.h36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
37 const GLubyte *first = f;
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
63 const GLubyte *first = f;
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
88 const GLubyte *first = f;
109 const GLubyte *
[all...]
H A Dm_clip_tmp.h45 GLubyte clipMask[],
46 GLubyte *orMask,
47 GLubyte *andMask,
55 GLubyte tmpAndMask = *andMask;
56 GLubyte tmpOrMask = *orMask;
75 GLubyte mask = 0;
105 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
125 GLubyte clipMask[],
126 GLubyte *orMask,
127 GLubyte *andMas
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_strings.c44 static const GLubyte *
54 return (GLubyte *) st->vendor;
62 return (GLubyte *) st->renderer;
/external/mesa3d/src/mesa/math/
H A Dm_trans_tmp.h36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
37 const GLubyte *first = f;
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
63 const GLubyte *first = f;
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
88 const GLubyte *first = f;
109 const GLubyte *
[all...]
H A Dm_clip_tmp.h45 GLubyte clipMask[],
46 GLubyte *orMask,
47 GLubyte *andMask,
55 GLubyte tmpAndMask = *andMask;
56 GLubyte tmpOrMask = *orMask;
75 GLubyte mask = 0;
105 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
125 GLubyte clipMask[],
126 GLubyte *orMask,
127 GLubyte *andMas
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_strings.c44 static const GLubyte *
54 return (GLubyte *) st->vendor;
62 return (GLubyte *) st->renderer;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvfragparse.h40 const GLubyte *str, GLsizei len,
/external/mesa3d/src/mesa/program/
H A Dnvfragparse.h40 const GLubyte *str, GLsizei len,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_stencil.h41 GLint n, GLint x, GLint y, GLubyte stencil[]);
46 const GLubyte stencil[] );
/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.h41 GLint n, GLint x, GLint y, GLubyte stencil[]);
46 const GLubyte stencil[] );
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vertex.h36 GLubyte alpha, blue, green, red;
38 GLubyte red, green, blue, alpha;
44 GLubyte alpha, red, green, blue;
46 GLubyte blue, green, red, alpha;
76 GLubyte ub4[24][4];

Completed in 430 milliseconds

1234567891011>>