Searched defs:GL_CONSTANT_ATTENUATION (Results 1 – 4 of 4) sorted by relevance
266 #define GL_CONSTANT_ATTENUATION 0x1207 macro
256 #define GL_CONSTANT_ATTENUATION 0x1207 macro
47 int GL_CONSTANT_ATTENUATION = 0x1207; field
49 public static final int GL_CONSTANT_ATTENUATION = 0x1207; field in GLES10