OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwLayers
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp
47
hwc_rect_t fbFrame = list->
hwLayers
[last].displayFrame;
54
if(((list->
hwLayers
[i].blending == HWC_BLENDING_NONE) &&
55
(list->
hwLayers
[i].planeAlpha == 0xFF)) ||
57
(list->
hwLayers
[i].flags & HWC_SKIP_HWC_COMPOSITION))
59
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
68
if((list->
hwLayers
[i].blending != HWC_BLENDING_NONE) ||
69
(list->
hwLayers
[i].planeAlpha != 0xFF) ||
72
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
/hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp
47
hwc_rect_t fbFrame = list->
hwLayers
[last].displayFrame;
54
if((list->
hwLayers
[i].blending == HWC_BLENDING_NONE) ||
56
(list->
hwLayers
[i].flags & HWC_SKIP_HWC_COMPOSITION))
58
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
67
if((list->
hwLayers
[i].blending != HWC_BLENDING_NONE) ||
70
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
/hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp
47
hwc_rect_t fbFrame = list->
hwLayers
[last].displayFrame;
54
if((list->
hwLayers
[i].blending == HWC_BLENDING_NONE) ||
56
(list->
hwLayers
[i].flags & HWC_SKIP_HWC_COMPOSITION))
58
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
67
if((list->
hwLayers
[i].blending != HWC_BLENDING_NONE) ||
70
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.h
119
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
122
void logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
128
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
131
void dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
hwc_dump_layers.cpp
86
logLayer(i, list->
hwLayers
);
87
dumpLayer(i, list->
hwLayers
);
213
void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
215
if (NULL ==
hwLayers
) {
221
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
275
void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
296
if (NULL ==
hwLayers
) {
302
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
hwc_copybit.cpp
123
private_handle_t *hnd = (private_handle_t *)list->
hwLayers
[i].handle;
126
getLayerResolution(&list->
hwLayers
[i], w, h);
177
hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->
hwLayers
[i];
237
list->
hwLayers
[i].compositionType = HWC_BLIT;
240
list->
hwLayers
[i].compositionType = HWC_OVERLAY;
281
renderBuffer = (private_handle_t *)list->
hwLayers
[last].handle;
298
if(list->
hwLayers
[last].acquireFenceFd >=0) {
300
copybit->set_sync(copybit, list->
hwLayers
[last].acquireFenceFd);
311
hwc_layer_1_t *layer = &list->
hwLayers
[i];
320
if (list->
hwLayers
[i].acquireFenceFd != -
[
all
...]
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.h
119
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
122
void logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
128
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
131
void dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
hwc_copybit.cpp
123
private_handle_t *hnd = (private_handle_t *)list->
hwLayers
[i].handle;
126
getLayerResolution(&list->
hwLayers
[i], w, h);
149
if(mLayerCache.hnd[k] != list->
hwLayers
[k].handle){
161
hwc_rect_t dirtyRect = list->
hwLayers
[changingLayerIndex].displayFrame;
163
dirtyRect = list->
hwLayers
[changingLayerIndex].dirtyRect;
168
hwc_rect_t displayFrame = list->
hwLayers
[k].displayFrame;
202
if(!needsScaling(&list->
hwLayers
[changingLayerIndex])){
204
(private_handle_t *)list->
hwLayers
[changingLayerIndex].handle;
230
hwc_rect_t overlap = list->
hwLayers
[ovlapIndex].displayFrame;
315
hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->
hwLayers
[i]
[
all
...]
hwc_dump_layers.cpp
86
logLayer(i, list->
hwLayers
);
87
dumpLayer(i, list->
hwLayers
);
213
void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
215
if (NULL ==
hwLayers
) {
221
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
275
void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
296
if (NULL ==
hwLayers
) {
302
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.h
119
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
122
void logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
128
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
131
void dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
hwc_copybit.cpp
94
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
97
list->
hwLayers
[i].displayFrame);
100
private_handle_t *hnd =(private_handle_t *)list->
hwLayers
[i].handle;
102
layer0_transform = list->
hwLayers
[i].transform;
105
layer1_transform = list->
hwLayers
[i].transform;
106
private_handle_t *hnd =(private_handle_t *)list->
hwLayers
[i].handle;
176
private_handle_t *hnd = (private_handle_t *)list->
hwLayers
[i].handle;
179
getLayerResolution(&list->
hwLayers
[i], w, h);
189
if((mLayerCache.hnd[k] != list->
hwLayers
[k].handle) ||
192
list->
hwLayers
[k].displayFrame.left) |
[
all
...]
hwc_dump_layers.cpp
91
logLayer(i, list->
hwLayers
);
92
dumpLayer(i, list->
hwLayers
);
218
void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
220
if (NULL ==
hwLayers
) {
226
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
280
void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
301
if (NULL ==
hwLayers
) {
307
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
/hardware/qcom/display/msm8909/libqdutils/
cb_utils.cpp
63
hwc_rect_t fbFrame = list->
hwLayers
[last].displayFrame;
79
if(((list->
hwLayers
[i].blending == HWC_BLENDING_NONE) &&
80
(list->
hwLayers
[i].planeAlpha == 0xFF)) ||
82
(list->
hwLayers
[i].flags & HWC_SKIP_HWC_COMPOSITION))
84
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
93
if((list->
hwLayers
[i].blending != HWC_BLENDING_NONE) ||
94
(list->
hwLayers
[i].planeAlpha != 0xFF) ||
97
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.h
119
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
122
void logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
128
* @param:
hwLayers
- Address of hwc_layer_1_t to log and dump.
131
void dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[]);
hwc_copybit.cpp
123
private_handle_t *hnd = (private_handle_t *)list->
hwLayers
[i].handle;
126
getLayerResolution(&list->
hwLayers
[i], w, h);
149
if(mLayerCache.hnd[k] != list->
hwLayers
[k].handle){
161
hwc_rect_t dirtyRect = list->
hwLayers
[changingLayerIndex].displayFrame;
163
dirtyRect = list->
hwLayers
[changingLayerIndex].dirtyRect;
168
hwc_rect_t displayFrame = list->
hwLayers
[k].displayFrame;
202
if(!needsScaling(&list->
hwLayers
[changingLayerIndex])){
204
(private_handle_t *)list->
hwLayers
[changingLayerIndex].handle;
230
hwc_rect_t overlap = list->
hwLayers
[ovlapIndex].displayFrame;
322
hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->
hwLayers
[i]
[
all
...]
hwc_dump_layers.cpp
90
logLayer(i, list->
hwLayers
);
91
dumpLayer(i, list->
hwLayers
);
217
void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
219
if (NULL ==
hwLayers
) {
225
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
279
void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t
hwLayers
[])
300
if (NULL ==
hwLayers
) {
306
hwc_layer_1_t *layer = &
hwLayers
[layerIndex];
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.cpp
77
if (content_list->
hwLayers
[i].compositionType == HWC_FRAMEBUFFER_TARGET ||
78
content_list->
hwLayers
[i].compositionType == HWC_BACKGROUND) {
82
content_list->
hwLayers
[i].compositionType = HWC_OVERLAY;
92
content_list->
hwLayers
[i].releaseFenceFd = -1;
hwc_color_manager.cpp
179
solid_fill_layers_->
hwLayers
[1] = layer_list->
hwLayers
[layer_list->numHwLayers - 1];
187
hwc_layer_1_t *layer = &layer_list->
hwLayers
[i];
211
int &fence_fd = layer_list->
hwLayers
[i].acquireFenceFd;
219
int &fence_fd = solid_fill_layers_->
hwLayers
[i].releaseFenceFd;
263
hwc_layer_1_t &layer = solid_fill_layers_->
hwLayers
[0];
273
hwc_layer_1_t &layer = solid_fill_layers_->
hwLayers
[0];
303
hwc_layer_1_t &layer = solid_fill_layers_->
hwLayers
[0];
/hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_null.cpp
77
if (content_list->
hwLayers
[i].compositionType == HWC_FRAMEBUFFER_TARGET ||
78
content_list->
hwLayers
[i].compositionType == HWC_BACKGROUND) {
82
content_list->
hwLayers
[i].compositionType = HWC_OVERLAY;
92
content_list->
hwLayers
[i].releaseFenceFd = -1;
/frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp
402
* of
hwLayers
entries.
436
list->
hwLayers
[layer].compositionType,
437
(list->
hwLayers
[layer].compositionType == HWC_FRAMEBUFFER)
439
(list->
hwLayers
[layer].compositionType == HWC_OVERLAY)
443
list->
hwLayers
[layer].hints,
444
(list->
hwLayers
[layer].hints & HWC_HINT_TRIPLE_BUFFER)
446
(list->
hwLayers
[layer].hints & HWC_HINT_CLEAR_FB)
450
list->
hwLayers
[layer].flags,
451
(list->
hwLayers
[layer].flags & HWC_SKIP_LAYER)
455
list->
hwLayers
[layer].handle)
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.cpp
92
if (!display->
hwLayers
[i].handle) {
109
imgLayer->psLayer = &display->
hwLayers
[i];
170
hwc_layer_1_t& layer = display->
hwLayers
[j];
181
hwc_layer_1_t& fbt = display->
hwLayers
[display->numHwLayers-1];
217
displays[i]->
hwLayers
[j].handle,
218
displays[i]->
hwLayers
[j].acquireFenceFd,
219
displays[i]->
hwLayers
[j].releaseFenceFd);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp
92
if (!display->
hwLayers
[i].handle) {
109
imgLayer->psLayer = &display->
hwLayers
[i];
170
hwc_layer_1_t& layer = display->
hwLayers
[j];
181
hwc_layer_1_t& fbt = display->
hwLayers
[display->numHwLayers-1];
217
(uint32_t)displays[i]->
hwLayers
[j].handle,
218
displays[i]->
hwLayers
[j].acquireFenceFd,
219
displays[i]->
hwLayers
[j].releaseFenceFd);
/hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp
188
videoLayerExist = isVideoLayer(content->
hwLayers
[j]);
190
if ((content->
hwLayers
[j].flags & HWC_SKIP_LAYER)) {
193
videoHandle = content->
hwLayers
[j].handle;
194
videoFullScreenOnPrimary = isVideoFullScreen(0, content->
hwLayers
[j]);
215
if (content->
hwLayers
[j].handle == videoHandle) {
216
isVideoLayerSkipped |= (content->
hwLayers
[j].flags & HWC_SKIP_LAYER);
223
mVideoExtModeEligible = isVideoFullScreen(i, content->
hwLayers
[j]);
598
layer = &content->
hwLayers
[j];
727
if (isVideoLayer(content->
hwLayers
[j])) {
728
videoHandles[i] = (intptr_t)content->
hwLayers
[j].handle
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
437
hwc_layer_1_t const* layer = &list->
hwLayers
[i];
444
if(list->
hwLayers
[i].compositionType == HWC_FRAMEBUFFER_TARGET) {
447
} else if (isSkipLayer(&list->
hwLayers
[i])) {
610
hwc_rect_t fbDisplayFrame = list->
hwLayers
[last].displayFrame;
612
nwr.left = list->
hwLayers
[0].displayFrame.left;
613
nwr.top = list->
hwLayers
[0].displayFrame.top;
614
nwr.right = list->
hwLayers
[0].displayFrame.right;
615
nwr.bottom = list->
hwLayers
[0].displayFrame.bottom;
618
hwc_rect_t displayFrame = list->
hwLayers
[i].displayFrame;
642
if(list->
hwLayers
[i].acquireFenceFd >= 0)
[
all
...]
hwc_copybit.cpp
125
private_handle_t *hnd = (private_handle_t *)list->
hwLayers
[i].handle;
128
getLayerResolution(&list->
hwLayers
[i], w, h);
171
hwc_layer_1_t *fbLayer = &list->
hwLayers
[fbLayerIndex];
192
private_handle_t *hnd = (private_handle_t *)list->
hwLayers
[i].handle;
197
list->
hwLayers
[i].compositionType = HWC_OVERLAY;
265
if (list->
hwLayers
[i].acquireFenceFd != -1 ) {
267
ret = sync_wait(list->
hwLayers
[i].acquireFenceFd, 1000);
272
close(list->
hwLayers
[i].acquireFenceFd);
273
list->
hwLayers
[i].acquireFenceFd = -1;
275
retVal = drawLayerUsingCopybit(ctx, &(list->
hwLayers
[i])
[
all
...]
Completed in 844 milliseconds
1
2
3
4