Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c250 ctx->Const.LineWidthGranularity = 0.0625; in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c294 ctx->Const.LineWidthGranularity = 0.0625; in r200CreateContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c483 ctx->Const.LineWidthGranularity = 0.5; in intelInitContext()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c610 ctx->Const.LineWidthGranularity = 0.125; in brw_initialize_context_constants()
614 ctx->Const.LineWidthGranularity = 0.5; in brw_initialize_context_constants()
/external/mesa3d/src/mesa/main/
Dcontext.c577 consts->LineWidthGranularity = (GLfloat) LINE_WIDTH_GRANULARITY; in _mesa_init_constants()
Dmtypes.h3735 GLfloat LineWidthGranularity; member