Home | History | Annotate | Download | only in jni

Lines Matching refs:supported

214     VkBool32 supported = VK_FALSE;
215 VK_CALL(vkGetPhysicalDeviceSurfaceSupportKHR(mGpu, mQueueFamilyIndex, mSurface, &supported));
216 if (supported == VK_FALSE) {
217 ALOGD("Surface format not supported");