Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Denable.c426 case GL_LINE_STIPPLE: in _mesa_set_enable()
1281 case GL_LINE_STIPPLE: in _mesa_IsEnabled()
Dattrib.c613 GL_LINE_STIPPLE); in pop_enable_group()
1216 _mesa_set_enable(ctx, GL_LINE_STIPPLE, line->StippleFlag); in _mesa_PopAttrib()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h444 { GL_LINE_STIPPLE, CONTEXT_BOOL(Line.StippleFlag), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1609 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