Home
last modified time | relevance | path

Searched refs:getContexts (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.h36 ContextVkSet *getContexts() { return &mContexts; } in getContexts() function
DContextVk.cpp715 mShareGroupVk->getContexts()->erase(this); in onDestroy()
932 mShareGroupVk->getContexts()->insert(this); in initialize()
Dvk_helpers.cpp4380 ContextVkSet &shareContextSet = *contextVk->getShareGroupVk()->getContexts(); in releaseImageFromShareContexts()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h94 const ContextSet &getContexts() const { return mContexts; } in getContexts() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp5724 for (const gl::Context *shareContext : shareGroup->getContexts()) in runMidExecutionCapture()
6338 const egl::ContextSet &shareContextSet = shareGroup->getContexts(); in writeMainContextCppReplay()