/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_feedback.h | 34 extern void _swrast_feedback_point( struct gl_context *ctx, const SWvertex *v ); 37 const SWvertex *v1, const SWvertex *v2 ); 39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0, 40 const SWvertex *v1, const SWvertex *v2 ); 42 extern void _swrast_select_point( struct gl_context *ctx, const SWvertex *v ); 45 const SWvertex *v1, const SWvertex *v2 ); 47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0 [all...] |
s_triangle.h | 36 const SWvertex *v0, 37 const SWvertex *v1, 38 const SWvertex *v2); 45 const SWvertex *v0, 46 const SWvertex *v1, 47 const SWvertex *v2 );
|
s_lines.h | 37 const SWvertex *v0, 38 const SWvertex *v1 );
|
s_points.h | 37 const SWvertex *v0 );
|
s_feedback.c | 37 feedback_vertex(struct gl_context * ctx, const SWvertex * v, const SWvertex * pv) 56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, 57 const SWvertex *v1, const SWvertex *v2) 78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, 79 const SWvertex *v1) 103 _swrast_feedback_point(struct gl_context *ctx, const SWvertex *v) 111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, 112 const SWvertex *v1, const SWvertex *v2 [all...] |
swrast.h | 67 * \struct SWvertex 80 * wpos[0] and [1] are the screen-coords of SWvertex. 104 } SWvertex; 183 _swrast_Point( struct gl_context *ctx, const SWvertex *v ); 186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ); 189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0, 190 const SWvertex *v1, const SWvertex *v2 ); 194 const SWvertex *v0, const SWvertex *v1 [all...] |
s_aatriangle.c | 268 const SWvertex *v0, 269 const SWvertex *v1, 270 const SWvertex *v2) 279 const SWvertex *v0, 280 const SWvertex *v1, 281 const SWvertex *v2)
|
s_context.h | 65 typedef void (*swrast_point_func)( struct gl_context *ctx, const SWvertex *); 68 const SWvertex *, const SWvertex *); 70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *, 71 const SWvertex *, const SWvertex *);
|
s_lines.c | 164 const SWvertex *v0, const SWvertex *v1) 166 SWvertex *ncv0 = (SWvertex *)v0; 167 SWvertex *ncv1 = (SWvertex *)v1;
|
/external/mesa3d/src/mesa/swrast/ |
s_feedback.h | 34 extern void _swrast_feedback_point( struct gl_context *ctx, const SWvertex *v ); 37 const SWvertex *v1, const SWvertex *v2 ); 39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0, 40 const SWvertex *v1, const SWvertex *v2 ); 42 extern void _swrast_select_point( struct gl_context *ctx, const SWvertex *v ); 45 const SWvertex *v1, const SWvertex *v2 ); 47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0 [all...] |
s_triangle.h | 36 const SWvertex *v0, 37 const SWvertex *v1, 38 const SWvertex *v2); 45 const SWvertex *v0, 46 const SWvertex *v1, 47 const SWvertex *v2 );
|
s_lines.h | 37 const SWvertex *v0, 38 const SWvertex *v1 );
|
s_points.h | 37 const SWvertex *v0 );
|
s_feedback.c | 37 feedback_vertex(struct gl_context * ctx, const SWvertex * v, const SWvertex * pv) 56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, 57 const SWvertex *v1, const SWvertex *v2) 78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, 79 const SWvertex *v1) 103 _swrast_feedback_point(struct gl_context *ctx, const SWvertex *v) 111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, 112 const SWvertex *v1, const SWvertex *v2 [all...] |
swrast.h | 67 * \struct SWvertex 80 * wpos[0] and [1] are the screen-coords of SWvertex. 104 } SWvertex; 183 _swrast_Point( struct gl_context *ctx, const SWvertex *v ); 186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ); 189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0, 190 const SWvertex *v1, const SWvertex *v2 ); 194 const SWvertex *v0, const SWvertex *v1 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_context.h | 39 SWvertex *verts;
|
swrast_setup.h | 59 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest );
|
ss_triangle.c | 55 const SWvertex *v0, 56 const SWvertex *v1, 57 const SWvertex *v2); 68 const SWvertex *v0, 69 const SWvertex *v1, 70 const SWvertex *v2) 94 const SWvertex *v0, 95 const SWvertex *v1, 96 const SWvertex *v2) 118 SWvertex *verts = swsetup->verts [all...] |
/external/mesa3d/src/mesa/swrast_setup/ |
ss_context.h | 39 SWvertex *verts;
|
swrast_setup.h | 59 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest );
|
ss_triangle.c | 55 const SWvertex *v0, 56 const SWvertex *v1, 57 const SWvertex *v2); 68 const SWvertex *v0, 69 const SWvertex *v1, 70 const SWvertex *v2) 94 const SWvertex *v0, 95 const SWvertex *v1, 96 const SWvertex *v2) 118 SWvertex *verts = swsetup->verts [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.h | 61 SWvertex *dst );
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.h | 61 SWvertex *dst );
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_swtcl.h | 56 SWvertex *dst );
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.h | 56 SWvertex *dst );
|