Searched refs:mBackendContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp46 mDestroyCommandPool(mBackendContext->fDevice, mCommandPool, nullptr);
49 mBackendContext.reset();
57 mBackendContext.reset(GrVkBackendContext::Create(&mPresentQueueIndex, canPresent));
60 VkInstance instance = mBackendContext->fInstance;
61 VkDevice device = mBackendContext->fDevice;
98 commandPoolInfo.queueFamilyIndex = mBackendContext->fGraphicsQueueIndex;
100 SkDEBUGCODE(VkResult res =) mCreateCommandPool(mBackendContext->fDevice,
105 mGetDeviceQueue(mBackendContext->fDevice, mPresentQueueIndex, 0, &mPresentQueue);
108 (GrBackendContext) mBackendContext.get()));
133 VkResult res = mWaitForFences(mBackendContext
[all...]
H A DVulkanManager.h81 bool hasVkContext() { return mBackendContext.get() != nullptr; }
169 sk_sp<const GrVkBackendContext> mBackendContext; member in class:android::uirenderer::renderthread::VulkanManager

Completed in 216 milliseconds