Searched defs:smooth (Results 1 - 2 of 2) 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

Completed in 311 milliseconds