OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swrast_line_func
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/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._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
)NULL
[
all
...]
/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._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
)NULL
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
67
typedef void (*
swrast_line_func
)( struct gl_context *ctx,
typedef
267
swrast_line_func
Line;
277
swrast_line_func
SpecLine;
/external/mesa3d/src/mesa/swrast/
s_context.h
67
typedef void (*
swrast_line_func
)( struct gl_context *ctx,
typedef
267
swrast_line_func
Line;
277
swrast_line_func
SpecLine;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c
191
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;
[
all
...]
/external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c
191
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;
[
all
...]
Completed in 106 milliseconds