HomeSort by relevance Sort by last modified time
    Searched refs:maxPointSize (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.h 52 float maxPointSize;
svga_screen.c 112 return svgascreen->maxPointSize;
610 svgascreen->maxPointSize = 1.0F;
615 svgascreen->maxPointSize = MIN2(result.f, 80.0f);
svga_state_rss.c 227 EMIT_RS_FLOAT( svga, screen->maxPointSize, POINTSIZEMAX, fail );
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 166 const float maxPointSize = 32.0f;
183 const float pointSize = isWidePoint ? de::min(rnd->getFloat(minPointSize, maxPointSize), range.y()) : 1.0f;

Completed in 280 milliseconds