Home
last modified time | relevance | path

Searched refs:getShareGroup (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1177 egl::ShareGroup *shareGroup = context->getShareGroup(); in WriteWindowSurfaceContextCppReplay()
2323 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in CaptureSharedContextMidExecutionSetup()
2575 context->getShareGroup()->getFrameCaptureShared()->retrieveCachedTextureLevel( in CaptureSharedContextMidExecutionSetup()
2678 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in CaptureSharedContextMidExecutionSetup()
2787 context->getShareGroup()->getFrameCaptureShared()->getShaderSource(id); in CaptureSharedContextMidExecutionSetup()
4006 context->getShareGroup()->getFrameCaptureShared()->copyCachedTextureLevel( in copyCompressedTextureData()
4111 context->getShareGroup()->getFrameCaptureShared()->getCachedTextureLevelData( in captureCompressedTextureData()
4443 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
4469 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
4486 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
[all …]
DFrameCapture.h538 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in CaptureCallToFrameCapture()
/external/angle/src/libANGLE/
DContext.h624 egl::ShareGroup *getShareGroup() const { return mState.getShareGroup(); } in getShareGroup() function
DContext.cpp60 egl::ShareGroup *shareGroup = shareContext->getState().getShareGroup(); in AllocateOrGetShareGroup()
508 mState.getShareGroup()->getContexts()->insert(this); in initializeDefaultResources()
617 getShareGroup()->getFrameCaptureShared()->onDestroyContext(this); in onDestroy()
750 getShareGroup()->getFrameCaptureShared()->onMakeCurrent(this, drawSurface); in makeCurrent()
885 if (!getShareGroup()->getFrameCaptureShared()->enabled()) in createShaderProgramv()
1190 mImplementation.get(), mState.mCaps, framebufferHandle, getShareGroup()); in bindReadFramebuffer()
1198 mImplementation.get(), mState.mCaps, framebufferHandle, getShareGroup()); in bindDrawFramebuffer()
3773 if (getShareGroup()->getFrameCaptureShared()->enabled() || in initCaps()
3777 << (getShareGroup()->getFrameCaptureShared()->enabled() in initCaps()
8726 angle::FrameCaptureShared *frameCaptureShared = getShareGroup()->getFrameCaptureShared(); in getFrameCaptureSharedResourceTracker()
[all …]
DFramebuffer.cpp805 : mState(context->getShareGroup()->generateFramebufferSerial()), in Framebuffer()
847 : mState(context->getShareGroup()->generateFramebufferSerial()), in Framebuffer()
DState.h122 egl::ShareGroup *getShareGroup() const { return mShareGroup; } in getShareGroup() function
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp454 mShareGroupVk(vk::GetImpl(state.getShareGroup()))