Searched refs:isPointSmoothEnabled (Results 1 – 3 of 3) sorted by relevance
536 bool isPointSmoothEnabled() const;
3407 bool Context::isPointSmoothEnabled() const in isPointSmoothEnabled() function in es1::Context
2524 case GL_POINT_SMOOTH: return context->isPointSmoothEnabled(); break; in IsEnabled()