Searched refs:composeMode (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 42 .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/ |
D | RenderControl.cpp | 25 hwc2_composition_t composeMode; member 121 composeLayer.composeMode = requestLayer.composeMode; in rcCompose()
|
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 421 .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 …]
|
D | SampleApplication.cpp | 215 hwc2_composition_t composeMode, in configureLayer() argument 223 mComposeDevice->layer[layerId].composeMode = composeMode; in configureLayer()
|
D | TextureDraw_unittest.cpp | 165 l.composeMode = HWC2_COMPOSITION_DEVICE; in TestTextureDrawLayer()
|
/hardware/google/gfxstream/guest/rendercontrol/include/gfxstream/guest/ |
D | RenderControlApi.h | 25 hwc2_composition_t composeMode; member
|
/hardware/google/gfxstream/host/ |
D | Hwc2.h | 95 hwc2_composition_t composeMode; member
|
D | PostWorker.cpp | 98 if (guestLayer.composeMode == HWC2_COMPOSITION_SOLID_COLOR) { in composeImpl()
|
D | PostWorkerGl.cpp | 82 .composeMode = HWC2_COMPOSITION_DEVICE, in postImpl()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 581 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()
|
D | CompositorGl.cpp | 75 if (layer.props.composeMode == HWC2_COMPOSITION_DEVICE) { in compose()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 966 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()
|