Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndCompositionTests.cpp42 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_P()
70 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_P()
118 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_P()
146 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_P()
/hardware/google/gfxstream/guest/rendercontrol/
DRenderControl.cpp25 hwc2_composition_t composeMode; member
121 composeLayer.composeMode = requestLayer.composeMode; in rcCompose()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp421 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
477 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
532 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
583 .composeMode = HWC2_COMPOSITION_SOLID_COLOR, in TEST_F()
629 .composeMode = HWC2_COMPOSITION_SOLID_COLOR, in TEST_F()
651 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
705 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
736 .composeMode = HWC2_COMPOSITION_SOLID_COLOR, in TEST_F()
773 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
850 .composeMode = HWC2_COMPOSITION_DEVICE, in TEST_F()
[all …]
DSampleApplication.cpp215 hwc2_composition_t composeMode, in configureLayer() argument
223 mComposeDevice->layer[layerId].composeMode = composeMode; in configureLayer()
DTextureDraw_unittest.cpp165 l.composeMode = HWC2_COMPOSITION_DEVICE; in TestTextureDrawLayer()
/hardware/google/gfxstream/guest/rendercontrol/include/gfxstream/guest/
DRenderControlApi.h25 hwc2_composition_t composeMode; member
/hardware/google/gfxstream/host/
DHwc2.h95 hwc2_composition_t composeMode; member
DPostWorker.cpp98 if (guestLayer.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in composeImpl()
DPostWorkerGl.cpp82 .composeMode = HWC2_COMPOSITION_DEVICE, in postImpl()
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp581 switch(layer.composeMode) { in drawLayer()
586 s_gles2.glUniform1i(mComposeMode, layer.composeMode); in drawLayer()
597 ERR("%s: invalid composition mode %d", __FUNCTION__, layer.composeMode); in drawLayer()
674 if (layer.composeMode != HWC2_COMPOSITION_DEVICE) { in drawLayer()
DCompositorGl.cpp75 if (layer.props.composeMode == HWC2_COMPOSITION_DEVICE) { in compose()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp966 if (layer.props.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in buildCompositionVk()
1052 .mode = glm::uvec4(static_cast<uint32_t>(layer.props.composeMode), 0, 0, 0), in buildCompositionVk()
1059 if (layer.props.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in buildCompositionVk()