RE-SkiaVk: Use vkGetDeviceQueue2 instead of vkGetDeviceQueue

The original code violated the spec.  Since RE-SkiaVk can create a
queue with the VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT flag, it must use
vkGetDeviceQueue2 instead of vkGetDeviceQueue.

Test: Inspection and logcat
Bug: 266943585
Change-Id: I5a8d406ef08fba9293a2b93a4c7ca3fed736993d
1 file changed