Lines Matching defs:ctx

50 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) {  in getObject()
62 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) in dump()
107 bool MDPComp::init(hwc_context_t *ctx) { in init()
183 void MDPComp::reset(hwc_context_t *ctx) { in reset()
196 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
217 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
237 void MDPComp::setRedraw(hwc_context_t *ctx, in setRedraw()
325 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
336 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
421 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
448 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) { in trimAgainstROI()
457 bool MDPCompNonSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
497 void MDPCompNonSplit::generateROI(hwc_context_t *ctx, in generateROI()
544 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) { in trimAgainstROI()
558 bool MDPCompSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
604 void MDPCompSplit::generateROI(hwc_context_t *ctx, in generateROI()
682 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame()
756 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
803 bool MDPComp::fullMDPCompWithPTOR(hwc_context_t *ctx, in fullMDPCompWithPTOR()
969 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
988 bool MDPComp::cacheBasedComp(hwc_context_t *ctx, in cacheBasedComp()
1043 bool MDPComp::loadBasedComp(hwc_context_t *ctx, in loadBasedComp()
1133 bool MDPComp::isLoadBasedCompDoable(hwc_context_t *ctx) { in isLoadBasedCompDoable()
1141 bool MDPComp::canPartialUpdate(hwc_context_t *ctx, in canPartialUpdate()
1153 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly()
1160 bool MDPComp::videoOnlyComp(hwc_context_t *ctx, in videoOnlyComp()
1202 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
1342 bool MDPComp::markLayersForCaching(hwc_context_t* ctx, in markLayersForCaching()
1398 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
1422 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list, in updateYUV()
1451 hwc_rect_t MDPComp::getUpdatingFBRect(hwc_context_t *ctx, in getUpdatingFBRect()
1467 bool MDPComp::postHeuristicsHandling(hwc_context_t *ctx, in postHeuristicsHandling()
1545 bool MDPComp::resourceCheck(hwc_context_t* ctx, in resourceCheck()
1573 bool MDPComp::hwLimitationsCheck(hwc_context_t* ctx, in hwLimitationsCheck()
1615 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()
1701 bool MDPComp::allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) { in allocSplitVGPipesfor4k2k()
1734 int MDPComp::drawOverlap(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in drawOverlap()
1746 void MDPCompNonSplit::adjustForSourceSplit(hwc_context_t *ctx, in adjustForSourceSplit()
1780 int MDPCompNonSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
1796 bool MDPCompNonSplit::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
1836 int MDPCompNonSplit::configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure4k2kYuv()
1850 bool MDPCompNonSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
1969 void MDPCompSplit::adjustForSourceSplit(hwc_context_t *ctx, in adjustForSourceSplit()
1998 bool MDPCompSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
2035 bool MDPCompSplit::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
2067 int MDPCompSplit::configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure4k2kYuv()
2091 int MDPCompSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
2108 bool MDPCompSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
2237 bool MDPCompSrcSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
2297 int MDPCompSrcSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()