Searched refs:eBlendOpA (Results 1 – 2 of 2) sorted by relevance
254 EPODBlendOp eBlendOpA; /*!< Blending alpha operation */ member
1032 if(!WriteData32(pFile, ePODFileMatBlendOpA, &s.pMaterial[i].eBlendOpA)) return false; in WritePOD()1307 s.eBlendOpRGB = s.eBlendOpA = ePODBlendOp_ADD; in ReadMaterial()1349 case ePODFileMatBlendOpA: if(!src.Read32(s.eBlendOpA)) return false; break; in ReadMaterial()4564 dstMaterial.eBlendOpA = srcMaterial.eBlendOpA;