OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OverlayPlaneBase
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.h
36
class
OverlayPlaneBase
: public DisplayPlane {
38
OverlayPlaneBase
(int index, int disp);
39
virtual ~
OverlayPlaneBase
();
OverlayPlaneBase.cpp
22
#include <common/
OverlayPlaneBase
.h>
35
OverlayPlaneBase
::
OverlayPlaneBase
(int index, int disp)
51
OverlayPlaneBase
::~
OverlayPlaneBase
()
56
bool
OverlayPlaneBase
::initialize(uint32_t bufferCount)
96
bool
OverlayPlaneBase
::isDisabled()
124
void
OverlayPlaneBase
::deinitialize()
146
void
OverlayPlaneBase
::invalidateBufferCache()
153
bool
OverlayPlaneBase
::assignToDevice(int disp
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.h
35
class
OverlayPlaneBase
: public DisplayPlane {
37
OverlayPlaneBase
(int index, int disp);
38
virtual ~
OverlayPlaneBase
();
OverlayPlaneBase.cpp
22
#include <ips/common/
OverlayPlaneBase
.h>
32
OverlayPlaneBase
::
OverlayPlaneBase
(int index, int disp)
47
OverlayPlaneBase
::~
OverlayPlaneBase
()
52
bool
OverlayPlaneBase
::initialize(uint32_t bufferCount)
92
bool
OverlayPlaneBase
::isDisabled()
120
void
OverlayPlaneBase
::deinitialize()
142
void
OverlayPlaneBase
::invalidateBufferCache()
149
bool
OverlayPlaneBase
::assignToDevice(int disp
[
all
...]
Completed in 144 milliseconds