Searched refs:smooth (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp1094 GLboolean smooth = GL_FALSE; local
1097 smooth = c->point.smooth;
1102 smooth = c->line.smooth;
1105 if (((enables & GGL_ENABLE_AA)?1:0) != smooth)
1106 c->rasterizer.procs.enableDisable(c, GGL_AA, smooth);
H A Dcontext.h159 GLboolean smooth; member in struct:android::gl::point_size_t
164 GLboolean smooth; member in struct:android::gl::line_width_t
H A Dstate.cpp147 c->point.smooth = enabled;
150 c->line.smooth = enabled;

Completed in 89 milliseconds