Lines Matching refs:materialHash
74 RenderContext::MaterialHash materialHash = renderContext->GetMaterialHash(); in Activate() local
87 …bool isRasterizationEnabled = (rasterizationHash == 0x0) || (rasterizationHash != materialHash.ras… in Activate()
91 materialHash.rasterization = rasterizationHash; in Activate()
97 if (textureCoordinatorHash != materialHash.textureCoordinator) in Activate()
101 materialHash.textureCoordinator = textureCoordinatorHash; in Activate()
107 …MappersEnabled = (textureMappersHash == 0x0) || (textureMappersHash != materialHash.textureMapper); in Activate()
111 materialHash.textureMapper = textureMappersHash; in Activate()
121 …bool isMaterialColorEnabled = (materialColorHash == 0x0) || (materialColorHash != materialHash.mat… in Activate()
126 …rsEnabled = (textureCombinersHash == 0x0) || (textureCombinersHash != materialHash.textureCombiner… in Activate()
130 materialHash.textureCombiner = textureCombinersHash; in Activate()
140 …Enabled = (fragmentOperationHash == 0x0) || (fragmentOperationHash != materialHash.fragmentOperati… in Activate()
144 materialHash.fragmentOperation = fragmentOperationHash; in Activate()
146 renderContext->SetMaterialHash(materialHash); in Activate()