Searched defs:GL_POINT_SMOOTH_HINT (Results 1 – 4 of 4) sorted by relevance
249 #define GL_POINT_SMOOTH_HINT 0x0C51 macro
292 #define GL_POINT_SMOOTH_HINT 0x0C51 macro
164 int GL_POINT_SMOOTH_HINT = 0x0C51; field
166 public static final int GL_POINT_SMOOTH_HINT = 0x0C51; field in GLES10