Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_statevars.c489 GLfloat minImplSize; in fetch_state() local
492 minImplSize = ctx->Const.MinPointSizeAA; in fetch_state()
496 minImplSize = ctx->Const.MinPointSizeAA; in fetch_state()
500 minImplSize = ctx->Const.MinPointSize; in fetch_state()
504 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize; in fetch_state()