Searched refs:maxImplSize (Results 1 – 1 of 1) sorted by relevance
490 GLfloat maxImplSize; in fetch_state() local493 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()497 maxImplSize = ctx->Const.MaxPointSizeAA; in fetch_state()501 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()505 value[2] = ctx->Point.MaxSize <= maxImplSize ? ctx->Point.MaxSize : maxImplSize; in fetch_state()