Lines Matching refs:materialHash
76 RenderContext::MaterialHash materialHash = renderContext->GetMaterialHash(); in Activate() local
89 …bool isRasterizationEnabled = (rasterizationHash == 0x0) || (rasterizationHash != materialHash.ras… in Activate()
93 materialHash.rasterization = rasterizationHash; in Activate()
99 if (textureCoordinatorHash != materialHash.textureCoordinator) in Activate()
103 materialHash.textureCoordinator = textureCoordinatorHash; in Activate()
109 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()
113 materialHash.textureMapper = textureMappersHash; in Activate()
123 …bool isMaterialColorEnabled = (materialColorHash == 0x0) || (materialColorHash != materialHash.mat… in Activate()
128 …rsEnabled = (textureCombinersHash == 0x0) || (textureCombinersHash != materialHash.textureCombiner… in Activate()
132 materialHash.textureCombiner = textureCombinersHash; in Activate()
142 …Enabled = (fragmentOperationHash == 0x0) || (fragmentOperationHash != materialHash.fragmentOperati… in Activate()
146 materialHash.fragmentOperation = fragmentOperationHash; in Activate()
148 renderContext->SetMaterialHash(materialHash); in Activate()