Searched refs:hasVkContext (Results 1 – 5 of 5) sorted by relevance
221 if (mVkManager->hasVkContext()) { in requireVkContext()247 if (vulkanManager().hasVkContext()) { in destroyRenderingContext()
561 LOG_ALWAYS_FATAL_IF(!hasVkContext(), "Not initialized"); in createSurface()571 if (!hasVkContext()) { in fenceWait()619 if (!hasVkContext()) { in createReleaseFence()
57 bool hasVkContext() { return mDevice != VK_NULL_HANDLE; } in hasVkContext() function
233 if (!mVulkanManager.hasVkContext()) { in onInitialize()249 if (!mVulkanManager.hasVkContext()) { in onBeginUpload()
141 return CC_LIKELY(mVkManager.hasVkContext()); in isContextReady()