Searched refs:swrast_line_func (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_line.c446 static swrast_line_func
456 return (swrast_line_func) NULL;
457 if (ctx->RenderMode != GL_RENDER) return (swrast_line_func) NULL;
458 if (ctx->Line.SmoothFlag) return (swrast_line_func) NULL;
459 if (ctx->Texture._EnabledUnits) return (swrast_line_func) NULL;
460 if (ctx->Light.ShadeModel != GL_FLAT) return (swrast_line_func) NULL;
461 if (ctx->Line.StippleFlag) return (swrast_line_func) NULL;
462 if (swrast->_RasterMask & MULTI_DRAW_BIT) return (swrast_line_func) NULL;
488 return (swrast_line_func)NULL;
510 return (swrast_line_func)NUL
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h67 typedef void (*swrast_line_func)( struct gl_context *ctx, typedef
267 swrast_line_func Line;
277 swrast_line_func SpecLine;
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c191 static swrast_line_func
212 return (swrast_line_func) flat_rgba_z_line;
216 return (swrast_line_func) flat_rgba_line;
219 return (swrast_line_func) NULL;

Completed in 79 milliseconds