Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_init.cpp196 PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV; variable
537qglCombinerParameterfvNV = (PFNGLCOMBINERPARAMETERFVNVPROC)ri.GL_GetProcAddress( "glCombinerParame… in GLimp_InitExtensions()
552 …if ( !qglCombinerParameterfvNV || !qglCombinerParameterivNV || !qglCombinerParameterfNV || !qglCom… in GLimp_InitExtensions()
557 qglCombinerParameterfvNV = NULL; in GLimp_InitExtensions()
H A Dtr_backend.cpp1663 if ( !qglCombinerParameterfvNV ) in BeginPixelShader()
1733 if ( qglCombinerParameterfvNV ) in RB_BlurGlowTexture()
1738 qglCombinerParameterfvNV( GL_CONSTANT_COLOR0_NV, (float*)&fBlurWeight ); in RB_BlurGlowTexture()
H A Dqgl.h400 extern PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV;
/dports/games/tenebrae/tenebrae_0/
H A Dgl_common.c271 … SAFE_GET_PROC (qglCombinerParameterfvNV,PFNGLCOMBINERPARAMETERFVNVPROC,"glCombinerParameterfvNV"); in CheckSpecularBumpMappingExtensions()
H A Dgl_bumpgf.c213 qglCombinerParameterfvNV(GL_CONSTANT_COLOR0_NV, &scaler[0]); in GL_EnableSpecularShaderGF3()
H A Dgl_bumpmap.c79 qglCombinerParameterfvNV(GL_CONSTANT_COLOR0_NV, &scaler[0]); in GL_EnableSpecularShader()
H A Dglquake.h681 extern PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV;
H A Dgl_rsurf.c386 PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV = NULL; variable
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_init.cpp231 PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV; variable
579qglCombinerParameterfvNV = (PFNGLCOMBINERPARAMETERFVNVPROC)ri.GL_GetProcAddress( "glCombinerParame… in GLimp_InitExtensions()
594 …if ( !qglCombinerParameterfvNV || !qglCombinerParameterivNV || !qglCombinerParameterfNV || !qglCom… in GLimp_InitExtensions()
599 qglCombinerParameterfvNV = NULL; in GLimp_InitExtensions()
H A Dqgl.h410 extern PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV;
H A Dtr_backend.cpp2018 if ( !qglCombinerParameterfvNV ) in BeginPixelShader()
2089 if ( qglCombinerParameterfvNV ) in RB_BlurGlowTexture()
2094 qglCombinerParameterfvNV( GL_CONSTANT_COLOR0_NV, (float*)&fBlurWeight ); in RB_BlurGlowTexture()
/dports/games/openjk/OpenJK-07675e2/shared/sdl/
H A Dsdl_qgl.h365 extern PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV;
/dports/games/tenebrae/tenebrae_0/macosx/
H A Dgl_vidosx.m1364 qglCombinerParameterfvNV = GL_GetProcAddress ("glCombinerParameterfvNV", NO);
1378 if (qglCombinerParameterfvNV != NULL &&
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dqgl.h506 extern PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV;
H A Dgl_rmain.c28 PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV; variable
2783qglCombinerParameterfvNV = (PFNGLCOMBINERPARAMETERFVNVPROC) qwglGetProcAddress("glCombinerParamete… in R_Init()
/dports/games/q2p/Q2P-0.2-2006-12-31/ref_gl/
H A Dqgl.h563 extern PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV;
H A Dgl_rmain.c28 PFNGLCOMBINERPARAMETERFVNVPROC qglCombinerParameterfvNV; variable
3035 qglCombinerParameterfvNV = in R_Init()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A Dqgl.h170 extern PFNGLCOMBINERPARAMETERFVNV qglCombinerParameterfvNV;