Searched refs:setPointSizeMax (Results 1 – 7 of 7) sorted by relevance
277 void setPointSizeMax(float pointSizeMax);
723 void VertexProcessor::setPointSizeMax(float pointSizeMax) in setPointSizeMax() function in sw::VertexProcessor
75 setPointSizeMax(8192.0f); in Device()
577 void setPointSizeMax(float max);
3154 context->setPointSizeMax(param); in PointParameterf()3193 context->setPointSizeMax(params[0]); in PointParameterfv()3233 context->setPointSizeMax((float)param / 0x10000); in PointParameterx()3272 context->setPointSizeMax((float)params[0] / 0x10000); in PointParameterxv()
3469 void Context::setPointSizeMax(float max) in setPointSizeMax() function in es1::Context
78 setPointSizeMax(8192.0f); in Device()