Searched refs:setPointSmoothEnabled (Results 1 – 3 of 3) sorted by relevance
538 void setPointSmoothEnabled(bool enable);
1202 case GL_POINT_SMOOTH: context->setPointSmoothEnabled(false); break; in Disable()1339 case GL_POINT_SMOOTH: context->setPointSmoothEnabled(true); break; in Enable()
3454 void Context::setPointSmoothEnabled(bool enable) in setPointSmoothEnabled() function in es1::Context