Home
last modified time | relevance | path

Searched refs:backendContext (Results 1 – 10 of 10) sorted by relevance

/external/skia/tools/sk_app/
DVulkanWindowContext.cpp63 GrVkBackendContext backendContext; in initializeContext() local
66 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, &extensions, &features, in initializeContext()
78 fInstance = backendContext.fInstance; in initializeContext()
79 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext()
80 fDevice = backendContext.fDevice; in initializeContext()
81 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
82 fGraphicsQueue = backendContext.fQueue; in initializeContext()
86 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
87 backendContext.fInstance, in initializeContext()
94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
[all …]
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp59 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make() argument
61 if (backendContext.fInstance == VK_NULL_HANDLE || in Make()
62 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make()
63 backendContext.fDevice == VK_NULL_HANDLE || in Make()
64 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
67 if (!backendContext.fGetProc) { in Make()
73 backendContext.fGetProc("vkEnumerateInstanceVersion", in Make()
88 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in Make()
89 backendContext.fInstance, in Make()
96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
[all …]
/external/skia/src/gpu/vk/
DGrVkGpu.cpp59 sk_sp<GrGpu> GrVkGpu::Make(const GrVkBackendContext& backendContext, in Make() argument
61 if (backendContext.fInstance == VK_NULL_HANDLE || in Make()
62 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make()
63 backendContext.fDevice == VK_NULL_HANDLE || in Make()
64 backendContext.fQueue == VK_NULL_HANDLE) { in Make()
67 if (!backendContext.fGetProc) { in Make()
73 backendContext.fGetProc("vkEnumerateInstanceVersion", in Make()
88 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in Make()
89 backendContext.fInstance, in Make()
96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
[all …]
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp63 GrVkBackendContext backendContext; in initializeContext() local
66 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, &extensions, &features, in initializeContext()
78 fInstance = backendContext.fInstance; in initializeContext()
79 fPhysicalDevice = backendContext.fPhysicalDevice; in initializeContext()
80 fDevice = backendContext.fDevice; in initializeContext()
81 fGraphicsQueueIndex = backendContext.fGraphicsQueueIndex; in initializeContext()
82 fGraphicsQueue = backendContext.fQueue; in initializeContext()
86 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
87 backendContext.fInstance, in initializeContext()
94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
[all …]
/external/skia/tools/gpu/vk/
DVkTestContext.cpp150 GrVkBackendContext backendContext; in Create() local
157 backendContext = sharedContext->getVkBackendContext(); in Create()
179 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, extensions, in Create()
188 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create()
191 return new VkTestContextImpl(backendContext, extensions, features, ownsContext, in Create()
242 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl() argument
246 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp150 GrVkBackendContext backendContext; in Create() local
157 backendContext = sharedContext->getVkBackendContext(); in Create()
179 if (!sk_gpu_test::CreateVkBackendContext(getProc, &backendContext, extensions, in Create()
188 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create()
191 return new VkTestContextImpl(backendContext, extensions, features, ownsContext, in Create()
242 VkTestContextImpl(const GrVkBackendContext& backendContext, const GrVkExtensions* extensions, in VkTestContextImpl() argument
246 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
/external/skqp/src/gpu/
DGrDirectContext.cpp153 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
156 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
162 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
168 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
/external/skia/src/gpu/
DGrLegacyDirectContext.cpp165 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext) { in MakeVulkan() argument
168 return MakeVulkan(backendContext, defaultOptions); in MakeVulkan()
174 sk_sp<GrContext> GrContext::MakeVulkan(const GrVkBackendContext& backendContext, in MakeVulkan() argument
180 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
/external/kotlinc/lib/
Dkotlinx-serialization-compiler-plugin.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...