Searched defs:GL_TEXTURE_ENV_COLOR (Results 1 – 4 of 4) sorted by relevance
378 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
421 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
207 int GL_TEXTURE_ENV_COLOR = 0x2201; field
209 public static final int GL_TEXTURE_ENV_COLOR = 0x2201; field in GLES10