Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp131 hashStream << context->getShareGroup()->getFrameCaptureShared()->enabled(); in ComputeHash()
DContext.h623 egl::ShareGroup *getShareGroup() const { return mState.getShareGroup(); } in getShareGroup() function
DContext.cpp63 egl::ShareGroup *shareGroup = shareContext->getState().getShareGroup(); in AllocateOrGetShareGroup()
552 mState.getShareGroup()->addSharedContext(this); in initializeDefaultResources()
668 getShareGroup()->getFrameCaptureShared()->onDestroyContext(this); in onDestroy()
793 getShareGroup()->getFrameCaptureShared()->onMakeCurrent(this, drawSurface); in makeCurrent()
923 if (!getShareGroup()->getFrameCaptureShared()->enabled()) in createShaderProgramv()
1228 mImplementation.get(), mState.mCaps, framebufferHandle, getShareGroup()); in bindReadFramebuffer()
1236 mImplementation.get(), mState.mCaps, framebufferHandle, getShareGroup()); in bindDrawFramebuffer()
3844 if (getShareGroup()->getFrameCaptureShared()->enabled() || in initCaps()
3848 << (getShareGroup()->getFrameCaptureShared()->enabled() in initCaps()
9177 getShareGroup()->getFrameCaptureShared()->onEndFrame(this); in onPreSwap()
DProgram.cpp4300 if (context->getShareGroup()->getFrameCaptureShared()->enabled()) in serialize()
4315 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id()); in serialize()
4414 if (context->getShareGroup()->getFrameCaptureShared()->enabled()) in deserialize()
4427 context->getShareGroup()->getFrameCaptureShared()->setProgramSources(id(), in deserialize()
DFramebuffer.cpp813 : mState(context->getShareGroup()->generateFramebufferSerial()), in Framebuffer()
855 : mState(context->getShareGroup()->generateFramebufferSerial()), in Framebuffer()
DState.h122 egl::ShareGroup *getShareGroup() const { return mShareGroup; } in getShareGroup() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp2319 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in GenerateLinkedProgram()
2563 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in CaptureShareGroupMidExecutionSetup()
2877 context->getShareGroup()->getFrameCaptureShared()->retrieveCachedTextureLevel( in CaptureShareGroupMidExecutionSetup()
2993 context->getShareGroup()->getFrameCaptureShared()->getProgramSources(id); in CaptureShareGroupMidExecutionSetup()
3045 context->getShareGroup()->getFrameCaptureShared()->getShaderSource(id); in CaptureShareGroupMidExecutionSetup()
4391 context->getShareGroup()->getFrameCaptureShared()->copyCachedTextureLevel( in copyCompressedTextureData()
4499 context->getShareGroup()->getFrameCaptureShared()->getCachedTextureLevelData( in captureCompressedTextureData()
5046 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
5226 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
5253 context->getShareGroup()->getFrameCaptureShared(); in maybeCapturePreCallUpdates()
[all …]
DFrameCapture.h668 FrameCaptureShared *frameCaptureShared = context->getShareGroup()->getFrameCaptureShared(); in CaptureCallToFrameCapture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp574 mShareGroupVk(vk::GetImpl(state.getShareGroup()))