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