Searched refs:maxPointSize (Results 1 – 4 of 4) sorted by relevance
52 float maxPointSize; member
112 return svgascreen->maxPointSize; in svga_get_paramf()610 svgascreen->maxPointSize = 1.0F; in svga_screen_create()615 svgascreen->maxPointSize = MIN2(result.f, 80.0f); in svga_screen_create()
227 EMIT_RS_FLOAT( svga, screen->maxPointSize, POINTSIZEMAX, fail ); in emit_rss()
166 const float maxPointSize = 32.0f; in drawRandomPrimitives() local183 …const float pointSize = isWidePoint ? de::min(rnd->getFloat(minPointSize, maxPointSize), range.y… in drawRandomPrimitives()