Home
last modified time | relevance | path

Searched refs:NodeContextPoolManagerGLES (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.h51 class NodeContextPoolManagerGLES final : public NodeContextPoolManager {
53 NodeContextPoolManagerGLES(Device& device, GpuResourceManager& gpuResourceManager);
54 ~NodeContextPoolManagerGLES();
H A Dnode_context_pool_manager_gles.cpp675 NodeContextPoolManagerGLES::NodeContextPoolManagerGLES(Device& device, GpuResourceManager& gpuResou… in NodeContextPoolManagerGLES() function in NodeContextPoolManagerGLES
688 NodeContextPoolManagerGLES::~NodeContextPoolManagerGLES() in ~NodeContextPoolManagerGLES()
698 void NodeContextPoolManagerGLES::BeginFrame() in BeginFrame()
705 void NodeContextPoolManagerGLES::BeginBackendFrame() in BeginBackendFrame()
737 EngineResourceHandle NodeContextPoolManagerGLES::GetFramebufferHandle( in GetFramebufferHandle()
793 const LowlevelFramebufferGL* NodeContextPoolManagerGLES::GetFramebuffer(const EngineResourceHandle … in GetFramebuffer()
804 void NodeContextPoolManagerGLES::FilterRenderPass(RenderCommandBeginRenderPass& beginRenderPass) in FilterRenderPass()
H A Ddevice_gles.cpp2132 return make_unique<NodeContextPoolManagerGLES>(*this, gpuResourceMgr); in CreateNodeContextPoolManager()
H A Drender_backend_gles.cpp1452 auto& cpm = *(static_cast<NodeContextPoolManagerGLES*>(managers_.poolMgr)); in RenderCommandBeginRenderPass()