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

/xsrc/external/mit/MesaLib.old/dist/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._MaxEnabledTexImageUnit != -1) 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...]
/xsrc/external/mit/MesaLib/dist/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._MaxEnabledTexImageUnit != -1) 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...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h67 typedef void (*swrast_line_func)( struct gl_context *ctx, typedef in typeref:typename:void (*)(struct gl_context * ctx,const SWvertex *,const SWvertex *)
283 swrast_line_func Line;
293 swrast_line_func SpecLine;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h68 typedef void (*swrast_line_func)( struct gl_context *ctx, typedef in typeref:typename:void (*)(struct gl_context * ctx,const SWvertex *,const SWvertex *)
284 swrast_line_func Line;
294 swrast_line_func SpecLine;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c202 static swrast_line_func
242 return (swrast_line_func) NULL;

Completed in 6 milliseconds