Home
last modified time | relevance | path

Searched refs:LookupTexturePathInfo (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/src/core/
H A Dcustom_tex_cache.h47 const CustomTexPathInfo& LookupTexturePathInfo(u64 hash) const;
H A Dcustom_tex_cache.cpp102 const CustomTexPathInfo& CustomTexCache::LookupTexturePathInfo(u64 hash) const { in LookupTexturePathInfo() function in Core::CustomTexCache
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/
H A Dcustom_tex_cache.h47 const CustomTexPathInfo& LookupTexturePathInfo(u64 hash) const;
H A Dcustom_tex_cache.cpp102 const CustomTexPathInfo& CustomTexCache::LookupTexturePathInfo(u64 hash) const { in LookupTexturePathInfo() function in Core::CustomTexCache
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_rasterizer_cache.cpp688 const auto& path_info = custom_tex_cache.LookupTexturePathInfo(tex_hash); in LoadCustomTexture()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_rasterizer_cache.cpp688 const auto& path_info = custom_tex_cache.LookupTexturePathInfo(tex_hash); in LoadCustomTexture()