Searched refs:swrast_tri_func (Results 1 – 3 of 3) sorted by relevance
292 static swrast_tri_func298 if (ctx->RenderMode != GL_RENDER) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()299 if (ctx->Polygon.SmoothFlag) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()300 if (ctx->Polygon.StippleFlag) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()301 if (ctx->Texture._EnabledUnits) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()304 osmesa->format != OSMESA_ARGB) return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()307 return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()314 return (swrast_tri_func) smooth_rgba_z_triangle; in osmesa_choose_triangle_function()317 return (swrast_tri_func) flat_rgba_z_triangle; in osmesa_choose_triangle_function()320 return (swrast_tri_func) NULL; in osmesa_choose_triangle_function()
902 extern void _xmesa_print_triangle_func( swrast_tri_func triFunc );903 void _xmesa_print_triangle_func( swrast_tri_func triFunc ) in _xmesa_print_triangle_func()998 static swrast_tri_func1013 return (swrast_tri_func) NULL; in get_triangle_func()1015 return (swrast_tri_func) NULL; in get_triangle_func()1017 return (swrast_tri_func) NULL; in get_triangle_func()1019 return (swrast_tri_func) NULL; in get_triangle_func()1021 return (swrast_tri_func) NULL; in get_triangle_func()1024 return (swrast_tri_func) NULL; in get_triangle_func()1053 return (swrast_tri_func) NULL; in get_triangle_func()[all …]
70 typedef void (*swrast_tri_func)( struct gl_context *ctx, const SWvertex *, typedef268 swrast_tri_func Triangle;278 swrast_tri_func SpecTriangle;