Searched refs:imgLayer (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngDisplayContext.cpp | 107 IMG_hwc_layer_t *imgLayer = &imgLayerList[mCount++]; in commitContents() local 109 imgLayer->psLayer = &display->hwLayers[i]; in commitContents() 110 imgLayer->custom = (unsigned long)plane->getContext(); in commitContents() 112 (struct intel_dc_plane_ctx *)imgLayer->custom; in commitContents() 126 imgLayer->psLayer->handle, in commitContents() 127 imgLayer->psLayer->transform, in commitContents() 128 imgLayer->psLayer->blending, in commitContents() 129 imgLayer->psLayer->sourceCropf.left, in commitContents() 130 imgLayer->psLayer->sourceCropf.top, in commitContents() 131 imgLayer->psLayer->sourceCropf.right - imgLayer->psLayer->sourceCropf.left, in commitContents() [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngDisplayContext.cpp | 107 IMG_hwc_layer_t *imgLayer = &imgLayerList[mCount++]; in commitContents() local 109 imgLayer->psLayer = &display->hwLayers[i]; in commitContents() 110 imgLayer->custom = (uint32_t)plane->getContext(); in commitContents() 112 (struct intel_dc_plane_ctx *)imgLayer->custom; in commitContents() 126 (uint32_t)imgLayer->psLayer->handle, in commitContents() 127 imgLayer->psLayer->transform, in commitContents() 128 imgLayer->psLayer->blending, in commitContents() 129 imgLayer->psLayer->sourceCropf.left, in commitContents() 130 imgLayer->psLayer->sourceCropf.top, in commitContents() 131 imgLayer->psLayer->sourceCropf.right - imgLayer->psLayer->sourceCropf.left, in commitContents() [all …]
|