Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c446 static swrast_line_func
456 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 …]
/external/mesa3d/src/mesa/swrast/
Ds_context.h68 typedef void (*swrast_line_func)( struct gl_context *ctx, typedef
284 swrast_line_func Line;
294 swrast_line_func SpecLine;
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c195 static swrast_line_func
236 return (swrast_line_func) NULL; in osmesa_choose_line_function()