Searched refs:gpuHandleMgr_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 1270 if (renderContext_ && uriMgr_ && gpuHandleMgr_) { in Initialize() 1274 FillShaderData(entityMgr, *uriMgr_, *gpuHandleMgr_, shaderMgr, in Initialize() 1276 FillShaderData(entityMgr, *uriMgr_, *gpuHandleMgr_, shaderMgr, in Initialize() 1278 FillShaderData(entityMgr, *uriMgr_, *gpuHandleMgr_, shaderMgr, in Initialize() 1439 SetupSubmeshBuffers(*gpuHandleMgr_, mpd.meshComponent, submesh, renderSubmesh); in ProcessSubmesh() 1780 if (!(environmentMgr_ && materialExtensionMgr_ && layerMgr_ && gpuHandleMgr_)) { in ProcessEnvironments() 1799 FillRenderEnvironment(*gpuHandleMgr_, layerMask, envEntity, component, renderEnv); in ProcessEnvironments() 1806 gpuHandleMgr_->GetRenderHandleReference(component.customResources[idx]); in ProcessEnvironments() 1814 gpuHandleMgr_->GetRenderHandleReference(matExtComp.resources[idx]); in ProcessEnvironments() 1867 FillRenderCameraBaseFromCameraComponent(*gpuHandleMgr_, component, camera, true); in ProcessCameras() [all …]
|
H A D | render_system.h | 247 IRenderHandleComponentManager* gpuHandleMgr_ = nullptr; variable
|