Home
last modified time | relevance | path

Searched refs:GetGpuComputeProgram (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp390 …if (const GpuComputeProgram* gcp = shaderMgr_.GetGpuComputeProgram(psoDataRef.shaderHandle); gcp) { in GetComputePso()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h227 const GpuComputeProgram* GetGpuComputeProgram(const RenderHandle& gpuHandle) const;
H A Dshader_manager.cpp1532 const GpuComputeProgram* ShaderManager::GetGpuComputeProgram(const RenderHandle& handle) const in GetGpuComputeProgram() function in ShaderManager