Home
last modified time | relevance | path

Searched refs:isLineSmoothEnabled (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h542 bool isLineSmoothEnabled() const;
DContext.cpp3339 bool Context::isLineSmoothEnabled() const in isLineSmoothEnabled() function in es1::Context
DlibGLES_CM.cpp2507 case GL_LINE_SMOOTH: return context->isLineSmoothEnabled(); break; in IsEnabled()