Searched refs:LineWidthGranularity (Results 1 – 7 of 7) sorted by relevance
251 ctx->Const.LineWidthGranularity = 0.0625; in r100CreateContext()
294 ctx->Const.LineWidthGranularity = 0.0625; in r200CreateContext()
517 ctx->Const.LineWidthGranularity = 0.125; in brw_initialize_context_constants()521 ctx->Const.LineWidthGranularity = 0.5; in brw_initialize_context_constants()
485 ctx->Const.LineWidthGranularity = 0.5; in intelInitContext()
401 …{ GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY_ARB, CONTEXT_FLOAT(Const.LineWidthGranularity), extra_ES32…449 { GL_LINE_WIDTH_GRANULARITY, CONTEXT_FLOAT(Const.LineWidthGranularity), NO_EXTRA },
583 consts->LineWidthGranularity = (GLfloat) LINE_WIDTH_GRANULARITY; in _mesa_init_constants()
3621 GLfloat LineWidthGranularity; member