HomeSort by relevance Sort by last modified time
    Searched refs:PhysicalDevice (Results 1 - 24 of 24) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/common/observers/
VsyncEventObserver.h 25 class PhysicalDevice;
29 VsyncEventObserver(PhysicalDevice& disp);
40 PhysicalDevice& mDisplayDevice;
VsyncEventObserver.cpp 18 #include <PhysicalDevice.h>
23 VsyncEventObserver::VsyncEventObserver(PhysicalDevice& disp)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
VsyncEventObserver.h 25 class PhysicalDevice;
29 VsyncEventObserver(PhysicalDevice& disp);
40 PhysicalDevice& mDisplayDevice;
VsyncEventObserver.cpp 18 #include <PhysicalDevice.h>
23 VsyncEventObserver::VsyncEventObserver(PhysicalDevice& disp)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PrimaryDevice.cpp 26 : PhysicalDevice(disp, DEVICE_PRIMARY, hwc, dpm)
38 if (!PhysicalDevice::initialize()) {
47 PhysicalDevice::deinitialize();
55 return PhysicalDevice::blank(blank);
PhysicalDevice.cpp 19 #include <PhysicalDevice.h>
24 PhysicalDevice::PhysicalDevice(uint32_t disp, uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm)
54 PhysicalDevice::~PhysicalDevice()
59 void PhysicalDevice::onGeometryChanged(hwc_display_contents_1_t *list)
81 bool PhysicalDevice::prePrepare(hwc_display_contents_1_t *display)
100 bool PhysicalDevice::prepare(hwc_display_contents_1_t *display)
121 bool PhysicalDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *context)
131 bool PhysicalDevice::vsyncControl(bool enabled
    [all...]
ExternalDevice.cpp 27 : PhysicalDevice(disp, DEVICE_EXTERNAL, hwc, dpm),
43 if (!PhysicalDevice::initialize()) {
85 PhysicalDevice::deinitialize();
90 if (!PhysicalDevice::blank(blank)) {
171 if (!PhysicalDevice::updateDisplayConfigs()) {
294 return PhysicalDevice::getDisplaySize(width, height);
297 return PhysicalDevice::getDisplaySize(width, height);
311 return PhysicalDevice::getDisplayConfigs(configs, numConfigs);
314 return PhysicalDevice::getDisplayConfigs(configs, numConfigs);
330 return PhysicalDevice::getDisplayAttributes(config, attributes, values)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
PrimaryDevice.h 24 #include <PhysicalDevice.h>
30 class PrimaryDevice : public PhysicalDevice {
ExternalDevice.h 19 #include <PhysicalDevice.h>
27 class ExternalDevice : public PhysicalDevice {
PhysicalDevice.h 45 class PhysicalDevice : public IDisplayDevice {
47 PhysicalDevice(uint32_t type, Hwcomposer& hwc, DeviceControlFactory* controlFactory);
48 virtual ~PhysicalDevice();
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PrimaryDevice.cpp 26 : PhysicalDevice(DEVICE_PRIMARY, hwc, controlFactory)
38 if (!PhysicalDevice::initialize()) {
57 PhysicalDevice::deinitialize();
80 return PhysicalDevice::blank(blank);
PhysicalDevice.cpp 19 #include <PhysicalDevice.h>
24 PhysicalDevice::PhysicalDevice(uint32_t type, Hwcomposer& hwc, DeviceControlFactory* controlFactory)
53 PhysicalDevice::~PhysicalDevice()
58 void PhysicalDevice::onGeometryChanged(hwc_display_contents_1_t *list)
80 bool PhysicalDevice::prePrepare(hwc_display_contents_1_t *display)
100 bool PhysicalDevice::prepare(hwc_display_contents_1_t *display)
122 bool PhysicalDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *context)
132 bool PhysicalDevice::vsyncControl(bool enabled
    [all...]
ExternalDevice.cpp 27 : PhysicalDevice(DEVICE_EXTERNAL, hwc, controlFactory),
44 if (!PhysicalDevice::initialize()) {
86 PhysicalDevice::deinitialize();
158 if (!PhysicalDevice::updateDisplayConfigs()) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
PrimaryDevice.h 24 #include <PhysicalDevice.h>
30 class PrimaryDevice : public PhysicalDevice {
ExternalDevice.h 19 #include <PhysicalDevice.h>
27 class ExternalDevice : public PhysicalDevice {
PhysicalDevice.h 33 class PhysicalDevice : public IDisplayDevice {
35 PhysicalDevice(uint32_t disp, uint32_t type, Hwcomposer& hwc, DisplayPlaneManager& dpm);
36 virtual ~PhysicalDevice();
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 96 VkPhysicalDeviceProperties PhysicalDevice::properties() const {
104 std::vector<VkQueueFamilyProperties> PhysicalDevice::queue_properties() const {
116 VkPhysicalDeviceMemoryProperties PhysicalDevice::memory_properties() const {
183 * Return list of PhysicalDevice extensions provided by the ICD / Loader
185 std::vector<VkExtensionProperties> PhysicalDevice::extensions() const {
190 * Return list of PhysicalDevice extensions provided by the specified layer
194 PhysicalDevice::extensions(const char *pLayerName) const {
215 bool PhysicalDevice::set_memory_type(const uint32_t type_bits,
239 * Return list of PhysicalDevice layers
241 std::vector<VkLayerProperties> PhysicalDevice::layers() const
    [all...]
test_environment.cpp 133 vk_testing::PhysicalDevice phys_dev(gpus[0]);
vktestbinding.h 43 class PhysicalDevice;
117 class PhysicalDevice : public internal::Handle<VkPhysicalDevice> {
119 explicit PhysicalDevice(VkPhysicalDevice phy) : Handle(phy) {
166 const PhysicalDevice &phy() const { return phy_; }
253 PhysicalDevice phy_;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 37 ../../common/devices/PhysicalDevice.cpp \
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 46 common/devices/PhysicalDevice.cpp \
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk 37 ../../common/devices/PhysicalDevice.cpp \
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 21 #include <PhysicalDevice.h>
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 21 #include <PhysicalDevice.h>
    [all...]

Completed in 409 milliseconds