Searched refs:mPresentQueueIndex (Results 1 – 2 of 2) sorted by relevance
185 mPresentQueueIndex = 0; in setupDevice()293 mPresentQueueIndex, // queueFamilyIndex in setupDevice()297 uint32_t queueInfoCount = (mPresentQueueIndex != mGraphicsQueueIndex) ? 2 : 1; in setupDevice()365 mGetDeviceQueue(mDevice, mPresentQueueIndex, 0, &mPresentQueue); in initialize()
155 uint32_t mPresentQueueIndex; variable