OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisplayPlane
(Results
26 - 50
of
68
) sorted by null
1
2
3
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwSpritePlane.h
22
#include <
DisplayPlane
.h>
PnwPrimaryPlane.cpp
56
return
DisplayPlane
::setDataBuffer(handle);
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
PlaneCapabilities.cpp
18
#include <
DisplayPlane
.h>
43
if (planeType ==
DisplayPlane
::PLANE_SPRITE || planeType ==
DisplayPlane
::PLANE_PRIMARY) {
55
} else if (planeType ==
DisplayPlane
::PLANE_OVERLAY) {
90
if (planeType ==
DisplayPlane
::PLANE_SPRITE || planeType ==
DisplayPlane
::PLANE_PRIMARY) {
107
} else if (planeType ==
DisplayPlane
::PLANE_OVERLAY) {
163
if (planeType ==
DisplayPlane
::PLANE_SPRITE || planeType ==
DisplayPlane
::PLANE_PRIMARY) {
175
} else if (planeType ==
DisplayPlane
::PLANE_OVERLAY)
[
all
...]
AnnPlaneManager.h
40
DisplayPlane
* allocPlane(int index, int type);
AnnOverlayPlane.h
21
#include <
DisplayPlane
.h>
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayQuery.cpp
18
#include <
DisplayPlane
.h>
TngSpritePlane.h
23
#include <
DisplayPlane
.h>
TngOverlayPlane.h
21
#include <
DisplayPlane
.h>
TngPrimaryPlane.cpp
126
ret =
DisplayPlane
::setDataBuffer(handle);
150
DisplayPlane
*plane = zorderConfig[i]->plane;
151
if (plane->getType() ==
DisplayPlane
::PLANE_PRIMARY)
153
if (plane->getType() ==
DisplayPlane
::PLANE_OVERLAY) {
170
DisplayPlane
::assignToDevice(disp);
TngSpritePlane.cpp
169
if (mType ==
DisplayPlane
::PLANE_SPRITE)
203
DisplayPlane
*plane = zorderConfig[i]->plane;
204
if (plane->getType() ==
DisplayPlane
::PLANE_PRIMARY)
206
if (plane->getType() ==
DisplayPlane
::PLANE_SPRITE) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
PrimaryDevice.h
19
#include <
DisplayPlane
.h>
DisplayPlane.h
47
class
DisplayPlane
{
75
DisplayPlane
(int index, int type, int disp);
76
virtual ~
DisplayPlane
();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnPlaneManager.h
40
DisplayPlane
* allocPlane(int index, int type);
/hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlane.h
47
class
DisplayPlane
{
75
DisplayPlane
(int index, int type, int disp);
76
virtual ~
DisplayPlane
();
IDisplayDevice.h
21
#include <
DisplayPlane
.h>
PhysicalDevice.h
19
#include <
DisplayPlane
.h>
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayQuery.cpp
18
#include <
DisplayPlane
.h>
/hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.h
23
#include <
DisplayPlane
.h>
41
virtual
DisplayPlane
* getPlane(uint32_t index) const;
HwcLayer.cpp
110
bool HwcLayer::attachPlane(
DisplayPlane
* plane, int device)
129
DisplayPlane
* HwcLayer::detachPlane()
134
DisplayPlane
*plane = mPlane;
241
DisplayPlane
* HwcLayer::getPlane() const
401
} else if (PlaneCapabilities::isFormatSupported(
DisplayPlane
::PLANE_OVERLAY, this)) {
HwcLayerList.cpp
247
} else if (checkSupported(
DisplayPlane
::PLANE_SPRITE, hwcLayer)) {
250
checkSupported(
DisplayPlane
::PLANE_OVERLAY, hwcLayer)) {
295
DisplayPlane
*plane = hwcLayer->detachPlane();
327
int planeNumber = planeManager->getFreePlanes(mDisplayIndex,
DisplayPlane
::PLANE_CURSOR);
360
ZOrderLayer *zlayer = addZOrderLayer(
DisplayPlane
::PLANE_CURSOR, mCursorCandidates[i]);
377
int planeNumber = planeManager->getFreePlanes(mDisplayIndex,
DisplayPlane
::PLANE_OVERLAY);
411
ZOrderLayer *zlayer = addZOrderLayer(
DisplayPlane
::PLANE_OVERLAY, mOverlayCandidates[i]);
429
int planeNumber = planeManager->getFreePlanes(mDisplayIndex,
DisplayPlane
::PLANE_SPRITE);
463
ZOrderLayer *zlayer = addZOrderLayer(
DisplayPlane
::PLANE_SPRITE, mSpriteCandidates[i]);
530
ZOrderLayer *zlayer = addZOrderLayer(
DisplayPlane
::PLANE_PRIMARY, hwcLayer, zorder)
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.h
21
#include <
DisplayPlane
.h>
36
class OverlayPlaneBase : public
DisplayPlane
{
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.h
23
#include <
DisplayPlane
.h>
41
virtual
DisplayPlane
* getPlane(uint32_t index) const;
HwcLayer.cpp
90
bool HwcLayer::attachPlane(
DisplayPlane
* plane, int device)
109
DisplayPlane
* HwcLayer::detachPlane()
114
DisplayPlane
*plane = mPlane;
221
DisplayPlane
* HwcLayer::getPlane() const
339
} else if (PlaneCapabilities::isFormatSupported(
DisplayPlane
::PLANE_OVERLAY, this)) {
HwcLayerList.cpp
295
} else if (checkSupported(
DisplayPlane
::PLANE_SPRITE, hwcLayer)) {
297
} else if (checkSupported(
DisplayPlane
::PLANE_OVERLAY, hwcLayer)) {
303
if (checkSupported(
DisplayPlane
::PLANE_SPRITE, hwcLayer) &&
307
} else if (checkSupported(
DisplayPlane
::PLANE_OVERLAY, hwcLayer)) {
363
DisplayPlane
*plane = hwcLayer->detachPlane();
395
int planeNumber = planeManager->getFreePlanes(mDisplayIndex,
DisplayPlane
::PLANE_CURSOR);
429
ZOrderLayer *zlayer = addZOrderLayer(
DisplayPlane
::PLANE_CURSOR, mCursorCandidates[i]);
446
int planeNumber = planeManager->getFreePlanes(mDisplayIndex,
DisplayPlane
::PLANE_OVERLAY);
480
ZOrderLayer *zlayer = addZOrderLayer(
DisplayPlane
::PLANE_OVERLAY, mOverlayCandidates[i]);
498
int planeNumber = planeManager->getFreePlanes(mDisplayIndex,
DisplayPlane
::PLANE_SPRITE)
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.h
20
#include <
DisplayPlane
.h>
35
class OverlayPlaneBase : public
DisplayPlane
{
Completed in 188 milliseconds
1
2
3