OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HwcLayerList
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.h
31
class
HwcLayerList
{
33
HwcLayerList
(hwc_display_contents_1_t *list, int disp);
34
virtual ~
HwcLayerList
();
HwcLayerList.cpp
18
#include <common/base/
HwcLayerList
.h>
29
HwcLayerList
::
HwcLayerList
(hwc_display_contents_1_t *list, int disp)
43
HwcLayerList
::~
HwcLayerList
()
48
bool
HwcLayerList
::checkSupported(int planeType, HwcLayer *hwcLayer)
115
bool
HwcLayerList
::checkRgbOverlaySupported(HwcLayer *hwcLayer)
175
bool
HwcLayerList
::checkCursorSupported(HwcLayer *hwcLayer)
246
bool
HwcLayerList
::initialize()
353
void
HwcLayerList
::deinitialize(
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.h
31
class
HwcLayerList
{
33
HwcLayerList
(hwc_display_contents_1_t *list, int disp);
34
virtual ~
HwcLayerList
();
HwcLayerList.cpp
18
#include <
HwcLayerList
.h>
28
HwcLayerList
::
HwcLayerList
(hwc_display_contents_1_t *list, int disp)
44
HwcLayerList
::~
HwcLayerList
()
49
bool
HwcLayerList
::checkSupported(int planeType, HwcLayer *hwcLayer)
116
bool
HwcLayerList
::checkCursorSupported(HwcLayer *hwcLayer)
203
bool
HwcLayerList
::initialize()
285
void
HwcLayerList
::deinitialize()
314
bool
HwcLayerList
::allocatePlanes(
[
all
...]
Completed in 71 milliseconds