Home
last modified time | relevance | path

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

/external/angle/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.cpp354 egl::ShareGroup *shareGroup) in AllocateNewObject() argument
358 return new Framebuffer(caps, factory, handle, shareGroup); in AllocateNewObject()
DFramebuffer.h200 egl::ShareGroup *shareGroup);
DFramebuffer.cpp783 egl::ShareGroup *shareGroup) in Framebuffer() argument
784 : mState(caps, id, shareGroup->generateFramebufferSerial()), in Framebuffer()
DState.h92 egl::ShareGroup *shareGroup,
DState.cpp285 egl::ShareGroup *shareGroup, in State() argument
303 mShareGroup(shareGroup),
DContext.cpp60 egl::ShareGroup *shareGroup = shareContext->getState().getShareGroup(); in AllocateOrGetShareGroup() local
61 shareGroup->addRef(); in AllocateOrGetShareGroup()
62 return shareGroup; in AllocateOrGetShareGroup()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1177 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()