Searched refs:blendfuncflags (Results 1 – 2 of 2) sorted by relevance
2207 int blendfuncflags; in R_SetupShader_Surface() local2233 blendfuncflags = R_BlendFuncFlags(GL_ONE, GL_ZERO); in R_SetupShader_Surface()2248 blendfuncflags = R_BlendFuncFlags(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in R_SetupShader_Surface()2277 blendfuncflags = R_BlendFuncFlags(GL_ONE, GL_ZERO); in R_SetupShader_Surface()2321 blendfuncflags = R_BlendFuncFlags(GL_SRC_ALPHA, GL_ONE); in R_SetupShader_Surface()2592 if(!(blendfuncflags & BLENDFUNC_ALLOWS_COLORMOD)) in R_SetupShader_Surface()2594 if(!(blendfuncflags & BLENDFUNC_ALLOWS_ANYFOG)) in R_SetupShader_Surface()2596 if(blendfuncflags & BLENDFUNC_ALLOWS_FOG_HACKALPHA) in R_SetupShader_Surface()2661 if(blendfuncflags & BLENDFUNC_ALLOWS_FOG_HACK0) in R_SetupShader_Surface()2821 if(blendfuncflags & BLENDFUNC_ALLOWS_FOG_HACK0) in R_SetupShader_Surface()[all …]
2222 int blendfuncflags; in R_SetupShader_Surface() local2247 blendfuncflags = R_BlendFuncFlags(GL_ONE, GL_ZERO); in R_SetupShader_Surface()2262 blendfuncflags = R_BlendFuncFlags(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in R_SetupShader_Surface()2269 blendfuncflags = R_BlendFuncFlags(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in R_SetupShader_Surface()2291 blendfuncflags = R_BlendFuncFlags(GL_ONE, GL_ZERO); in R_SetupShader_Surface()2335 blendfuncflags = R_BlendFuncFlags(GL_SRC_ALPHA, GL_ONE); in R_SetupShader_Surface()2498 if(!(blendfuncflags & BLENDFUNC_ALLOWS_ANYFOG)) in R_SetupShader_Surface()2500 if(blendfuncflags & BLENDFUNC_ALLOWS_FOG_HACKALPHA) in R_SetupShader_Surface()2563 if(blendfuncflags & BLENDFUNC_ALLOWS_FOG_HACK0) in R_SetupShader_Surface()2731 if(blendfuncflags & BLENDFUNC_ALLOWS_FOG_HACK0) in R_SetupShader_Surface()[all …]