Searched refs:shareGroup (Results 1 – 8 of 8) sorted by relevance
/external/angle/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 | 354 egl::ShareGroup *shareGroup) in AllocateNewObject() argument 358 return new Framebuffer(caps, factory, handle, shareGroup); in AllocateNewObject()
|
D | Framebuffer.h | 200 egl::ShareGroup *shareGroup);
|
D | Framebuffer.cpp | 783 egl::ShareGroup *shareGroup) in Framebuffer() argument 784 : mState(caps, id, shareGroup->generateFramebufferSerial()), in Framebuffer()
|
D | State.h | 92 egl::ShareGroup *shareGroup,
|
D | State.cpp | 285 egl::ShareGroup *shareGroup, in State() argument 303 mShareGroup(shareGroup),
|
D | Context.cpp | 60 egl::ShareGroup *shareGroup = shareContext->getState().getShareGroup(); in AllocateOrGetShareGroup() local 61 shareGroup->addRef(); in AllocateOrGetShareGroup() 62 return shareGroup; in AllocateOrGetShareGroup()
|
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1177 egl::ShareGroup *shareGroup = context->getShareGroup(); in WriteWindowSurfaceContextCppReplay() local 1178 egl::ContextSet *shareContextSet = shareGroup->getContexts(); in WriteWindowSurfaceContextCppReplay() 4979 egl::ShareGroup *shareGroup = context->getShareGroup(); in setupSharedAndAuxReplay() local 4980 const egl::ContextSet *shareContextSet = shareGroup->getContexts(); in setupSharedAndAuxReplay() 5089 egl::ShareGroup *shareGroup = context->getShareGroup(); in onEndFrame() local 5090 const egl::ContextSet *shareContextSet = shareGroup->getContexts(); in onEndFrame() 5552 egl::ShareGroup *shareGroup = context->getShareGroup(); in writeCppReplayIndexFiles() local 5553 egl::ContextSet *shareContextSet = shareGroup->getContexts(); in writeCppReplayIndexFiles()
|