Home
last modified time | relevance | path

Searched refs:GetTextureManager (Results 1 – 25 of 78) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dvalidating_abstract_texture_impl.cc49 GetTextureManager()->SetParameteri(__func__, GetErrorState(), in SetParameteri()
75 GetTextureManager()->SetLevelImage(texture_ref_.get(), target, level, image, in BindImage()
77 GetTextureManager()->SetLevelCleared(texture_ref_.get(), target, level, in BindImage()
94 GetTextureManager()->SetLevelStreamTextureImage( in BindStreamTextureImage()
114 GetTextureManager()->SetLevelCleared( in SetCleared()
122 TextureManager* ValidatingAbstractTextureImpl::GetTextureManager() const { in GetTextureManager() function in gpu::gles2::ValidatingAbstractTextureImpl
H A Dvalidating_abstract_texture_impl.h52 TextureManager* GetTextureManager() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dvalidating_abstract_texture_impl.cc49 GetTextureManager()->SetParameteri(__func__, GetErrorState(), in SetParameteri()
75 GetTextureManager()->SetLevelImage(texture_ref_.get(), target, level, image, in BindImage()
77 GetTextureManager()->SetLevelCleared(texture_ref_.get(), target, level, in BindImage()
93 GetTextureManager()->SetLevelStreamTextureImage( in BindStreamTextureImage()
113 GetTextureManager()->SetLevelCleared( in SetCleared()
121 TextureManager* ValidatingAbstractTextureImpl::GetTextureManager() const { in GetTextureManager() function in gpu::gles2::ValidatingAbstractTextureImpl
H A Dvalidating_abstract_texture_impl.h50 TextureManager* GetTextureManager() const;
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dmultitexture.cpp45 TextureManager* texMan = GetTextureManager(); in setTexture()
55 TextureManager* texMan = GetTextureManager(); in setTexture()
64 TextureManager* texMan = GetTextureManager(); in find()
H A Drendcontext.cpp219 t = GetTextureManager()->find(m.maps[Mesh::DiffuseMap]); in makeCurrent()
338 t = GetTextureManager()->find(m.maps[Mesh::EmissiveMap]); in makeCurrent()
601 baseTex = GetTextureManager()->find(m.maps[Mesh::DiffuseMap]); in makeCurrent()
611 bumpTex = GetTextureManager()->find(m.maps[Mesh::NormalMap]); in makeCurrent()
626 specTex = GetTextureManager()->find(m.maps[Mesh::SpecularMap]); in makeCurrent()
641 emissiveTex = GetTextureManager()->find(m.maps[Mesh::EmissiveMap]); in makeCurrent()
839 baseTex = GetTextureManager()->find(m.maps[Mesh::DiffuseMap]); in makeCurrent()
H A Dtexmanager.h89 extern TextureManager* GetTextureManager();
H A Dmodelfile.cpp345 …ResourceHandle tex = GetTextureManager()->getHandle(TextureInfo(tok.getStringValue(), getTexturePa… in loadMaterial()
1067 const TextureInfo* texInfo = GetTextureManager()->getResourceInfo(material.maps[i]); in writeMaterial()
1095 const TextureInfo* texInfo = GetTextureManager()->getResourceInfo(material.tex0); in writeMaterial()
1102 const TextureInfo* texInfo = GetTextureManager()->getResourceInfo(material.tex1); in writeMaterial()
1430 …ResourceHandle tex = GetTextureManager()->getHandle(TextureInfo(texfile, getTexturePath(), Texture… in loadMaterial()
1881 const TextureInfo* texInfo = GetTextureManager()->getResourceInfo(material.maps[i]); in writeMaterial()
1893 const TextureInfo* texInfo = GetTextureManager()->getResourceInfo(material.tex1); in writeMaterial()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dmultitexture.cpp45 TextureManager* texMan = GetTextureManager(); in setTexture()
55 TextureManager* texMan = GetTextureManager(); in setTexture()
64 TextureManager* texMan = GetTextureManager(); in find()
H A Drendcontext.cpp219 t = GetTextureManager()->find(m.maps[Mesh::DiffuseMap]); in makeCurrent()
338 t = GetTextureManager()->find(m.maps[Mesh::EmissiveMap]); in makeCurrent()
601 baseTex = GetTextureManager()->find(m.maps[Mesh::DiffuseMap]); in makeCurrent()
611 bumpTex = GetTextureManager()->find(m.maps[Mesh::NormalMap]); in makeCurrent()
626 specTex = GetTextureManager()->find(m.maps[Mesh::SpecularMap]); in makeCurrent()
641 emissiveTex = GetTextureManager()->find(m.maps[Mesh::EmissiveMap]); in makeCurrent()
839 baseTex = GetTextureManager()->find(m.maps[Mesh::DiffuseMap]); in makeCurrent()
H A Dtexmanager.h89 extern TextureManager* GetTextureManager();
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DOverlay.cpp55 m_TextureBase = g_Renderer.GetTextureManager().CreateTexture(texturePropsBase); in CreateOverlayTexture()
56 m_TextureMask = g_Renderer.GetTextureManager().CreateTexture(texturePropsMask); in CreateOverlayTexture()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DPreviewPanoMaskTool.cpp55 helper->GetViewStatePtr()->GetTextureManager()->DisableTexture(); in ReallyAfterDrawImagesEvent()
86 helper->GetViewStatePtr()->GetTextureManager()->DisableTexture(); in ReallyAfterDrawImagesEvent()
H A DGLViewer.cpp188 m_renderer = new GLPreviewRenderer(m_pano, m_view_state->GetTextureManager(), in setUp()
242 …anosphere_m_renderer = new GLPanosphereOverviewRenderer(m_pano, m_view_state->GetTextureManager(), in setUp()
245 plane_m_renderer = new GLPlaneOverviewRenderer(m_pano, m_view_state->GetTextureManager(), in setUp()
265 m_view_state->GetTextureManager()->SetPhotometricCorrect(state); in SetPhotometricCorrect()
H A DPreviewDifferenceTool.cpp115 TextureManager *tex_m = helper->GetViewStatePtr()->GetTextureManager(); in AfterDrawImagesEvent()
163 helper->GetViewStatePtr()->GetTextureManager()->DrawImage(image_number, display_list); in BeforeDrawImagesEvent()
H A DPreviewLayoutLinesTool.cpp262 …helper->GetViewStatePtr()->GetTextureManager()->DisableTexture();// for (unsigned int i = 0; i … in BeforeDrawImagesEvent()
285 helper->GetViewStatePtr()->GetTextureManager()->DrawImage(image1, in AfterDrawImagesEvent()
287 helper->GetViewStatePtr()->GetTextureManager()->DrawImage(image2, in AfterDrawImagesEvent()
294 helper->GetViewStatePtr()->GetTextureManager()->DisableTexture(true); in AfterDrawImagesEvent()
H A DPanosphereSphereTool.cpp54 helper->GetViewStatePtr()->GetTextureManager()->DisableTexture(); in BeforeDrawImagesBackEvent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DAddonsDirectory.cpp178 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateTypeListing()
201 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateGameListing()
218 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateGameListing()
235 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateGameListing()
252 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateGameListing()
269 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateGameListing()
286 if (!thumb.empty() && CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateGameListing()
304 if (CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateMainCategoryListing()
314 if (CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateMainCategoryListing()
324 if (CServiceBroker::GetGUI()->GetTextureManager().HasTexture(thumb)) in GenerateMainCategoryListing()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITexture.cpp281 …bool useLarge = m_info.useLarge || !CServiceBroker::GetGUI()->GetTextureManager().CanLoad(m_info.f… in AllocResources()
287 texture = CServiceBroker::GetGUI()->GetTextureManager().Load(m_info.filename, true); in AllocResources()
315 CTextureArray texture = CServiceBroker::GetGUI()->GetTextureManager().Load(m_info.filename); in AllocResources()
331 m_diffuse = CServiceBroker::GetGUI()->GetTextureManager().Load(m_info.diffuse); in AllocResources()
442 CServiceBroker::GetGUI()->GetTextureManager().ReleaseTexture(m_info.filename, immediately); in FreeResources()
445 CServiceBroker::GetGUI()->GetTextureManager().ReleaseTexture(m_info.diffuse, immediately); in FreeResources()
H A DGUIComponent.h31 CGUITextureManager& GetTextureManager();
H A DGUIComponent.cpp59 CGUITextureManager& CGUIComponent::GetTextureManager() in GetTextureManager() function in CGUIComponent
H A DGUIMultiImage.cpp229 … CServiceBroker::GetGUI()->GetTextureManager().GetBundledTexturesFromPath(m_currentPath, m_files); in LoadDirectory()
304 … std::string realPath = CServiceBroker::GetGUI()->GetTextureManager().GetTexturePath(m_path, true); in DoWork()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DTexture.h277 friend GG_API TextureManager& GetTextureManager();
281 GG_API TextureManager& GetTextureManager();
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DWindowXML.cpp416 CServiceBroker::GetGUI()->GetTextureManager().AddTexturePath(m_mediaDir); in AllocResources()
418 CServiceBroker::GetGUI()->GetTextureManager().RemoveTexturePath(m_mediaDir); in AllocResources()
431 CServiceBroker::GetGUI()->GetTextureManager().AddTexturePath(m_mediaDir); in Process()
433 CServiceBroker::GetGUI()->GetTextureManager().RemoveTexturePath(m_mediaDir); in Process()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/programs/
H A DGUIViewStatePrograms.cpp61 if (CServiceBroker::GetGUI()->GetTextureManager().HasTexture("DefaultProgram.png")) in GetSources()

1234