Searched defs:HardwareDisplayPlane (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_plane.cc30 HardwareDisplayPlane::Property::Property() : id_(0) {
33 bool HardwareDisplayPlane::Property::Initialize(
52 HardwareDisplayPlane::HardwareDisplayPlane( function in class:ui::HardwareDisplayPlane
62 HardwareDisplayPlane::~HardwareDisplayPlane() {
65 bool HardwareDisplayPlane::CanUseForCrtc(uint32_t crtc_id) {
69 bool HardwareDisplayPlane::SetPlaneData(uint32_t crtc_id,
102 bool HardwareDisplayPlane::Initialize() {
H A Dhardware_display_plane.h23 class HardwareDisplayPlane { class in namespace:ui
25 HardwareDisplayPlane(DriWrapper* drm,
29 ~HardwareDisplayPlane();
72 DISALLOW_COPY_AND_ASSIGN(HardwareDisplayPlane);

Completed in 568 milliseconds