Searched refs:minImplSize (Results 1 – 1 of 1) sorted by relevance
479 GLfloat minImplSize; in _mesa_fetch_state() local482 minImplSize = ctx->Const.MinPointSizeAA; in _mesa_fetch_state()486 minImplSize = ctx->Const.MinPointSizeAA; in _mesa_fetch_state()490 minImplSize = ctx->Const.MinPointSize; in _mesa_fetch_state()494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize; in _mesa_fetch_state()