Home
last modified time | relevance | path

Searched refs:GL_POLYGON_STIPPLE (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c269 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag); in _mesa_init_driver_state()
Dmeta.c605 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, GL_FALSE); in _mesa_meta_begin()
921 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple); in _mesa_meta_end()
/external/mesa3d/src/mesa/main/
Denable.c614 case GL_POLYGON_STIPPLE: in _mesa_set_enable()
1390 case GL_POLYGON_STIPPLE: in _mesa_IsEnabled()
Dattrib.c598 GL_POLYGON_STIPPLE); in pop_enable_group()
1184 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, polygon->StippleFlag); in _mesa_PopAttrib()
Dget.c924 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c889 case GL_POLYGON_STIPPLE: in i830Enable()
Di915_state.c896 case GL_POLYGON_STIPPLE: in i915Enable()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1724 case GL_POLYGON_STIPPLE: in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1934 case GL_POLYGON_STIPPLE: in r200Enable()
/external/mesa3d/include/GL/
Dgl.h273 #define GL_POLYGON_STIPPLE 0x0B42 macro
/external/mesa3d/docs/
DVERSIONS571 - glGet*(GL_POLYGON_STIPPLE) was broken