Searched refs:isLineSmoothEnabled (Results 1 – 3 of 3) sorted by relevance
542 bool isLineSmoothEnabled() const;
3339 bool Context::isLineSmoothEnabled() const in isLineSmoothEnabled() function in es1::Context
2507 case GL_LINE_SMOOTH: return context->isLineSmoothEnabled(); break; in IsEnabled()