Searched refs:NodeContextPoolManagerGLES (Results 1 – 4 of 4) sorted by relevance
51 class NodeContextPoolManagerGLES final : public NodeContextPoolManager {53 NodeContextPoolManagerGLES(Device& device, GpuResourceManager& gpuResourceManager);54 ~NodeContextPoolManagerGLES();
675 NodeContextPoolManagerGLES::NodeContextPoolManagerGLES(Device& device, GpuResourceManager& gpuResou… in NodeContextPoolManagerGLES() function in NodeContextPoolManagerGLES688 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()
2132 return make_unique<NodeContextPoolManagerGLES>(*this, gpuResourceMgr); in CreateNodeContextPoolManager()
1452 auto& cpm = *(static_cast<NodeContextPoolManagerGLES*>(managers_.poolMgr)); in RenderCommandBeginRenderPass()