| 1756 | } |
| 1757 | |
| 1758 | void RestoreReferenceTextureView(bool rightTexture) |
| 1759 | { |
| 1760 | if (rightTexture) |
| 1761 | { |
| 1762 | m_useRightDecompressedImage = false; |
| 1763 | m_rightImageName = "Reference"; |
| 1764 | } |
| 1765 | else |
| 1766 | { |
| 1767 | m_useLeftDecompressedImage = false; |
| 1768 | m_leftImageName = "Reference"; |
| 1769 | } |
| 1770 | } |
| 1771 | |
| 1772 | void SetRestoredRunName(CompressionResult const& result, bool useRightTextures) |
| 1773 | { |
nothing calls this directly
no outgoing calls
no test coverage detected