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.c249 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag); in _mesa_init_driver_state()
Dmeta.c556 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, GL_FALSE); in _mesa_meta_begin()
913 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple); in _mesa_meta_end()
/external/mesa3d/src/mesa/main/
Denable.c628 case GL_POLYGON_STIPPLE: in _mesa_set_enable()
1377 case GL_POLYGON_STIPPLE: in _mesa_IsEnabled()
Dattrib.c673 GL_POLYGON_STIPPLE); in pop_enable_group()
1278 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, polygon->StippleFlag); in _mesa_PopAttrib()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c888 case GL_POLYGON_STIPPLE: in i830Enable()
Di915_state.c883 case GL_POLYGON_STIPPLE: in i915Enable()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h503 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1673 case GL_POLYGON_STIPPLE: in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1879 case GL_POLYGON_STIPPLE: in r200Enable()
/external/mesa3d/include/GL/
Dgl.h245 #define GL_POLYGON_STIPPLE 0x0B42 macro
/external/mesa3d/docs/
DVERSIONS571 - glGet*(GL_POLYGON_STIPPLE) was broken