Load a TGA image from a file. @param[out] rImage Loaded image data if loading was successful. @param[in] pSourceStream Stream through which to load the image. Note that this function does not buffer reads, so it is recommended to use a BufferedStream when loading from a file. @return True if loading was successful, false if not.
source not stored for this graph (policy: none)
no test coverage detected