Home
last modified time | relevance | path

Searched refs:shareGroup (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h283 egl::ShareGroup *shareGroup) in checkFramebufferAllocation() argument
285 return checkObjectAllocation<const Caps &>(factory, handle, caps, shareGroup); in checkFramebufferAllocation()
291 egl::ShareGroup *shareGroup);
DResourceManager.cpp351 egl::ShareGroup *shareGroup) in AllocateNewObject() argument
355 return new Framebuffer(caps, factory, handle, shareGroup); in AllocateNewObject()
DFramebuffer.h200 egl::ShareGroup *shareGroup);
DFramebuffer.cpp791 egl::ShareGroup *shareGroup) in Framebuffer() argument
792 : mState(caps, id, shareGroup->generateFramebufferSerial()), in Framebuffer()
DState.h92 egl::ShareGroup *shareGroup,
DState.cpp332 egl::ShareGroup *shareGroup, in State() argument
350 mShareGroup(shareGroup),
DContext.cpp63 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/
DFrameCapture.cpp5709 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()