/external/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 63 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/ |
D | GrVkGpu.cpp | 59 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/ |
D | GrVkGpu.cpp | 59 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/ |
D | VulkanWindowContext.cpp | 63 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/ |
D | VkTestContext.cpp | 150 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/ |
D | VkTestContext.cpp | 150 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/ |
D | GrDirectContext.cpp | 153 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/ |
D | GrLegacyDirectContext.cpp | 165 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/ |
D | kotlinx-serialization-compiler-plugin.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |