Home
last modified time | relevance | path

Searched refs:fPhysicalDevice (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp80 VkResult res = fGetPhysicalDeviceSurfaceSupportKHR(fBackendContext->fPhysicalDevice, in initializeContext()
101 VkResult res = fGetPhysicalDeviceSurfaceCapabilitiesKHR(fBackendContext->fPhysicalDevice, in createSwapchain()
108 res = fGetPhysicalDeviceSurfaceFormatsKHR(fBackendContext->fPhysicalDevice, fSurface, in createSwapchain()
116 res = fGetPhysicalDeviceSurfaceFormatsKHR(fBackendContext->fPhysicalDevice, fSurface, in createSwapchain()
123 res = fGetPhysicalDeviceSurfacePresentModesKHR(fBackendContext->fPhysicalDevice, fSurface, in createSwapchain()
131 res = fGetPhysicalDeviceSurfacePresentModesKHR(fBackendContext->fPhysicalDevice, fSurface, in createSwapchain()
/external/skia/include/gpu/vk/
DGrVkBackendContext.h40 VkPhysicalDevice fPhysicalDevice; member
/external/skia/site/user/special/
Dvulkan.md29 vkBackendContext.fPhysicalDevice = vkPhysDevice;
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp311 ctx->fPhysicalDevice = physDev; in Create()
DGrVkGpu.cpp128 fVkCaps.reset(new GrVkCaps(options, this->vkInterface(), backendCtx->fPhysicalDevice, in GrVkGpu()
132 VK_CALL(GetPhysicalDeviceMemoryProperties(backendCtx->fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()