OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HwcLayerList
(Results
1 - 19
of
19
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/include/
IDisplayContext.h
24
class
HwcLayerList
;
34
virtual bool commitContents(hwc_display_contents_1_t *display,
HwcLayerList
*layerList) = 0;
PrimaryDevice.h
23
#include <
HwcLayerList
.h>
PhysicalDevice.h
24
#include <
HwcLayerList
.h>
108
HwcLayerList
*mLayerList;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayContext.h
24
class
HwcLayerList
;
34
virtual bool commitContents(hwc_display_contents_1_t *display,
HwcLayerList
*layerList) = 0;
PrimaryDevice.h
23
#include <common/base/
HwcLayerList
.h>
PhysicalDevice.h
23
#include <common/base/
HwcLayerList
.h>
97
HwcLayerList
*mLayerList;
/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
...]
/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/ips/tangier/
TngDisplayContext.h
47
bool commitContents(hwc_display_contents_1_t *display,
HwcLayerList
* layerList);
TngDisplayContext.cpp
21
#include <
HwcLayerList
.h>
72
bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display,
HwcLayerList
*layerList)
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.h
47
bool commitContents(hwc_display_contents_1_t *display,
HwcLayerList
* layerList);
TngDisplayContext.cpp
21
#include <common/base/
HwcLayerList
.h>
72
bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display,
HwcLayerList
*layerList)
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk
29
../../common/base/
HwcLayerList
.cpp \
/hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk
38
common/base/
HwcLayerList
.cpp \
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk
29
../../common/base/
HwcLayerList
.cpp \
/hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp
74
mLayerList = new
HwcLayerList
(list, mType);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp
75
mLayerList = new
HwcLayerList
(list, mType);
Completed in 745 milliseconds