Home
last modified time | relevance | path

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

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dcursor.c11 XColor whiteCol, blackCol; local
14 whiteCol.pixel = colortable[W_White].pixelValue;
15 XQueryColor(W_Display, W_Colormap, &whiteCol);
25 &whiteCol, &blackCol, xhot, yhot);
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dcomposit.cpp894 static Color whiteCol(1.0f, 1.0f, 1.0f); variable
907 pIHWMat->SetDiffuseColor(whiteCol); in SetHWTexOps()
908 pIHWMat->SetAmbientColor(whiteCol); in SetHWTexOps()
H A Dmix.cpp1080 static Color whiteCol(1.0f, 1.0f, 1.0f); variable
1093 pIHWMat->SetDiffuseColor(whiteCol); in SetHWTexOps()
1094 pIHWMat->SetAmbientColor(whiteCol); in SetHWTexOps()
H A Dstdmtl2.cpp4730 static Color whiteCol(1.0f, 1.0f, 1.0f); variable
4743 pIHWMat->SetDiffuseColor(whiteCol); in SetHWTexOps()
4744 pIHWMat->SetAmbientColor(whiteCol); in SetHWTexOps()
4845 …StuffAlpha(bmi[1], (*maps)[opacChan].amount, GetOpacity(t),ntx ? whiteCol : pShader->GetDiffuseClr… in SetupGfxMultiMaps()
4945 …StuffAlpha(bmi[1], (*maps)[opacChan].amount, GetOpacity(t),ntx?whiteCol:pShader->GetDiffuseClr(t)); in SetupGfxMultiMaps()
H A Dstdmtl.cpp2610 static Color whiteCol(1.0f,1.0f,1.0f); variable
3063 ip.diffIllum = (self_i>=1.0f) ? whiteCol: ip.diffIllum*(1.0f-self_i) + self_i; in Shade()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c2909 XColor whiteCol, blackCol; in W_DefineCursor() local
2916 whiteCol.pixel = colortable[W_White].pixelValue; in W_DefineCursor()
2917 XQueryColor(W_Display, W_Colormap, &whiteCol); in W_DefineCursor()
2928 &whiteCol, &blackCol, xhot, yhot); in W_DefineCursor()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/material/
H A DGameMaterial.cpp4125 static Color whiteCol(1.0f, 1.0f, 1.0f); variable
4190 …StuffAlpha(bmi[1], (*maps)[opacChan].amount, GetOpacity(t),ntx?whiteCol:pShader->GetDiffuseClr(t)); in SetupGfxMultiMaps()