Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h485 GLfloat MinPointSize, MaxPointSize; /**< aliased */ member
Dcontext.c425 consts->MinPointSize = MIN_POINT_SIZE; in _mesa_init_constants()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c629 minImplSize = ctx->Const.MinPointSize; in fetch_state()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c144 c->MinPointSize = MAX2(screen->get_paramf(screen, PIPE_CAPF_MIN_POINT_SIZE), 0.01); in st_init_limits()