Searched defs:GL_POLYGON_SMOOTH_HINT (Results 1 – 3 of 3) sorted by relevance
251 #define GL_POLYGON_SMOOTH_HINT 0x0C53 macro
169 int GL_POLYGON_SMOOTH_HINT = 0x0C53; field
171 public static final int GL_POLYGON_SMOOTH_HINT = 0x0C53; field in GLES10