Searched defs:GL_PERSPECTIVE_CORRECTION_HINT (Results 1 – 4 of 4) sorted by relevance
248 #define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50 macro
241 #define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50 macro
162 int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; field
164 public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; field in GLES10