Home
last modified time | relevance | path

Searched refs:std_cmap_shader (Results 1 – 1 of 1) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dr_colormap.cc1007 static colormap_shader_c *std_cmap_shader; variable
1013 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()