Home
last modified time | relevance | path

Searched refs:IsCompatibleTextureFormat (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DTextureDecoder.h102 static inline bool IsCompatibleTextureFormat(TextureFormat from_format, TextureFormat to_format) in IsCompatibleTextureFormat() function
H A DTextureCacheBase.cpp767 if (!IsCompatibleTextureFormat(entry_to_update->format.texfmt, entry->format.texfmt)) in DoPartialTextureUpdates()
1371 if (!IsCompatibleTextureFormat(entry->format.texfmt, texformat)) in GetTexture()