Searched defs:GL_COMBINE_RGB (Results 1 – 3 of 3) sorted by relevance
51 int GL_COMBINE_RGB = 0x8571; field
524 #define GL_COMBINE_RGB 0x8571 macro
53 public static final int GL_COMBINE_RGB = 0x8571; field in GLES11