HomeSort by relevance Sort by last modified time
    Searched refs:HWC_SKIP_LAYER (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 139 * HWC_SKIP_LAYER is set by SurfaceFlnger to indicate that the HAL
143 HWC_SKIP_LAYER = 0x00000001,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
DummyDevice.cpp 66 player->flags &= ~HWC_SKIP_LAYER;
  /external/drm_hwcomposer/
virtualcompositorworker.cpp 73 if (layer->flags & HWC_SKIP_LAYER)
hwcomposer.cpp 377 static bool hwc_skip_layer(const std::pair<int, int> &indices, int i) { function in namespace:android
410 if (!(layer->flags & HWC_SKIP_LAYER))
421 if (!use_framebuffer_target && !hwc_skip_layer(skip_layer_indices, j)) {
522 if (sf_layer->flags & HWC_SKIP_LAYER) {
528 if (!fbt_layer->handle || (fbt_layer->flags & HWC_SKIP_LAYER)) {
529 ALOGE("Invalid HWC_FRAMEBUFFER_TARGET with HWC_SKIP_LAYER present");
557 if (!sf_layer->handle || (sf_layer->flags & HWC_SKIP_LAYER)) {
621 if (layer->flags & HWC_SKIP_LAYER)
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp 190 if ((content->hwLayers[j].flags & HWC_SKIP_LAYER)) {
216 isVideoLayerSkipped |= (content->hwLayers[j].flags & HWC_SKIP_LAYER);
604 layer->flags &= ~HWC_SKIP_LAYER;
711 // and HWC_SKIP_LAYER set during rotation animation.
730 mIgnoreVideoSkipFlag = !(content->hwLayers[j].flags & HWC_SKIP_LAYER);
731 ITRACE("Ignoring video HWC_SKIP_LAYER: %d on output %d", mIgnoreVideoSkipFlag, i);
HwcLayer.cpp 347 if ((mLayer->flags & HWC_SKIP_LAYER) ||
HwcLayerList.cpp 61 if (layer.flags & HWC_SKIP_LAYER) {
127 if (layer.flags & HWC_SKIP_LAYER) {
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp 717 if (l.flags & HWC_SKIP_LAYER) {
    [all...]
HWC2On1Adapter.cpp     [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp 290 if ((mLayer->flags & HWC_SKIP_LAYER) ||
HwcLayerList.cpp 60 if (layer.flags & HWC_SKIP_LAYER) {
126 if (layer.flags & HWC_SKIP_LAYER) {
186 if (layer.flags & HWC_SKIP_LAYER) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.cpp 265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"",
hwc_utils.h 383 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.cpp 265 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"",
hwc_utils.h 406 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 212 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 177 HWC_SKIP_LAYER,
hwcTestLib.cpp 451 (list->hwLayers[layer].flags & HWC_SKIP_LAYER)
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.cpp 270 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"",
hwc_utils.h 462 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.cpp 269 (layer->flags & HWC_SKIP_LAYER)? "[Skip layer]":"",
hwc_utils.h 484 return (UNLIKELY(l && (l->flags & HWC_SKIP_LAYER)));
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 753 if ((layer->flags & HWC_SKIP_LAYER) || !handle)
846 if (!(layers[l].flags & HWC_SKIP_LAYER) && handle && is_NV12(handle->iFormat))
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 790 return !(layer.flags & HWC_SKIP_LAYER) && layer.transform == 0 &&
893 if ((layer.flags & HWC_SKIP_LAYER) && !analyzer->ignoreVideoSkipFlag()) {
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 259 if ((layer->flags & HWC_SKIP_LAYER) || !handle) {
782 if ((layer->flags & HWC_SKIP_LAYER) || !handle)
    [all...]

Completed in 335 milliseconds

1 2