HomeSort by relevance Sort by last modified time
    Searched refs:GLubyte (Results 1 - 25 of 708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_maos.h 40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos.h 40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.h 40 _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 );
getstring.c 39 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.10"
    [all...]
texcompress_etc.c 47 #define UINT8_TYPE GLubyte
58 GLubyte dst[3];
59 const GLubyte *src;
61 src = (const GLubyte *) texImage->Map +
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_xform.c 60 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,
mmx.h 35 _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[],