Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c251 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/i965/
Dbrw_context.c517 ctx->Const.LineWidthGranularity = 0.125; in brw_initialize_context_constants()
521 ctx->Const.LineWidthGranularity = 0.5; in brw_initialize_context_constants()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c485 ctx->Const.LineWidthGranularity = 0.5; in intelInitContext()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h401 …{ GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY_ARB, CONTEXT_FLOAT(Const.LineWidthGranularity), extra_ES32…
449 { GL_LINE_WIDTH_GRANULARITY, CONTEXT_FLOAT(Const.LineWidthGranularity), NO_EXTRA },
/external/mesa3d/src/mesa/main/
Dcontext.c583 consts->LineWidthGranularity = (GLfloat) LINE_WIDTH_GRANULARITY; in _mesa_init_constants()
Dmtypes.h3621 GLfloat LineWidthGranularity; member