Searched refs:pointSizeMax (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
H A DVertexProcessor.hpp178 float pointSizeMax; member in struct:sw::VertexProcessor::PointSprite
274 void setPointSizeMax(float pointSizeMax);
H A DVertexProcessor.cpp705 void VertexProcessor::setPointSizeMax(float pointSizeMax) argument
707 point.pointSizeMax = pointSizeMax;
H A DRenderer.cpp1931 pSize = clamp(pSize, data.point.pointSizeMin, data.point.pointSizeMax);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h676 float pointSizeMax; member in class:es1::Context
H A DContext.cpp246 pointSizeMax = 1.0f;
3470 pointSizeMax = max;

Completed in 673 milliseconds