Home | History | Annotate | Download | only in osmesa

Lines Matching refs:swrast_tri_func

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;