Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h541 void setLineSmoothEnabled(bool enable);
DlibGLES_CM.cpp1203 case GL_LINE_SMOOTH: context->setLineSmoothEnabled(false); break; in Disable()
1340 case GL_LINE_SMOOTH: context->setLineSmoothEnabled(true); break; in Enable()
DContext.cpp3334 void Context::setLineSmoothEnabled(bool enable) in setLineSmoothEnabled() function in es1::Context