OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layerProp
(Results
1 - 12
of
12
) sorted by null
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp
143
LayerProp
*
layerProp
= ctx->
layerProp
[mDpy];
148
layerProp
[index].mFlags |= HWC_MDPCOMP;
887
LayerProp
*
layerProp
= ctx->
layerProp
[mDpy];
911
if(!(
layerProp
[i].mFlags & HWC_MDPCOMP)) {
934
layerProp
[i].mFlags &= ~HWC_MDPCOMP;
[
all
...]
hwc_copybit.cpp
163
LayerProp
*
layerProp
= ctx->
layerProp
[dpy];
190
layerProp
[i].mFlags |= HWC_COPYBIT;
228
LayerProp
*
layerProp
= ctx->
layerProp
[dpy];
255
if(!(
layerProp
[i].mFlags & HWC_COPYBIT)) {
hwc.cpp
113
if(ctx->
layerProp
[dpy]) {
114
delete[] ctx->
layerProp
[dpy];
115
ctx->
layerProp
[dpy] = NULL;
117
ctx->
layerProp
[dpy] = new
LayerProp
[numAppLayers];
hwc_utils.h
100
struct
LayerProp
{
102
LayerProp
():mFlags(0) {};
118
//
LayerProp
::flag values
320
qhwc::
LayerProp
*
layerProp
[MAX_DISPLAYS];
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp
163
LayerProp
*
layerProp
= ctx->
layerProp
[dpy];
190
layerProp
[i].mFlags |= HWC_COPYBIT;
228
LayerProp
*
layerProp
= ctx->
layerProp
[dpy];
255
if(!(
layerProp
[i].mFlags & HWC_COPYBIT)) {
hwc_mdpcomp.cpp
148
LayerProp
*
layerProp
= ctx->
layerProp
[mDpy];
153
layerProp
[index].mFlags |= HWC_MDPCOMP;
898
LayerProp
*
layerProp
= ctx->
layerProp
[mDpy];
922
if(!(
layerProp
[i].mFlags & HWC_MDPCOMP)) {
945
layerProp
[i].mFlags &= ~HWC_MDPCOMP;
[
all
...]
hwc.cpp
113
if(ctx->
layerProp
[dpy]) {
114
delete[] ctx->
layerProp
[dpy];
115
ctx->
layerProp
[dpy] = NULL;
117
ctx->
layerProp
[dpy] = new
LayerProp
[numAppLayers];
hwc_utils.h
100
struct
LayerProp
{
102
LayerProp
():mFlags(0) {};
118
//
LayerProp
::flag values
320
qhwc::
LayerProp
*
layerProp
[MAX_DISPLAYS];
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp
163
LayerProp
*
layerProp
= ctx->
layerProp
[dpy];
209
layerProp
[i].mFlags |= HWC_COPYBIT;
248
LayerProp
*
layerProp
= ctx->
layerProp
[dpy];
277
if(!(
layerProp
[i].mFlags & HWC_COPYBIT)) {
hwc_mdpcomp.cpp
167
LayerProp
*
layerProp
= ctx->
layerProp
[mDpy];
172
layerProp
[index].mFlags |= HWC_MDPCOMP;
[
all
...]
hwc.cpp
118
if(ctx->
layerProp
[dpy]) {
119
delete[] ctx->
layerProp
[dpy];
120
ctx->
layerProp
[dpy] = NULL;
122
ctx->
layerProp
[dpy] = new
LayerProp
[numAppLayers];
hwc_utils.h
104
struct
LayerProp
{
106
LayerProp
():mFlags(0) {};
120
//
LayerProp
::flag values
369
qhwc::
LayerProp
*
layerProp
[MAX_DISPLAYS];
Completed in 896 milliseconds