HomeSort by relevance Sort by last modified time
    Searched full:swrast_line_func (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 446 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)NULL
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 68 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/
osmesa.c 195 static swrast_line_func
236 return (swrast_line_func) NULL;
    [all...]

Completed in 184 milliseconds