HomeSort by relevance Sort by last modified time
    Searched full:swvertex (Results 1 - 25 of 54) sorted by null

1 2 3

  /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_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_lines.h 37 const SWvertex *v0,
38 const SWvertex *v1 );
s_lines.c 164 const SWvertex *v0, const SWvertex *v1)
166 SWvertex *ncv0 = (SWvertex *)v0;
167 SWvertex *ncv1 = (SWvertex *)v1;
s_context.c 349 const SWvertex *v0,
350 const SWvertex *v1,
351 const SWvertex *v2 )
373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 )
394 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 )
608 const SWvertex *v0, const SWvertex *v1,
609 const SWvertex *v2, const SWvertex *v3
    [all...]
s_points.h 37 const SWvertex *v0 );
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 *);
  /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_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_lines.h 37 const SWvertex *v0,
38 const SWvertex *v1 );
s_lines.c 164 const SWvertex *v0, const SWvertex *v1)
166 SWvertex *ncv0 = (SWvertex *)v0;
167 SWvertex *ncv1 = (SWvertex *)v1;
s_context.c 349 const SWvertex *v0,
350 const SWvertex *v1,
351 const SWvertex *v2 )
373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 )
394 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 )
608 const SWvertex *v0, const SWvertex *v1,
609 const SWvertex *v2, const SWvertex *v3
    [all...]
s_points.h 37 const SWvertex *v0 );
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)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
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...]
ss_context.c 63 sizeof(SWvertex) );
93 #define SWZ ((SWvertex *)0)
106 * Tell the tnl module how to build SWvertex objects for swrast.
171 sizeof(SWvertex) );
257 swsetup->verts = (SWvertex *)tnl->clipspace.vertex_buf;
263 * Populate a swrast SWvertex from an attrib-style vertex.
266 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest )
ss_context.h 39 SWvertex *verts;
  /external/mesa3d/src/mesa/swrast_setup/
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...]
ss_context.c 63 sizeof(SWvertex) );
93 #define SWZ ((SWvertex *)0)
106 * Tell the tnl module how to build SWvertex objects for swrast.
171 sizeof(SWvertex) );
257 swsetup->verts = (SWvertex *)tnl->clipspace.vertex_buf;
263 * Populate a swrast SWvertex from an attrib-style vertex.
266 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest )
ss_context.h 39 SWvertex *verts;

Completed in 874 milliseconds

1 2 3