HomeSort by relevance Sort by last modified time
    Searched defs:HardwareDisplayPlane (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_plane.cc 30 HardwareDisplayPlane::Property::Property() : id_(0) {
33 bool HardwareDisplayPlane::Property::Initialize(
52 HardwareDisplayPlane::HardwareDisplayPlane(
62 HardwareDisplayPlane::~HardwareDisplayPlane() {
65 bool HardwareDisplayPlane::CanUseForCrtc(uint32_t crtc_id) {
69 bool HardwareDisplayPlane::SetPlaneData(uint32_t crtc_id,
102 bool HardwareDisplayPlane::Initialize() {
hardware_display_plane.h 23 class HardwareDisplayPlane {
25 HardwareDisplayPlane(DriWrapper* drm,
29 ~HardwareDisplayPlane();
72 DISALLOW_COPY_AND_ASSIGN(HardwareDisplayPlane);

Completed in 589 milliseconds