Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_cache.c61 RGBA_t colortemp; in HWR_DrawColumnInCache() local
124 case 3 : colortemp = V_GetColor(texel); in HWR_DrawColumnInCache()
129colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawColumnInCache()
133 case 4 : colortemp = V_GetColor(texel); in HWR_DrawColumnInCache()
134 colortemp.s.alpha = alpha; in HWR_DrawColumnInCache()
139colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawColumnInCache()
172 RGBA_t colortemp; in HWR_DrawFlippedColumnInCache() local
234 case 3 : colortemp = V_GetColor(texel); in HWR_DrawFlippedColumnInCache()
239colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawFlippedColumnInCache()
244 colortemp.s.alpha = alpha; in HWR_DrawFlippedColumnInCache()
[all …]
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A DsmoothShade3d.c215 float c1,c2,colortemp,ztemp,dY,diffy,diffx,n1[3],n2[3],NV[3]; in scanPhong() local
276 colortemp = intersectColor[1]; in scanPhong()
278 intersectColor[0] = colortemp; in scanPhong()