Home
last modified time | relevance | path

Searched refs:hardwareQueue_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp283 vkGetDeviceQueue2(device_, &deviceQueueInfo2HardW, &hardwareQueue_); in CreateDevice()
313 context->fQueue = hardwareQueue_; in CreateSkiaBackendContext()
H A Drs_vulkan_context.h230 VkQueue hardwareQueue_ = VK_NULL_HANDLE; variable