code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_CRTC_COMMIT_REQUEST_H_ #define UI_OZONE_PLATFORM_DRM_GPU_CRTC_COMMIT_REQUEST_H_ #include <stddef.h> #include <stdint.h> #include <xf86drmMode...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/crtc_commit_request.h
C++
unknown
2,730
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/crtc_controller.h" #include <memory> #include "base/logging.h" #include "base/time/time.h" #include "base/trace_event/traced_value.h" #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/crtc_controller.cc
C++
unknown
3,411
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_CRTC_CONTROLLER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_CRTC_CONTROLLER_H_ #include <stddef.h> #include <stdint.h> #include <xf86drmMode.h> #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/crtc_controller.h
C++
unknown
2,999
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_device.h" #include <fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <xf86drm.h> #include <xf86drmMode.h> #include <memory>...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_device.cc
C++
unknown
8,838
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_H_ #include <stddef.h> #include <stdint.h> #include <memory> #include <vector> #i...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_device.h
C++
unknown
3,421
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_device_generator.h" #include <utility> #include "ui/ozone/platform/drm/gpu/drm_device.h" namespace ui { DrmDeviceGenerator::DrmDevic...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_device_generator.cc
C++
unknown
418
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_GENERATOR_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_GENERATOR_H_ #include "base/files/file_path.h" #include "base/files/scop...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_device_generator.h
C++
unknown
972
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_device_manager.h" #include <memory> #include <utility> #include "base/containers/contains.h" #include "base/logging.h" #include "base/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_device_manager.cc
C++
unknown
2,908
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DEVICE_MANAGER_H_ #include <map> #include <memory> #include <vector> #include "b...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_device_manager.h
C++
unknown
2,398
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_display.h" #include <xf86drmMode.h> #include <memory> #include "base/cxx17_backports.h" #include "base/logging.h" #include "base/trace...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_display.cc
C++
unknown
17,499
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_DISPLAY_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DISPLAY_H_ #include <stddef.h> #include <stdint.h> #include <memory> #include <vector> ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_display.h
C++
unknown
4,187
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_display.h" #include <utility> #include "base/test/task_environment.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_display_unittest.cc
C++
unknown
8,209
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_dumb_buffer.h" #include <drm_fourcc.h> #include <xf86drmMode.h> #include "base/logging.h" #include "skia/ext/legacy_display_globals.h"...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_dumb_buffer.cc
C++
unknown
2,949
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_DUMB_BUFFER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_DUMB_BUFFER_H_ #include <stddef.h> #include <stdint.h> #include "third_party/skia/i...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_dumb_buffer.h
C++
unknown
2,083
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_framebuffer.h" #include <utility> #include "base/containers/contains.h" #include "base/logging.h" #include "ui/gfx/linux/drm_util_linu...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_framebuffer.cc
C++
unknown
6,140
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_FRAMEBUFFER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_FRAMEBUFFER_H_ #include <drm_fourcc.h> #include <stdint.h> #include <vector> #inclu...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_framebuffer.h
C++
unknown
4,776
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_gpu_display_manager.h" #include <stddef.h> #include <cstring> #include <memory> #include <string> #include <utility> #include "base/c...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_gpu_display_manager.cc
C++
unknown
16,119
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_GPU_DISPLAY_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_GPU_DISPLAY_MANAGER_H_ #include <stdint.h> #include <memory> #include <vecto...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_gpu_display_manager.h
C++
unknown
3,611
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_GPU_DISPLAY_MANAGER_UNITTEST_CC_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_GPU_DISPLAY_MANAGER_UNITTEST_CC_ #include "ui/ozone/platform/drm/g...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_gpu_display_manager_unittest.cc
C++
unknown
19,252
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_gpu_util.h" #include <fcntl.h> #include <xf86drm.h> #include <xf86drmMode.h> #include "base/logging.h" #include "base/trace_event/trac...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_gpu_util.cc
C++
unknown
4,758
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_GPU_UTIL_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_GPU_UTIL_H_ #include "third_party/perfetto/include/perfetto/tracing/traced_value_forwar...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_gpu_util.h
C++
unknown
2,114
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_candidates.h" #include "media/media_buildflags.h" #include "ui/ozone/platform/drm/gpu/drm_overlay_manager.h" #include "ui/ozone...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_candidates.cc
C++
unknown
1,390
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_CANDIDATES_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_CANDIDATES_H_ #include <vector> #include "base/memory/raw_ptr.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_candidates.h
C++
unknown
1,495
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_manager.h" #include <memory> #include <utility> #include "base/metrics/histogram_macros.h" #include "base/ranges/algorithm.h" ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_manager.cc
C++
unknown
10,913
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_MANAGER_H_ #include <memory> #include <vector> #include "base/container...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_manager.h
C++
unknown
4,870
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_manager_gpu.h" #include <utility> #include "base/functional/bind.h" #include "base/trace_event/trace_event.h" #include "ui/ozo...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_manager_gpu.cc
C++
unknown
3,254
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_MANAGER_GPU_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_MANAGER_GPU_H_ #include <vector> #include "base/memory/raw_ptr.h" #...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_manager_gpu.h
C++
unknown
1,960
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_manager.h" #include "base/functional/bind.h" #include "base/functional/callback.h" #include "testing/gtest/include/gtest/gtest....
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_manager_unittest.cc
C++
unknown
16,381
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_plane.h" #include <stddef.h> #include <memory> #include <utility> #include "third_party/perfetto/include/perfetto/tracing/trac...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_plane.cc
C++
unknown
4,287
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_PLANE_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_PLANE_H_ #include <memory> #include <vector> #include "base/functional/bi...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_plane.h
C++
unknown
2,470
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_validator.h" #include <memory> #include <utility> #include <vector> #include "base/metrics/histogram_macros.h" #include "base/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_validator.cc
C++
unknown
6,822
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_VALIDATOR_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_OVERLAY_VALIDATOR_H_ #include <vector> #include "base/containers/lru_cache.h"...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_validator.h
C++
unknown
1,735
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_overlay_validator.h" #include <drm_fourcc.h> #include <xf86drm.h> #include <xf86drmMode.h> #include <algorithm> #include <memory> #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_overlay_validator_unittest.cc
C++
unknown
28,974
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_thread.h" #include <gbm.h> #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/message_loop/message...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_thread.cc
C++
unknown
19,943
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_H_ #include <stdint.h> #include <memory> #include "base/files/file.h" #include "...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_thread.h
C++
unknown
10,556
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_thread_proxy.h" #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/task/single_thread_task_runner.h...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_thread_proxy.cc
C++
unknown
8,658
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_PROXY_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_THREAD_PROXY_H_ #include <memory> #include <vector> #include "base/functional/call...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_thread_proxy.h
C++
unknown
4,028
// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_thread.h" #include <utility> #include "base/test/task_environment.h" #include "mojo/public/cpp/bindings/remote.h" #include "testing/gt...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_thread_unittest.cc
C++
unknown
4,243
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_window.h" #include <stddef.h> #include <stdint.h> #include <utility> #include "base/time/time.h" #include "base/trace_event/trace_even...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_window.cc
C++
unknown
5,598
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_H_ #include <memory> #include <vector> #include "base/memory/raw_ptr.h" #include ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_window.h
C++
unknown
4,168
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_window_proxy.h" #include <utility> #include "base/command_line.h" #include "base/functional/bind.h" #include "ui/gfx/gpu_fence.h" #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_window_proxy.cc
C++
unknown
2,442
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_PROXY_H_ #define UI_OZONE_PLATFORM_DRM_GPU_DRM_WINDOW_PROXY_H_ #include <vector> #include "base/memory/raw_ptr.h" #include "ui/gf...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_window_proxy.h
C++
unknown
1,344
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/drm_window.h" #include <drm_fourcc.h> #include <stdint.h> #include <xf86drm.h> #include <memory> #include <string> #include <utility> #incl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/drm_window_unittest.cc
C++
unknown
12,190
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/fake_drm_device_generator.h" #include "ui/gfx/linux/test/mock_gbm_device.h" #include "ui/ozone/platform/drm/gpu/mock_drm_device.h" namespa...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/fake_drm_device_generator.cc
C++
unknown
757
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_FAKE_DRM_DEVICE_GENERATOR_H_ #define UI_OZONE_PLATFORM_DRM_GPU_FAKE_DRM_DEVICE_GENERATOR_H_ #include "ui/ozone/platform/drm/gpu/drm_device_ge...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/fake_drm_device_generator.h
C++
unknown
851
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/gbm_overlay_surface.h" #include <unistd.h> #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/functiona...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_overlay_surface.cc
C++
unknown
3,491
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_GBM_OVERLAY_SURFACE_H_ #define UI_OZONE_PLATFORM_DRM_GPU_GBM_OVERLAY_SURFACE_H_ #include <memory> #include <vector> #include "ui/gfx/native_...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_overlay_surface.h
C++
unknown
1,911
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/gbm_pixmap.h" #include <gbm.h> #include <memory> #include <utility> #include "base/check.h" #include "ui/gfx/gpu_fence.h" #include "ui/gfx...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_pixmap.cc
C++
unknown
2,831
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_GBM_PIXMAP_H_ #define UI_OZONE_PLATFORM_DRM_GPU_GBM_PIXMAP_H_ #include <memory> #include <vector> #include "base/memory/raw_ptr.h" #include ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_pixmap.h
C++
unknown
2,167
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/gbm_surface_factory.h" #include <gbm.h> #include <xf86drm.h> #include <memory> #include <utility> #include "base/containers/contains.h" #...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
C++
unknown
17,348
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_GBM_SURFACE_FACTORY_H_ #define UI_OZONE_PLATFORM_DRM_GPU_GBM_SURFACE_FACTORY_H_ #include <stdint.h> #include <map> #include <memory> #include...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_surface_factory.h
C++
unknown
4,040
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/gbm_surfaceless.h" #include <memory> #include <utility> #include "base/check_op.h" #include "base/functional/bind.h" #include "base/task/t...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_surfaceless.cc
C++
unknown
8,599
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_GBM_SURFACELESS_H_ #define UI_OZONE_PLATFORM_DRM_GPU_GBM_SURFACELESS_H_ #include <memory> #include <vector> #include <EGL/egl.h> #include <E...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/gbm_surfaceless.h
C++
unknown
3,871
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/hardware_display_controller.h" #include <drm.h> #include <string.h> #include <xf86drm.h> #include <ios> #include <memory> #include <type_t...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_controller.cc
C++
unknown
20,232
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_CONTROLLER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_CONTROLLER_H_ #include <stddef.h> #include <stdint.h> #incl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_controller.h
C++
unknown
9,957
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <drm_fourcc.h> #include <stddef.h> #include <stdint.h> #include <xf86drmMode.h> #include <memory> #include <string> #include <utility> #include "base/files/file_util....
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_controller_unittest.cc
C++
unknown
51,777
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/hardware_display_plane.h" #include <drm_fourcc.h> #include <drm_mode.h> #include <string> #include "base/logging.h" #include "base/notrea...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane.cc
C++
unknown
7,343
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_ #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_H_ #include <stddef.h> #include <stdint.h> #include <xf86...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane.h
C++
unknown
2,948
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/hardware_display_plane_atomic.h" #include <drm_fourcc.h> #include "base/logging.h" #include "build/chromeos_buildflags.h" #include "media/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_atomic.cc
C++
unknown
7,305
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_ATOMIC_H_ #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_ATOMIC_H_ #include "ui/gfx/overlay_transform.h" #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_atomic.h
C++
unknown
1,881
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h" #include <drm_fourcc.h> #include <cstdint> #include <memory> #include <set> #include <utility> #include...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager.cc
C++
unknown
19,041
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_MANAGER_H_ #include <stddef.h> #include <stdint.h>...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager.h
C++
unknown
11,505
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h" #include <sync/sync.h> #include <xf86drm.h> #include <xf86drmMode.h> #include <memory> #include <u...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.cc
C++
unknown
20,339
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_MANAGER_ATOMIC_H_ #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_MANAGER_ATOMIC_H_ #include <stdint.h> #incl...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager_atomic.h
C++
unknown
3,080
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/hardware_display_plane_manager_legacy.h" #include <errno.h> #include <sync/sync.h> #include <memory> #include <utility> #include "base/co...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager_legacy.cc
C++
unknown
8,436
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_MANAGER_LEGACY_H_ #define UI_OZONE_PLATFORM_DRM_GPU_HARDWARE_DISPLAY_PLANE_MANAGER_LEGACY_H_ #include <stdint.h> #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager_legacy.h
C++
unknown
2,317
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <drm_fourcc.h> #include <stdint.h> #include <unistd.h> #include <xf86drmMode.h> #include <memory> #include <utility> #include "base/files/file_util.h" #include "base...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/hardware_display_plane_manager_unittest.cc
C++
unknown
69,286
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.h" namespace ui { InterThreadMessagingProxy::~InterThreadMessagingProxy() = default; } // namespace ui
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.cc
C++
unknown
316
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_INTER_THREAD_MESSAGING_PROXY_H_ #define UI_OZONE_PLATFORM_DRM_GPU_INTER_THREAD_MESSAGING_PROXY_H_ namespace ui { class DrmThread; class Int...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/inter_thread_messaging_proxy.h
C++
unknown
539
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/mock_drm_device.h" #include <utility> #include "base/check.h" #include "base/containers/contains.h" #include "base/logging.h" #include "ba...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/mock_drm_device.cc
C++
unknown
31,935
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_MOCK_DRM_DEVICE_H_ #define UI_OZONE_PLATFORM_DRM_GPU_MOCK_DRM_DEVICE_H_ #include <drm_fourcc.h> #include <drm_mode.h> #include <stddef.h> #in...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/mock_drm_device.h
C++
unknown
15,046
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/page_flip_request.h" #include <utility> #include "base/functional/bind.h" #include "ui/gfx/presentation_feedback.h" namespace ui { PageF...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/page_flip_request.cc
C++
unknown
1,454
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_PAGE_FLIP_REQUEST_H_ #define UI_OZONE_PLATFORM_DRM_GPU_PAGE_FLIP_REQUEST_H_ #include "base/atomic_ref_count.h" #include "base/functional/call...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/page_flip_request.h
C++
unknown
1,743
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/page_flip_watchdog.h" #include <cstdint> #include "base/containers/ring_buffer.h" #include "base/logging.h" #include "base/metrics/histogra...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/page_flip_watchdog.cc
C++
unknown
3,091
// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_PAGE_FLIP_WATCHDOG_H_ #define UI_OZONE_PLATFORM_DRM_GPU_PAGE_FLIP_WATCHDOG_H_ #include "base/containers/ring_buffer.h" #include "base/timer/t...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/page_flip_watchdog.h
C++
unknown
3,244
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/proxy_helpers.h" #include <utility> #include "base/functional/bind.h" #include "base/task/single_thread_task_runner.h" namespace ui { vo...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/proxy_helpers.cc
C++
unknown
773
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_PROXY_HELPERS_H_ #define UI_OZONE_PLATFORM_DRM_GPU_PROXY_HELPERS_H_ #include <utility> #include "base/location.h" #include "base/memory/scop...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/proxy_helpers.h
C++
unknown
1,945
// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/proxy_helpers.h" #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/run_loop.h" #include "base/test/tas...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/proxy_helpers_unittest.cc
C++
unknown
5,092
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/screen_manager.h" #include <xf86drmMode.h> #include <memory> #include <string> #include <utility> #include "base/containers/flat_set.h" #i...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/screen_manager.cc
C++
unknown
36,280
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_SCREEN_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_GPU_SCREEN_MANAGER_H_ #include <stdint.h> #include <memory> #include <unordered_map> #includ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/screen_manager.h
C++
unknown
8,803
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <drm_fourcc.h> #include <stddef.h> #include <stdint.h> #include <xf86drm.h> #include <xf86drmMode.h> #include <memory> #include <utility> #include "base/containers/co...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/screen_manager_unittest.cc
C++
unknown
87,151
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/gpu/vulkan_implementation_gbm.h" #include <memory> #include "base/files/file_path.h" #include "base/logging.h" #include "gpu/vulkan/vulkan_fun...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/vulkan_implementation_gbm.cc
C++
unknown
6,938
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_GPU_VULKAN_IMPLEMENTATION_GBM_H_ #define UI_OZONE_PLATFORM_DRM_GPU_VULKAN_IMPLEMENTATION_GBM_H_ #include <memory> #include "gpu/vulkan/vulkan_im...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/gpu/vulkan_implementation_gbm.h
C++
unknown
2,564
include_rules = [ "+ui/display", "-ui/ozone/platform/drm", "+ui/ozone/platform/drm/common", "+ui/ozone/platform/drm/host", "+ui/ozone/platform/drm/mojom", ]
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/DEPS
Python
unknown
167
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_cursor.h" #include <memory> #include <utility> #include "base/memory/scoped_refptr.h" #include "base/task/current_thread.h" #include ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_cursor.cc
C++
unknown
10,398
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_CURSOR_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_CURSOR_H_ #include <memory> #include <vector> #include "base/memory/raw_ptr.h" #includ...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_cursor.h
C++
unknown
4,866
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_device_connector.h" #include <utility> #include "base/functional/bind.h" #include "base/task/single_thread_task_runner.h" #include "m...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_device_connector.cc
C++
unknown
2,229
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_DEVICE_CONNECTOR_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_DEVICE_CONNECTOR_H_ #include "mojo/public/cpp/bindings/pending_remote.h" #inc...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_device_connector.h
C++
unknown
1,919
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_display_host.h" #include <memory> #include <utility> #include "base/functional/bind.h" #include "base/location.h" #include "base/logg...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_display_host.cc
C++
unknown
4,699
// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_DISPLAY_HOST_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_DISPLAY_HOST_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "ui/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_display_host.h
C++
unknown
2,917
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_display_host_manager.h" #include <fcntl.h> #include <stddef.h> #include <xf86drm.h> #include <memory> #include <utility> #include "b...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_display_host_manager.cc
C++
unknown
24,474
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_DISPLAY_HOST_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_DISPLAY_HOST_MANAGER_H_ #include <stdint.h> #include <map> #include <memo...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_display_host_manager.h
C++
unknown
6,347
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_native_display_delegate.h" #include <utility> #include "ui/display/types/display_snapshot.h" #include "ui/display/types/native_displa...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_native_display_delegate.cc
C++
unknown
4,119
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_NATIVE_DISPLAY_DELEGATE_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_NATIVE_DISPLAY_DELEGATE_H_ #include <stdint.h> #include "base/memory/...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_native_display_delegate.h
C++
unknown
2,883
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_window_host.h" #include "base/functional/bind.h" #include "base/memory/scoped_refptr.h" #include "ui/base/cursor/platform_cursor.h" #i...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_window_host.cc
C++
unknown
7,985
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_WINDOW_HOST_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_WINDOW_HOST_H_ #include <stdint.h> #include <memory> #include "base/memory/raw_p...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_window_host.h
C++
unknown
4,750
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/ozone/platform/drm/host/drm_window_host_manager.h" #include "base/check.h" #include "base/notreached.h" #include "ui/ozone/platform/drm/host/drm_window_host.h" n...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_window_host_manager.cc
C++
unknown
2,697
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_DRM_WINDOW_HOST_MANAGER_H_ #define UI_OZONE_PLATFORM_DRM_HOST_DRM_WINDOW_HOST_MANAGER_H_ #include <map> #include <memory> #include "base/me...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/drm_window_host_manager.h
C++
unknown
2,540
// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_GPU_THREAD_ADAPTER_H_ #define UI_OZONE_PLATFORM_DRM_HOST_GPU_THREAD_ADAPTER_H_ #include "base/files/scoped_file.h" #include "ui/display/type...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/gpu_thread_adapter.h
C++
unknown
3,310
// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_DRM_HOST_GPU_THREAD_OBSERVER_H_ #define UI_OZONE_PLATFORM_DRM_HOST_GPU_THREAD_OBSERVER_H_ namespace ui { // Observes the channel state. class GpuThr...
Zhao-PengFei35/chromium_src_4
ui/ozone/platform/drm/host/gpu_thread_observer.h
C++
unknown
911