Searched refs:std_cmap_shader (Results 1 – 1 of 1) sorted by relevance
1007 static colormap_shader_c *std_cmap_shader; variable1013 if (! std_cmap_shader) in R_GetColormapShader()1014 std_cmap_shader = new colormap_shader_c(NULL); in R_GetColormapShader()1016 colormap_shader_c *shader = std_cmap_shader; in R_GetColormapShader()1057 if (std_cmap_shader) in DeleteColourmapTextures()1058 std_cmap_shader->DeleteTex(); in DeleteColourmapTextures()1060 std_cmap_shader = NULL; in DeleteColourmapTextures()