Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h538 void setPointSmoothEnabled(bool enable);
DlibGLES_CM.cpp1202 case GL_POINT_SMOOTH: context->setPointSmoothEnabled(false); break; in Disable()
1339 case GL_POINT_SMOOTH: context->setPointSmoothEnabled(true); break; in Enable()
DContext.cpp3454 void Context::setPointSmoothEnabled(bool enable) in setPointSmoothEnabled() function in es1::Context