Home
last modified time | relevance | path

Searched refs:HWC2_COMPOSITION_SOLID_COLOR (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/
DHwc2.h81 HWC2_COMPOSITION_SOLID_COLOR = 3, enumerator
DPostWorker.cpp98 if (guestLayer.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in composeImpl()
/hardware/google/gfxstream/host/tests/
DTextureDraw_unittest.cpp137 HWC2_COMPOSITION_SOLID_COLOR, in TestTextureDrawLayer()
175 HWC2_COMPOSITION_SOLID_COLOR, in TestTextureDrawLayer()
DCompositorVk_unittest.cpp583 .composeMode = HWC2_COMPOSITION_SOLID_COLOR, in TEST_F()
629 .composeMode = HWC2_COMPOSITION_SOLID_COLOR, in TEST_F()
736 .composeMode = HWC2_COMPOSITION_SOLID_COLOR, in TEST_F()
DSampleApplication.cpp337 HWC2_COMPOSITION_SOLID_COLOR, in drawWorkerWithCompose()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h154 HWC2_COMPOSITION_SOLID_COLOR = 3, enumerator
521 case HWC2_COMPOSITION_SOLID_COLOR: return "SolidColor"; in getCompositionName()
830 SolidColor = HWC2_COMPOSITION_SOLID_COLOR,
/hardware/libhardware/include/hardware/
Dhwcomposer2.h154 HWC2_COMPOSITION_SOLID_COLOR = 3, enumerator
521 case HWC2_COMPOSITION_SOLID_COLOR: return "SolidColor"; in getCompositionName()
830 SolidColor = HWC2_COMPOSITION_SOLID_COLOR,
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp585 case HWC2_COMPOSITION_SOLID_COLOR: { in drawLayer()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp174 if (mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in doPreProcess()
1052 if (mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in dump()
DExynosDisplay.cpp3073 } else if ((mLayers[layerIndex]->mCompositionType == HWC2_COMPOSITION_SOLID_COLOR) && in getLayerCompositionTypeForValidationType()
3075 type = HWC2_COMPOSITION_SOLID_COLOR; in getLayerCompositionTypeForValidationType()
3599 if (mLayers[i]->mRequestedCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in dumpAllBuffers()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp966 if (layer.props.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in buildCompositionVk()
1059 if (layer.props.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in buildCompositionVk()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp72 case HWC2_COMPOSITION_SOLID_COLOR: in getHWC1CompType()