Home
last modified time | relevance | path

Searched refs:UpdateTextures (Results 1 – 23 of 23) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ToolsDlg.cpp57 UpdateTextures(); in InitMaterialCtrls()
65 if (::Landscape.GetMode() == LandscapeMode::Static) UpdateTextures(); in SetMaterial()
113 if (::Landscape.GetMode() == LandscapeMode::Static) UpdateTextures(); in SetBackMaterial()
211 UpdateTextures(); in SetLandscapeMode()
H A DC4ToolsDlg.h91 void UpdateTextures();
H A DC4ConsoleQt.cpp431 void C4ToolsDlg::UpdateTextures() { /* Textures are done with materials */ } in UpdateTextures() function in C4ToolsDlg
H A DC4Console.cpp707 void C4ToolsDlg::UpdateTextures() {} in UpdateTextures() function in C4ToolsDlg
H A DC4ConsoleCocoa.mm219 void C4ToolsDlg::UpdateTextures() function
H A DC4ConsoleWin32.cpp1244 void C4ToolsDlg::UpdateTextures() in UpdateTextures() function in C4ToolsDlg
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/ios/
H A Dopen_gles20.h51 void UpdateTextures(const I420VideoFrame& frame);
H A Dopen_gles20.mm159 UpdateTextures(frame);
313 void OpenGles20::UpdateTextures(const I420VideoFrame& frame) {
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.h39 void UpdateTextures(const I420VideoFrame& frameToRender);
H A Dvideo_render_opengles20.cc233 UpdateTextures(frameToRender);
376 void VideoRenderOpenGles20::UpdateTextures(const
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DRenderExternalTextureHost.cpp149 UpdateTextures(aRendering); in Lock()
176 void RenderExternalTextureHost::UpdateTextures(wr::ImageRendering aRendering) { in UpdateTextures() function in mozilla::wr::RenderExternalTextureHost
H A DRenderExternalTextureHost.h62 void UpdateTextures(wr::ImageRendering aRendering);
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DRenderExternalTextureHost.cpp150 UpdateTextures(aRendering); in Lock()
177 void RenderExternalTextureHost::UpdateTextures(wr::ImageRendering aRendering) { in UpdateTextures() function in mozilla::wr::RenderExternalTextureHost
H A DRenderExternalTextureHost.h62 void UpdateTextures(wr::ImageRendering aRendering);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DRenderExternalTextureHost.cpp149 UpdateTextures(aRendering); in Lock()
176 void RenderExternalTextureHost::UpdateTextures(wr::ImageRendering aRendering) { in UpdateTextures() function in mozilla::wr::RenderExternalTextureHost
H A DRenderExternalTextureHost.h62 void UpdateTextures(wr::ImageRendering aRendering);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dui_scene.h55 void UpdateTextures();
H A Dui_scene.cc202 void UiScene::UpdateTextures() { in UpdateTextures() function in vr::UiScene
H A Dui.cc726 scene_->UpdateTextures(); in UpdateSceneTextures()
/dports/games/spring/spring_98.0/rts/Rendering/
H A DProjectileDrawer.h42 void UpdateTextures();
H A DProjectileDrawer.cpp867 void CProjectileDrawer::UpdateTextures() { in UpdateTextures() function in CProjectileDrawer
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/test/
H A Dui_test.cc266 scene_->UpdateTextures(); in OnBeginFrame()
/dports/games/spring/spring_98.0/rts/Game/
H A DGame.cpp1104 projectileDrawer->UpdateTextures(); in UpdateUnsynced()