Searched refs:hasVkContext (Results 1 – 3 of 3) sorted by relevance
152 return CC_LIKELY(mVkManager.hasVkContext()); in isContextReady()
81 bool hasVkContext() { return mBackendContext.get() != nullptr; } in hasVkContext() function
40 if (!hasVkContext()) return; in destroy()53 if (hasVkContext()) { return; } in initialize()