OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayerCount
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp
30
mLayerCount
(0),
137
if (hwcLayer->getIndex() !=
mLayerCount
- 2) {
210
mLayerCount
= (int)mList->numHwLayers;
211
mLayers.setCapacity(
mLayerCount
);
212
mFBLayers.setCapacity(
mLayerCount
);
213
mSpriteCandidates.setCapacity(
mLayerCount
);
214
mOverlayCandidates.setCapacity(
mLayerCount
);
215
mCursorCandidates.setCapacity(
mLayerCount
);
216
mZOrderConfig.setCapacity(
mLayerCount
);
219
for (int i = 0; i <
mLayerCount
; i++)
[
all
...]
HwcLayerList.h
94
int
mLayerCount
;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp
31
mLayerCount
(0),
196
if (hwcLayer->getIndex() !=
mLayerCount
- 2) {
253
mLayerCount
= (int)mList->numHwLayers;
254
mLayers.setCapacity(
mLayerCount
);
255
mFBLayers.setCapacity(
mLayerCount
);
256
mSpriteCandidates.setCapacity(
mLayerCount
);
257
mOverlayCandidates.setCapacity(
mLayerCount
);
258
mCursorCandidates.setCapacity(
mLayerCount
);
259
mZOrderConfig.setCapacity(
mLayerCount
);
262
rgbOverlayLayers.setCapacity(
mLayerCount
);
[
all
...]
HwcLayerList.h
93
int
mLayerCount
;
Completed in 1911 milliseconds