Searched refs:fboMap (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 545 …vector<FboHash>& fboMap, array_view<const BindImage> images, const array_view<const uint32_t> imag… in ProcessSubPass() argument 572 …fboMap.begin(), fboMap.end(), [subHash](const FboHash& fboHash) { return fboHash.hash == subHash; … in ProcessSubPass() 573 it != fboMap.end()) { in ProcessSubPass() 579 fboMap.push_back({ subHash, fbo }); in ProcessSubPass() 763 vector<FboHash> fboMap; in GetFramebufferHandle() local 766 [this, &fb, &fboMap, images = array_view<const BindImage>(images), in GetFramebufferHandle() 768 return ProcessSubPass(device_, fb, fboMap, images, imageMap, subpass, in GetFramebufferHandle()
|