Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h539 bool isPointSmoothEnabled() const;
DContext.cpp3459 bool Context::isPointSmoothEnabled() const in isPointSmoothEnabled() function in es1::Context
DlibGLES_CM.cpp2506 case GL_POINT_SMOOTH: return context->isPointSmoothEnabled(); break; in IsEnabled()