HomeSort by relevance Sort by last modified time
    Searched refs:DriWrapper (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_plane_manager.h 24 class DriWrapper;
28 HardwareDisplayPlaneManager(DriWrapper* drm);
39 DriWrapper* drm_;
dri_buffer.h 15 class DriWrapper;
22 DriBuffer(DriWrapper* dri);
38 DriWrapper* dri_; // Not owned.
58 DriBufferGenerator(DriWrapper* dri);
65 DriWrapper* dri_; // Not owned.
crtc_state.h 14 class DriWrapper;
23 CrtcState(DriWrapper* drm, uint32_t crtc, uint32_t connector);
33 DriWrapper* drm_; // Not owned.
dri_console_buffer.h 16 class DriWrapper;
24 DriConsoleBuffer(DriWrapper* dri, uint32_t framebuffer);
33 DriWrapper* dri_; // Not owned.
gbm_buffer_base.h 14 class DriWrapper;
30 GbmBufferBase(DriWrapper* dri, gbm_bo* bo, bool scanout);
34 DriWrapper* dri_;
gbm_buffer.h 20 class DriWrapper;
25 DriWrapper* dri,
32 GbmBuffer(DriWrapper* dri, gbm_bo* bo, bool scanout);
gbm_surface.h 20 class DriWrapper;
31 DriWrapper* dri);
44 DriWrapper* dri_;
dri_wrapper.cc 64 DriWrapper::DriWrapper(const char* device_path)
68 DriWrapper::~DriWrapper() {
73 void DriWrapper::Initialize() {
79 ScopedDrmCrtcPtr DriWrapper::GetCrtc(uint32_t crtc_id) {
84 bool DriWrapper::SetCrtc(uint32_t crtc_id,
93 "DriWrapper::SetCrtc",
107 bool DriWrapper::SetCrtc(drmModeCrtc* crtc, std::vector<uint32_t> connectors) {
115 TRACE_EVENT1("dri", "DriWrapper::RestoreCrtc"
    [all...]
dri_surface.h 21 class DriWrapper;
26 DriSurface(DriWindowDelegate* window_delegate, DriWrapper* dri);
42 DriWrapper* dri_;
hardware_display_plane.h 21 class DriWrapper;
25 HardwareDisplayPlane(DriWrapper* drm,
45 bool Initialize(DriWrapper* drm,
52 DriWrapper* drm_;
crtc_state.cc 11 CrtcState::CrtcState(DriWrapper* drm,
dri_wrapper.h 28 class DriWrapper {
30 DriWrapper(const char* device_path);
31 virtual ~DriWrapper();
144 DISALLOW_COPY_AND_ASSIGN(DriWrapper);
dri_surface_factory.h 20 class DriWrapper;
32 DriSurfaceFactory(DriWrapper* drm,
72 DriWrapper* drm_; // Not owned.
screen_manager.h 23 class DriWrapper;
29 ScreenManager(DriWrapper* dri, ScanoutBufferGenerator* surface_generator);
90 DriWrapper* dri_; // Not owned.
gbm_surface.cc 23 static scoped_refptr<GbmSurfaceBuffer> CreateBuffer(DriWrapper* dri,
28 GbmSurfaceBuffer(DriWrapper* dri, gbm_bo* bo);
43 GbmSurfaceBuffer::GbmSurfaceBuffer(DriWrapper* dri, gbm_bo* bo)
55 DriWrapper* dri, gbm_bo* buffer) {
80 DriWrapper* dri)
gbm_buffer.cc 29 GbmBuffer::GbmBuffer(DriWrapper* dri, gbm_bo* bo, bool scanout)
40 DriWrapper* dri,
dri_console_buffer.cc 17 DriConsoleBuffer::DriConsoleBuffer(DriWrapper* dri, uint32_t framebuffer)
gbm_buffer_base.cc 24 GbmBufferBase::GbmBufferBase(DriWrapper* dri, gbm_bo* bo, bool scanout)
hardware_display_plane_manager.cc 17 HardwareDisplayPlaneManager::HardwareDisplayPlaneManager(DriWrapper* drm)
ozone_platform_gbm.cc 50 GbmBufferGenerator(DriWrapper* dri)
71 DriWrapper* dri_; // Not owned.
140 dri_.reset(new DriWrapper(kDefaultGraphicsCardPath));
173 scoped_ptr<DriWrapper> dri_;
dri_buffer.cc 37 DriBuffer::DriBuffer(DriWrapper* dri)
98 DriBufferGenerator::DriBufferGenerator(DriWrapper* dri) : dri_(dri) {}
dri_surface.cc 23 scoped_refptr<DriBuffer> AllocateBuffer(DriWrapper* dri,
36 DriSurface::DriSurface(DriWindowDelegate* window_delegate, DriWrapper* dri)
hardware_display_controller.h 107 HardwareDisplayController(DriWrapper* drm,
196 DriWrapper* drm_;
211 // 3) reset to 0 when a drmModeSetCrtc is called (via the DriWrapper).
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
display_snapshot_dri.h 13 class DriWrapper;
17 DisplaySnapshotDri(DriWrapper* drm,
native_display_delegate_dri.h 19 class DriWrapper;
25 NativeDisplayDelegateDri(DriWrapper* dri,
72 DriWrapper* dri_; // Not owned.

Completed in 258 milliseconds

1 2