HomeSort by relevance Sort by last modified time
    Searched refs:swrast_tri_func (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_context.h 70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *, typedef
268 swrast_tri_func Triangle;
278 swrast_tri_func SpecTriangle;
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 902 extern void _xmesa_print_triangle_func( swrast_tri_func triFunc );
903 void _xmesa_print_triangle_func( swrast_tri_func triFunc )
998 static swrast_tri_func
1013 return (swrast_tri_func) NULL;
1015 return (swrast_tri_func) NULL;
1017 return (swrast_tri_func) NULL;
1019 return (swrast_tri_func) NULL;
1021 return (swrast_tri_func) NULL;
1024 return (swrast_tri_func) NULL;
1053 return (swrast_tri_func) NULL
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 292 static swrast_tri_func
298 if (ctx->RenderMode != GL_RENDER) return (swrast_tri_func) NULL;
299 if (ctx->Polygon.SmoothFlag) return (swrast_tri_func) NULL;
300 if (ctx->Polygon.StippleFlag) return (swrast_tri_func) NULL;
301 if (ctx->Texture._EnabledUnits) return (swrast_tri_func) NULL;
304 osmesa->format != OSMESA_ARGB) return (swrast_tri_func) NULL;
307 return (swrast_tri_func) NULL;
314 return (swrast_tri_func) smooth_rgba_z_triangle;
317 return (swrast_tri_func) flat_rgba_z_triangle;
320 return (swrast_tri_func) NULL
    [all...]

Completed in 1027 milliseconds