Home
last modified time | relevance | path

Searched refs:GL_LINE_STIPPLE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Denable.c462 case GL_LINE_STIPPLE: in _mesa_set_enable()
1379 case GL_LINE_STIPPLE: in _mesa_IsEnabled()
Dattrib.c613 GL_LINE_STIPPLE); in pop_enable_group()
1230 _mesa_set_enable(ctx, GL_LINE_STIPPLE, line->StippleFlag); in _mesa_PopAttrib()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h446 { GL_LINE_STIPPLE, CONTEXT_BOOL(Line.StippleFlag), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1608 case GL_LINE_STIPPLE: in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1802 case GL_LINE_STIPPLE: in r200Enable()
/external/mesa3d/include/GL/
Dgl.h228 #define GL_LINE_STIPPLE 0x0B24 macro
/external/virglrenderer/src/
Dvrend_renderer.c4670 glEnable(GL_LINE_STIPPLE); in vrend_hw_emit_rs()
4672 glDisable(GL_LINE_STIPPLE); in vrend_hw_emit_rs()