/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 106 void EnumerateDeviceExtensions(VkPhysicalDevice gpu, in EnumerateDeviceExtensions() argument 112 vkEnumerateDeviceExtensionProperties(gpu, layer_name, &count, nullptr); in EnumerateDeviceExtensions() 117 result = vkEnumerateDeviceExtensionProperties(gpu, layer_name, &count, in EnumerateDeviceExtensions() 124 void GatherGpuInfo(VkPhysicalDevice gpu, in GatherGpuInfo() argument 130 vkGetPhysicalDeviceProperties(gpu, &info.properties); in GatherGpuInfo() 131 vkGetPhysicalDeviceMemoryProperties(gpu, &info.memory); in GatherGpuInfo() 132 vkGetPhysicalDeviceFeatures(gpu, &info.features); in GatherGpuInfo() 134 vkGetPhysicalDeviceQueueFamilyProperties(gpu, &count, nullptr); in GatherGpuInfo() 136 vkGetPhysicalDeviceQueueFamilyProperties(gpu, &count, in GatherGpuInfo() 139 result = vkEnumerateDeviceLayerProperties(gpu, &count, nullptr); in GatherGpuInfo() [all …]
|
/frameworks/native/vulkan/ |
D | README.md | 20 …ttps://android.googlesource.com/platform/tools/gpu $GOPATH/src/android.googlesource.com/platform/t… 21 - `$ go get android.googlesource.com/platform/tools/gpu/api/...`
|
/frameworks/native/services/gpuservice/ |
D | gpuservice.rc | 1 service gpu /system/bin/gpuservice
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.cpp | 303 vk::PhysicalDevice gpu; member 701 auto result = gpu.createDevice(&deviceInfo, nullptr, &device); in create_device() 1216 gpu = physical_devices[0]; in init_vk() 1231 result = gpu.enumerateDeviceExtensionProperties(nullptr, &device_extension_count, nullptr); in init_vk() 1236 …result = gpu.enumerateDeviceExtensionProperties(nullptr, &device_extension_count, device_extension… in init_vk() 1256 gpu.getProperties(&gpu_props); in init_vk() 1259 gpu.getQueueFamilyProperties(&queue_family_count, nullptr); in init_vk() 1263 gpu.getQueueFamilyProperties(&queue_family_count, queue_props.get()); in init_vk() 1269 gpu.getFeatures(&physDevFeatures); in init_vk() 1325 gpu.getSurfaceSupportKHR(i, surface, &supportsPresent[i]); in init_vk_swapchain() [all …]
|
D | cube.c | 433 VkPhysicalDevice gpu; member 1269 …err = demo->fpGetPhysicalDeviceSurfaceCapabilitiesKHR(demo->gpu, demo->surface, &surfCapabilities); in demo_prepare_buffers() 1273 …err = demo->fpGetPhysicalDeviceSurfacePresentModesKHR(demo->gpu, demo->surface, &presentModeCount,… in demo_prepare_buffers() 1277 …err = demo->fpGetPhysicalDeviceSurfacePresentModesKHR(demo->gpu, demo->surface, &presentModeCount,… in demo_prepare_buffers() 1481 assert(SwappyVk_initAndGetRefreshCycleDuration(demo->gpu, demo->device, demo->swapchain, in demo_prepare_buffers() 1745 vkGetPhysicalDeviceFormatProperties(demo->gpu, tex_format, &props); in demo_prepare_textures() 2858 err = vkGetPhysicalDeviceDisplayPropertiesKHR(demo->gpu, &display_count, NULL); in demo_create_display_surface() 2868 err = vkGetPhysicalDeviceDisplayPropertiesKHR(demo->gpu, &display_count, &display_props); in demo_create_display_surface() 2874 err = vkGetDisplayModePropertiesKHR(demo->gpu, display, &mode_count, NULL); in demo_create_display_surface() 2884 err = vkGetDisplayModePropertiesKHR(demo->gpu, display, &mode_count, &mode_props); in demo_create_display_surface() [all …]
|
/frameworks/base/libs/hwui/ |
D | Android.bp | 39 "external/skia/src/gpu", 258 // static library null gpu
|
/frameworks/base/services/core/java/com/android/server/gpu/ |
D | GpuService.java | 17 package com.android.server.gpu;
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 98 import com.android.server.gpu.GpuService;
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6284 // Package name of the gpu driver. 6287 // Version name of the gpu driver. 6290 // Version code of the gpu driver. 6293 // Build time of the gpu driver in UTC as seconds since January 1, 1970. 6340 // Package name of the application that loads the gpu driver. Total number 6344 // Version code of the gpu driver this app loads.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 464 optional Gpu gpu = 59; field
|
/frameworks/base/services/ |
D | art-profile | 7098 HSPLcom/android/server/gpu/GpuService$PackageReceiver;->onReceive(Landroid/content/Context;Landroid… 7099 HSPLcom/android/server/gpu/GpuService;-><init>(Landroid/content/Context;)V 7100 HSPLcom/android/server/gpu/GpuService;->assetToSettingsGlobal(Landroid/content/Context;Landroid/con… 7101 HSPLcom/android/server/gpu/GpuService;->fetchGameDriverPackageProperties()V 7102 HSPLcom/android/server/gpu/GpuService;->onBootPhase(I)V 7103 HSPLcom/android/server/gpu/GpuService;->onStart()V 7104 HSPLcom/android/server/gpu/GpuService;->processBlacklists()V 7105 HSPLcom/android/server/gpu/GpuService;->setBlacklist()V 19228 Lcom/android/server/gpu/GpuService$PackageReceiver; 19229 Lcom/android/server/gpu/GpuService$SettingsObserver; [all …]
|