Searched refs:smooth (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/opengl/libagl/ | ||
H A D | array.cpp | 1094 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 D | context.h | 159 GLboolean smooth; member in struct:android::gl::point_size_t 164 GLboolean smooth; member in struct:android::gl::line_width_t |
H A D | state.cpp | 147 c->point.smooth = enabled; 150 c->line.smooth = enabled; |
Completed in 77 milliseconds