Home
last modified time | relevance | path

Searched refs:mPtorInfo (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp895 ctx->mPtorInfo.count = numPTORLayersFound; in fullMDPCompWithPTOR()
897 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR()
902 ctx->mPtorInfo.count = 0; in fullMDPCompWithPTOR()
915 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR()
957 ctx->mPtorInfo.count = 0; in fullMDPCompWithPTOR()
961 ctx->mPtorInfo.layerIndex[0], ctx->mPtorInfo.layerIndex[1]); in fullMDPCompWithPTOR()
1637 memset(&(ctx->mPtorInfo), 0, sizeof(ctx->mPtorInfo)); in prepare()
1736 if (ctx->mPtorInfo.isActive()) { in drawOverlap()
1935 int index = ctx->mPtorInfo.getPTORArrayIndex(i); in draw()
1940 offset = ctx->mPtorInfo.mRenderBuffOffset[index]; in draw()
[all …]
Dhwc_copybit.cpp223 PtorInfo* ptorInfo = &(ctx->mPtorInfo); in prepareOverlap()
578 PtorInfo* ptorInfo = &(ctx->mPtorInfo); in drawOverlap()
Dhwc_utils.h600 qhwc::PtorInfo mPtorInfo; member
Dhwc_utils.cpp305 memset(&(ctx->mPtorInfo), 0, sizeof(ctx->mPtorInfo)); in initContext()
1375 if ((fd >= 0) && !dpy && ctx->mPtorInfo.isActive()) { in hwc_sync()
1442 if (ctx->mPtorInfo.isActive()) in hwc_sync()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.cpp1011 ctx->mPtorInfo.count = numPTORLayersFound; in fullMDPCompWithPTOR()
1013 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR()
1018 ctx->mPtorInfo.count = 0; in fullMDPCompWithPTOR()
1036 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR()
1040 layer->sourceCropf.left = (float)ctx->mPtorInfo.displayFrame[j].left; in fullMDPCompWithPTOR()
1041 layer->sourceCropf.top = (float)ctx->mPtorInfo.displayFrame[j].top; in fullMDPCompWithPTOR()
1042 layer->sourceCropf.right = (float)ctx->mPtorInfo.displayFrame[j].right; in fullMDPCompWithPTOR()
1043 layer->sourceCropf.bottom =(float)ctx->mPtorInfo.displayFrame[j].bottom; in fullMDPCompWithPTOR()
1108 int idx = ctx->mPtorInfo.layerIndex[i]; in fullMDPCompWithPTOR()
1121 ctx->mPtorInfo.count = 0; in fullMDPCompWithPTOR()
[all …]
Dhwc_copybit.cpp223 PtorInfo* ptorInfo = &(ctx->mPtorInfo); in prepareOverlap()
592 PtorInfo* ptorInfo = &(ctx->mPtorInfo); in drawOverlap()
Dhwc_utils.h668 qhwc::PtorInfo mPtorInfo; member
Dhwc_utils.cpp421 memset(&(ctx->mPtorInfo), 0, sizeof(ctx->mPtorInfo)); in initContext()
1604 if ((fd >= 0) && !dpy && ctx->mPtorInfo.isActive()) { in hwc_sync()
1672 if (!dpy && ctx->mPtorInfo.isActive()) in hwc_sync()