Home
last modified time | relevance | path

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

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/renderer/
H A Drenderer.cpp1385 const std::vector<HGLTexture> &glTextureHandles = glTextureManager->activeHandles(); in updateGLResources() local
1387 for (const HGLTexture &glTextureHandle : glTextureHandles) { in updateGLResources()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/rhi/renderer/
H A Drenderer.cpp1550 const std::vector<HRHITexture> &glTextureHandles = rhiTextureManager->activeHandles(); in updateResources() local
1552 for (const HRHITexture &glTextureHandle : glTextureHandles) { in updateResources()