Home
last modified time | relevance | path

Searched refs:enableABC (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h598 bool enableABC; member
Dhwc_utils.cpp291 ctx->enableABC = false; in initContext()
293 ctx->enableABC = atoi(value) ? true : false; in initContext()
2058 return (ctx->enableABC && ctx->listStats[0].renderBufIndexforABC == 0); in isAbcInUse()
Dhwc_copybit.cpp412 if(ctx->enableABC == false) in drawUsingAppBufferComposition()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.h653 bool enableABC; member
Dhwc_utils.cpp412 ctx->enableABC = false; in initContext()
414 ctx->enableABC = atoi(value) ? true : false; in initContext()
2479 return (ctx->enableABC && ctx->listStats[0].renderBufIndexforABC == 0); in isAbcInUse()
Dhwc_copybit.cpp523 if(ctx->enableABC == false) in drawUsingAppBufferComposition()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h666 bool enableABC; member
Dhwc_utils.cpp389 ctx->enableABC = false; in initContext()
391 ctx->enableABC = atoi(value) ? true : false; in initContext()
2395 return (ctx->enableABC && ctx->listStats[0].renderBufIndexforABC == 0); in isAbcInUse()
Dhwc_copybit.cpp421 if(ctx->enableABC == false) in drawUsingAppBufferComposition()