Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c254 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag); in _mesa_init_driver_state()
Dmeta.c575 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, GL_FALSE); in _mesa_meta_begin()
932 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple); in _mesa_meta_end()
/external/mesa3d/src/mesa/main/
Denable.c669 case GL_POLYGON_STIPPLE: in _mesa_set_enable()
1475 case GL_POLYGON_STIPPLE: in _mesa_IsEnabled()
Dattrib.c673 GL_POLYGON_STIPPLE); in pop_enable_group()
1292 _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.h505 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1672 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/virglrenderer/src/
Dvrend_renderer.c4608 glEnable(GL_POLYGON_STIPPLE); in vrend_hw_emit_rs()
4610 glDisable(GL_POLYGON_STIPPLE); in vrend_hw_emit_rs()
/external/mesa3d/docs/
DVERSIONS571 - glGet*(GL_POLYGON_STIPPLE) was broken