Searched refs:swrast_line_func (Results 1 – 3 of 3) sorted by relevance
446 static swrast_line_func456 return (swrast_line_func) NULL; in get_line_func()457 if (ctx->RenderMode != GL_RENDER) return (swrast_line_func) NULL; in get_line_func()458 if (ctx->Line.SmoothFlag) return (swrast_line_func) NULL; in get_line_func()459 if (ctx->Texture._MaxEnabledTexImageUnit != -1) return (swrast_line_func) NULL; in get_line_func()460 if (ctx->Light.ShadeModel != GL_FLAT) return (swrast_line_func) NULL; in get_line_func()461 if (ctx->Line.StippleFlag) return (swrast_line_func) NULL; in get_line_func()462 if (swrast->_RasterMask & MULTI_DRAW_BIT) return (swrast_line_func) NULL; in get_line_func()488 return (swrast_line_func)NULL; in get_line_func()510 return (swrast_line_func)NULL; in get_line_func()[all …]
67 typedef void (*swrast_line_func)( struct gl_context *ctx, typedef283 swrast_line_func Line;293 swrast_line_func SpecLine;
202 static swrast_line_func242 return (swrast_line_func) NULL; in osmesa_choose_line_function()