Searched refs:shareGroup (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ResourceManager.h | 283 egl::ShareGroup *shareGroup) in checkFramebufferAllocation() argument 285 return checkObjectAllocation<const Caps &>(factory, handle, caps, shareGroup); in checkFramebufferAllocation() 291 egl::ShareGroup *shareGroup);
|
D | ResourceManager.cpp | 351 egl::ShareGroup *shareGroup) in AllocateNewObject() argument 355 return new Framebuffer(caps, factory, handle, shareGroup); in AllocateNewObject()
|
D | Framebuffer.h | 200 egl::ShareGroup *shareGroup);
|
D | Framebuffer.cpp | 791 egl::ShareGroup *shareGroup) in Framebuffer() argument 792 : mState(caps, id, shareGroup->generateFramebufferSerial()), in Framebuffer()
|
D | State.h | 92 egl::ShareGroup *shareGroup,
|
D | State.cpp | 332 egl::ShareGroup *shareGroup, in State() argument 350 mShareGroup(shareGroup),
|
D | Context.cpp | 63 egl::ShareGroup *shareGroup = shareContext->getState().getShareGroup(); in AllocateOrGetShareGroup() local 64 shareGroup->addRef(); in AllocateOrGetShareGroup() 65 return shareGroup; in AllocateOrGetShareGroup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 5709 egl::ShareGroup *shareGroup = mainContext->getShareGroup(); in runMidExecutionCapture() local 5710 shareGroup->finishAllContexts(); in runMidExecutionCapture() 5724 for (const gl::Context *shareContext : shareGroup->getContexts()) in runMidExecutionCapture() 5815 egl::ShareGroup *shareGroup = context->getShareGroup(); in onEndFrame() local 5816 shareGroup->finishAllContexts(); in onEndFrame() 6337 egl::ShareGroup *shareGroup = context->getShareGroup(); in writeMainContextCppReplay() local 6338 const egl::ContextSet &shareContextSet = shareGroup->getContexts(); in writeMainContextCppReplay()
|