Searched refs:GL_INTENSITY (Results 1 – 6 of 6) sorted by relevance
163 #define GL_INTENSITY 0x8049 macro
205 case GL_INTENSITY: in R_BuildLightMap()701 else if (gl_lightmap_format == GL_INTENSITY) in R_BlendLightmaps()770 else if (gl_lightmap_format == GL_INTENSITY) in R_BlendLightmaps()1645 gl_lightmap_format = GL_INTENSITY; in GL_BuildLightmaps()1660 case GL_INTENSITY: in GL_BuildLightmaps()
276 format = GL_INTENSITY; in uploadTexture()281 format = GL_INTENSITY; in uploadTexture()
1768 glTexParameteri(target, GL_DEPTH_TEXTURE_MODE, GL_INTENSITY); in setupTextureParams()
206 case GL_INTENSITY: in R_BuildLightMap()777 else if (gl_lightmap_format == GL_INTENSITY) in R_BlendLightmaps()840 else if (gl_lightmap_format == GL_INTENSITY) in R_BlendLightmaps()1756 gl_lightmap_format = GL_INTENSITY; in GL_BuildLightmaps()1771 case GL_INTENSITY: in GL_BuildLightmaps()
362 #define GL_INTENSITY 0x8049 macro