/external/mesa3d/src/mesa/swrast/ |
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;
|
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.c | 55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) 83 sprite_point(struct gl_context *ctx, const SWvertex *vert) 243 smooth_point(struct gl_context *ctx, const SWvertex *vert) 363 large_point(struct gl_context *ctx, const SWvertex *vert) 452 pixel_point(struct gl_context *ctx, const SWvertex *vert) 516 _swrast_add_spec_terms_point(struct gl_context *ctx, const SWvertex *v0) 518 SWvertex *ncv0 = (SWvertex *) v0; /* cast away const */
|
s_triangle.c | 55 const SWvertex *v0, 56 const SWvertex *v1, 57 const SWvertex *v2 ) 913 const SWvertex *v0, 914 const SWvertex *v1, 915 const SWvertex *v2 ) 928 _swrast_add_spec_terms_triangle(struct gl_context *ctx, const SWvertex *v0, 929 const SWvertex *v1, const SWvertex *v2) 931 SWvertex *ncv0 = (SWvertex *)v0; /* drop const qualifier * [all...] |
s_aalinetemp.h | 106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1)
|
s_linetemp.h | 66 NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1 )
|
s_tritemp.h | 111 static void NAME(struct gl_context *ctx, const SWvertex *v0, 112 const SWvertex *v1, 113 const SWvertex *v2 ) 116 const SWvertex *v0, *v1; /* Y(v0) < Y(v1) */ 137 const SWvertex *vMin, *vMid, *vMax; /* Y(vMin)<=Y(vMid)<=Y(vMax) */ 568 const SWvertex *vLower = eLeft->v0; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
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_tritmp.h | 37 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; 38 SWvertex *v[3];
|
/external/mesa3d/src/mesa/swrast_setup/ |
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_tritmp.h | 37 SWvertex *verts = SWSETUP_CONTEXT(ctx)->verts; 38 SWvertex *v[3];
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
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.c | 55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) 83 sprite_point(struct gl_context *ctx, const SWvertex *vert) 243 smooth_point(struct gl_context *ctx, const SWvertex *vert) 363 large_point(struct gl_context *ctx, const SWvertex *vert) 452 pixel_point(struct gl_context *ctx, const SWvertex *vert) 516 _swrast_add_spec_terms_point(struct gl_context *ctx, const SWvertex *v0) 518 SWvertex *ncv0 = (SWvertex *) v0; /* cast away const */
|
s_triangle.c | 55 const SWvertex *v0, 56 const SWvertex *v1, 57 const SWvertex *v2 ) 913 const SWvertex *v0, 914 const SWvertex *v1, 915 const SWvertex *v2 ) 928 _swrast_add_spec_terms_triangle(struct gl_context *ctx, const SWvertex *v0, 929 const SWvertex *v1, const SWvertex *v2) 931 SWvertex *ncv0 = (SWvertex *)v0; /* drop const qualifier * [all...] |
s_aalinetemp.h | 106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1)
|
s_linetemp.h | 66 NAME( struct gl_context *ctx, const SWvertex *vert0, const SWvertex *vert1 )
|