/third_party/flutter/engine/flutter/fml/platform/win/ |
D | file_win.cc | 39 FML_DLOG(ERROR) << "Could not get file handle path. " in GetFullHandlePath() 61 FML_DLOG(ERROR) << "Could not get temporary directory path. " in GetTemporaryDirectoryPath() 94 FML_DLOG(ERROR) << "Could not get system temporary directory."; in CreateTemporaryDirectory() 102 FML_DLOG(ERROR) << "Could not create UUID"; in CreateTemporaryDirectory() 109 FML_DLOG(ERROR) << "Could not create UUID to string."; in CreateTemporaryDirectory() 125 FML_DLOG(ERROR) << "Could not get temporary directory FD. " in CreateTemporaryDirectory() 170 FML_DLOG(ERROR) << "Could not open file. " << GetLastErrorMessage(); in OpenFile() 201 FML_DLOG(ERROR) << "Could not create directory. " in OpenDirectory() 223 FML_DLOG(ERROR) << "Could not open file. " << GetLastErrorMessage(); in OpenDirectory() 255 FML_DLOG(ERROR) << "Could not get file information. " in IsDirectory() [all …]
|
D | mapping_win.cc | 53 FML_DLOG(ERROR) << "Invalid file size. " << GetLastErrorMessage(); in FileMapping() 91 FML_DLOG(ERROR) << "Could not setup file mapping. " in FileMapping()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_swapchain.cc | 54 FML_DLOG(INFO) << "Device or surface is invalid."; in VulkanSwapchain() 59 FML_DLOG(INFO) << "Could not find surface capabilities."; in VulkanSwapchain() 77 FML_DLOG(INFO) << "Could not choose surface format."; in VulkanSwapchain() 83 FML_DLOG(INFO) << "Could not choose present mode."; in VulkanSwapchain() 95 FML_DLOG(INFO) << "Could not get physical device surface support."; in VulkanSwapchain() 100 FML_DLOG(INFO) << "Surface was not supported by the physical device."; in VulkanSwapchain() 142 FML_DLOG(INFO) << "Could not create the swapchain."; in VulkanSwapchain() 155 FML_DLOG(INFO) << "Could not create swapchain images."; in VulkanSwapchain() 321 FML_DLOG(INFO) << "Swapchain was invalid."; in AcquireSurface() 332 FML_DLOG(INFO) << "Could not get the next backbuffer."; in AcquireSurface() [all …]
|
D | vulkan_window.cc | 23 FML_DLOG(INFO) << "Proc table has not acquired mandatory proc addresses."; in VulkanWindow() 28 FML_DLOG(INFO) << "Native surface is invalid."; in VulkanWindow() 45 FML_DLOG(INFO) << "Instance proc addresses have not been setup."; in VulkanWindow() 57 FML_DLOG(INFO) << "Device proc addresses have not been setup."; in VulkanWindow() 67 FML_DLOG(INFO) << "Vulkan surface is invalid."; in VulkanWindow() 74 FML_DLOG(INFO) << "Could not create Skia context."; in VulkanWindow() 81 FML_DLOG(INFO) << "Could not setup the swapchain initially."; in VulkanWindow() 147 FML_DLOG(INFO) << "Surface is invalid."; in AcquireSurface() 161 FML_DLOG(INFO) << "Swapchain and surface sizes are out of sync. Recreating " in AcquireSurface() 164 FML_DLOG(INFO) << "Could not recreate swapchain."; in AcquireSurface() [all …]
|
D | vulkan_application.cc | 94 FML_DLOG(INFO) << "Could not create application instance."; in VulkanApplication() 100 FML_DLOG(INFO) << "Could not setup instance proc addresses."; in VulkanApplication() 116 FML_DLOG(INFO) << "Debug reporting is enabled."; in VulkanApplication() 149 FML_DLOG(INFO) << "Could not enumerate physical device."; in GetPhysicalDevices() 155 FML_DLOG(INFO) << "No physical devices found."; in GetPhysicalDevices() 165 FML_DLOG(INFO) << "Could not enumerate physical device."; in GetPhysicalDevices() 180 FML_DLOG(INFO) << "Could not acquire compatible logical device."; in AcquireFirstCompatibleLogicalDevice()
|
D | vulkan_proc_table.cc | 13 FML_DLOG(INFO) << "Could not acquire proc: vk" << #name; \ 59 FML_DLOG(WARNING) << "Could not acquire vkGetInstanceProcAddr."; in SetupLoaderProcAddresses() 156 FML_DLOG(WARNING) << "Could not open the vulkan library: " << dlerror(); in OpenLibraryHandle() 171 FML_DLOG(ERROR) << "Could not close the vulkan library handle. This " in CloseLibraryHandle() 173 FML_DLOG(ERROR) << dlerror(); in CloseLibraryHandle()
|
D | vulkan_device.cc | 45 FML_DLOG(INFO) << "Could not find the graphics queue index."; in VulkanDevice() 97 FML_DLOG(INFO) << "Could not create device."; in VulkanDevice() 105 FML_DLOG(INFO) << "Could not setup device proc addresses."; in VulkanDevice() 114 FML_DLOG(INFO) << "Could not get the device queue handle."; in VulkanDevice() 131 FML_DLOG(INFO) << "Could not create the command pool."; in VulkanDevice()
|
D | vulkan_backbuffer.cc | 24 FML_DLOG(INFO) << "Command buffers were not valid."; in VulkanBackbuffer() 29 FML_DLOG(INFO) << "Could not create semaphores."; in VulkanBackbuffer() 34 FML_DLOG(INFO) << "Could not create fences."; in VulkanBackbuffer()
|
D | vulkan_surface.cc | 21 FML_DLOG(INFO) << "Native surface was invalid."; in VulkanSurface() 29 FML_DLOG(INFO) << "Could not create the surface handle."; in VulkanSurface()
|
D | vulkan_interface.h | 44 FML_DLOG(INFO) << "Vulkan call '" << #expression \
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface.cc | 98 FML_DLOG(INFO) << "Could not allocate device memory."; in VulkanSurface() 107 FML_DLOG(INFO) << "Could not create signal fences."; in VulkanSurface() 115 FML_DLOG(INFO) << "Could not push session image setup ops."; in VulkanSurface() 153 FML_DLOG(ERROR) << "failed to duplicate semaphore event"; in SemaphoreFromEvent() 199 FML_DLOG(ERROR) << "failed to create acquire semaphore"; in CreateFences() 221 FML_DLOG(ERROR) << "Failed to create VkImage"; in AllocateDeviceMemory() 365 FML_DLOG(ERROR) << "Bad image tiling: " in PushSessionImageSetupOps() 408 FML_DLOG(ERROR) << "Failed to setup skia surface"; in BindToImage() 419 FML_DLOG(ERROR) << "Could not push session image setup ops."; in BindToImage() 469 FML_DLOG(ERROR) in Reset() [all …]
|
D | vulkan_surface_pool.cc | 38 FML_DLOG(ERROR) << "Could not acquire surface"; in AcquireSurface() 43 FML_DLOG(ERROR) << "Could not flush acquire/release events for buffer."; in AcquireSurface() 71 FML_DLOG(ERROR) << "Failed to create a VkImage of size: " << ToString(size); in GetCachedOrCreateSurface() 99 FML_DLOG(ERROR) << "Failed to swap VulkanSurface to new VkImage of size: " in GetCachedOrCreateSurface() 247 FML_DLOG(ERROR) << "Failed to create a new shrunk surface"; in AgeAndCollectOldBuffers() 292 FML_DLOG(ERROR) << "Failed to create resized surface"; in ShrinkToFit()
|
D | main.cc | 30 FML_DLOG(INFO) << "Flutter application services initialized."; in main() 36 FML_DLOG(INFO) << "Flutter application services terminated."; in main()
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_isolate.cc | 433 FML_DLOG(ERROR) << error; in MarkIsolateRunnable() 492 FML_DLOG(INFO) << "New isolate is in the running state."; in Run() 523 FML_DLOG(INFO) << "New isolate is in the running state."; in RunFromLibrary() 571 FML_DLOG(INFO) << "Observatory is disabled."; in DartCreateAndStartServiceIsolate() 599 FML_DLOG(ERROR) << *error; in DartCreateAndStartServiceIsolate() 613 FML_DLOG(ERROR) << *error; in DartCreateAndStartServiceIsolate() 620 FML_DLOG(ERROR) in DartCreateAndStartServiceIsolate() 682 FML_DLOG(ERROR) << *error; in CreateDartVMAndEmbedderObjectPair() 724 FML_DLOG(ERROR) << *error; in CreateDartVMAndEmbedderObjectPair() 730 FML_DLOG(ERROR) << *error; in CreateDartVMAndEmbedderObjectPair() [all …]
|
D | service_protocol.cc | 108 FML_DLOG(INFO) << "Service protcol method: " << method; in HandleMessage() 109 FML_DLOG(INFO) << "Arguments: " << params.size(); in HandleMessage() 111 FML_DLOG(INFO) << " " << i + 1 << ": " << param_keys[i] << " = " in HandleMessage() 128 FML_DLOG(INFO) << "Response: " << *json_object; in HandleMessage() 129 FML_DLOG(INFO) << "RPC Result: " << result; in HandleMessage()
|
D | dart_vm.cc | 275 FML_DLOG(INFO) << "Attempting Dart VM launch for mode: " 437 FML_DLOG(INFO) << "New Dart VM instance created. Instance count: " 459 FML_DLOG(INFO) << "Dart VM instance destroyed. Instance count: " in ~DartVM()
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_surface_vulkan.cc | 64 FML_DLOG(ERROR) << "The vulkan backend does not support resource contexts."; in ResourceContextMakeCurrent() 70 FML_DLOG(ERROR) << "The vulkan backend does not support resource contexts."; in ResourceContextClearCurrent()
|
/third_party/flutter/engine/flutter/fml/platform/posix/ |
D | native_library_posix.cc | 16 FML_DLOG(ERROR) << "Could not open library '" << path << "' due to error '" in NativeLibrary() 63 FML_DLOG(INFO) << "Could not resolve symbol in library: " << symbol; in ResolveSymbol()
|
/third_party/flutter/engine/flutter/fml/ |
D | concurrent_message_loop.cc | 55 FML_DLOG(WARNING) in PostTask() 120 FML_DLOG(WARNING) in PostTask()
|
D | logging.h | 83 #define FML_DLOG(severity) FML_LOG(severity) macro 86 #define FML_DLOG(severity) FML_EAT_STREAM_PARAMETERS(true) macro
|
/third_party/flutter/engine/flutter/shell/common/ |
D | ace_platform_view.cc | 30 FML_DLOG(WARNING) in CreateVSyncWaiter() 76 FML_DLOG(WARNING) << "This platform does not setup the resource " in CreateResourceContext()
|
D | platform_view.cc | 28 FML_DLOG(WARNING) in CreateVSyncWaiter() 84 FML_DLOG(WARNING) << "This platform does not setup the resource " in CreateResourceContext()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | ace_embedder_engine.cc | 47 FML_DLOG(ERROR) << "Invalid shell arguments."; in LaunchShell() 52 FML_DLOG(ERROR) << "Shell already initialized"; in LaunchShell()
|
D | embedder_engine.cc | 45 FML_DLOG(ERROR) << "Invalid shell arguments."; in LaunchShell() 50 FML_DLOG(ERROR) << "Shell already initialized"; in LaunchShell()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | platform_view_ios.mm | 66 FML_DLOG(INFO) << "Could not CreateRenderingSurface, this PlatformViewIOS " 76 FML_DLOG(INFO) << "Could not make resource context current on IO thread. "
|