Home
last modified time | relevance | path

Searched refs:GetCachedTexture (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DTextureCache.cpp86 if (GetCachedTexture(url, details)) in GetCachedImage()
220 bool CTextureCache::GetCachedTexture(const std::string &url, CTextureDetails &details) in GetCachedTexture() function in CTextureCache
223 return m_database.GetCachedTexture(url, details); in GetCachedTexture()
H A DTextureDatabase.h65 bool GetCachedTexture(const std::string &originalURL, CTextureDetails &details);
H A DTextureCache.h177 bool GetCachedTexture(const std::string &url, CTextureDetails &details);
H A DTextureDatabase.cpp239 bool CTextureDatabase::GetCachedTexture(const std::string &url, CTextureDetails &details) in GetCachedTexture() function in CTextureDatabase
/dports/games/pioneer/pioneer-20210723/src/graphics/
H A DRenderer.cpp23 Texture *Renderer::GetCachedTexture(const std::string &type, const std::string &name) in GetCachedTexture() function in Graphics::Renderer
H A DTextureBuilder.h81 Texture *t = r->GetCachedTexture(type, m_filenames.front()); in GetOrCreateTexture()
H A DRenderer.h139 Texture *GetCachedTexture(const std::string &type, const std::string &name);
/dports/games/pioneer/pioneer-20210723/src/pigui/
H A DPerfInfo.cpp190 Pi::renderer->GetCachedTexture(m_state->selectedTexture.first, m_state->selectedTexture.second)) in Draw()
499 const auto *ptr = Pi::renderer->GetCachedTexture(t.first, name); in DrawTextureCache()
526 const auto *tex = Pi::renderer->GetCachedTexture(selectedTex.first, selectedTex.second); in DrawTextureInspector()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DTextureManager.h249 TxtrCacheEntry * GetCachedTexture(uint32_t tex);
H A DRiceDebugger.cpp401 TxtrCacheEntry *p = gTextureManager.GetCachedTexture(index); in DumpCachedTexture()
H A DTextureManager.cpp1169 TxtrCacheEntry * CTextureManager::GetCachedTexture(uint32_t tex) in GetCachedTexture() function in CTextureManager