Home
last modified time | relevance | path

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

/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_glsl.c1447 …if (!GLSL_InitGPUShader(&tr.testcubeShader, "testcube", attribs, qtrue, extradefines, qtrue, NULL,… in GLSL_InitGPUShaders()
1452 GLSL_InitUniforms(&tr.testcubeShader); in GLSL_InitGPUShaders()
1454 GLSL_SetUniformInt(&tr.testcubeShader, UNIFORM_TEXTUREMAP, TB_COLORMAP); in GLSL_InitGPUShaders()
1456 GLSL_FinishGPUShader(&tr.testcubeShader); in GLSL_InitGPUShaders()
H A Dtr_local.h1717 shaderProgram_t testcubeShader; member
H A Dtr_backend.c1925 …exture(tr.cubemaps[cubemapIndex - 1].image, NULL, NULL, NULL, dstBox, &tr.testcubeShader, NULL, 0); in RB_PostProcess()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_glsl.c1447 …if (!GLSL_InitGPUShader(&tr.testcubeShader, "testcube", attribs, qtrue, extradefines, qtrue, NULL,… in GLSL_InitGPUShaders()
1452 GLSL_InitUniforms(&tr.testcubeShader); in GLSL_InitGPUShaders()
1454 GLSL_SetUniformInt(&tr.testcubeShader, UNIFORM_TEXTUREMAP, TB_COLORMAP); in GLSL_InitGPUShaders()
1456 GLSL_FinishGPUShader(&tr.testcubeShader); in GLSL_InitGPUShaders()
H A Dtr_local.h1731 shaderProgram_t testcubeShader; member
H A Dtr_backend.c2176 …exture(tr.cubemaps[cubemapIndex - 1].image, NULL, NULL, NULL, dstBox, &tr.testcubeShader, NULL, 0); in RB_PostProcess()