Lines Matching refs:dstInfo
492 mSkipSrcInfo.dstInfo[i].acquireFenceFd = -1; in ExynosCompositionInfo()
493 mSkipSrcInfo.dstInfo[i].releaseFenceFd = -1; in ExynosCompositionInfo()
735 mClientCompositionInfo.mSkipSrcInfo.dstInfo[i].acquireFenceFd = -1; in initDisplay()
736 mClientCompositionInfo.mSkipSrcInfo.dstInfo[i].releaseFenceFd = -1; in initDisplay()
750 mExynosCompositionInfo.mSkipSrcInfo.dstInfo[i].acquireFenceFd = -1; in initDisplay()
751 mExynosCompositionInfo.mSkipSrcInfo.dstInfo[i].releaseFenceFd = -1; in initDisplay()
1244 } else if ((compositionInfo.mSkipSrcInfo.dstInfo[index].x != layer->mDstImg.x) || in skipStaticLayerChanged()
1245 (compositionInfo.mSkipSrcInfo.dstInfo[index].y != layer->mDstImg.y) || in skipStaticLayerChanged()
1246 (compositionInfo.mSkipSrcInfo.dstInfo[index].w != layer->mDstImg.w) || in skipStaticLayerChanged()
1247 (compositionInfo.mSkipSrcInfo.dstInfo[index].h != layer->mDstImg.h)) in skipStaticLayerChanged()
1252 compositionInfo.mSkipSrcInfo.dstInfo[index].x, layer->mDstImg.x, in skipStaticLayerChanged()
1253 compositionInfo.mSkipSrcInfo.dstInfo[index].y, layer->mDstImg.y, in skipStaticLayerChanged()
1254 compositionInfo.mSkipSrcInfo.dstInfo[index].w, layer->mDstImg.w, in skipStaticLayerChanged()
1255 compositionInfo.mSkipSrcInfo.dstInfo[index].h, layer->mDstImg.h); in skipStaticLayerChanged()
1325 compositionInfo.mSkipSrcInfo.dstInfo[i].acquireFenceFd = -1; in skipStaticLayers()
1326 compositionInfo.mSkipSrcInfo.dstInfo[i].releaseFenceFd = -1; in skipStaticLayers()
1333 compositionInfo.mSkipSrcInfo.dstInfo[index] = layer->mDstImg; in skipStaticLayers()