Searched refs:GL_POLYGON_STIPPLE (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 254 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag); in _mesa_init_driver_state()
|
D | meta.c | 575 _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/ |
D | enable.c | 669 case GL_POLYGON_STIPPLE: in _mesa_set_enable() 1475 case GL_POLYGON_STIPPLE: in _mesa_IsEnabled()
|
D | attrib.c | 673 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/ |
D | i830_state.c | 888 case GL_POLYGON_STIPPLE: in i830Enable()
|
D | i915_state.c | 883 case GL_POLYGON_STIPPLE: in i915Enable()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 505 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 1672 case GL_POLYGON_STIPPLE: in radeonEnable()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1879 case GL_POLYGON_STIPPLE: in r200Enable()
|
/external/mesa3d/include/GL/ |
D | gl.h | 245 #define GL_POLYGON_STIPPLE 0x0B42 macro
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4608 glEnable(GL_POLYGON_STIPPLE); in vrend_hw_emit_rs() 4610 glDisable(GL_POLYGON_STIPPLE); in vrend_hw_emit_rs()
|
/external/mesa3d/docs/ |
D | VERSIONS | 571 - glGet*(GL_POLYGON_STIPPLE) was broken
|