Lines Matching defs:ctx
61 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
73 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) in dump()
118 bool MDPComp::init(hwc_context_t *ctx) { in init()
216 void MDPComp::reset(hwc_context_t *ctx) { in reset()
229 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
283 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
303 void MDPComp::setRedraw(hwc_context_t *ctx, in setRedraw()
383 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
394 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
479 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
547 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect &crop, in trimAgainstROI()
558 bool MDPCompNonSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
599 void MDPCompNonSplit::generateROI(hwc_context_t *ctx, in generateROI()
639 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect &crop, in trimAgainstROI()
659 bool MDPCompSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
706 void MDPCompSplit::generateROI(hwc_context_t *ctx, in generateROI()
779 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame()
864 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
904 bool MDPComp::fullMDPCompWithPTOR(hwc_context_t *ctx, in fullMDPCompWithPTOR()
1133 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
1152 bool MDPComp::cacheBasedComp(hwc_context_t *ctx, in cacheBasedComp()
1201 bool MDPComp::loadBasedComp(hwc_context_t *ctx, in loadBasedComp()
1291 bool MDPComp::isLoadBasedCompDoable(hwc_context_t *ctx) { in isLoadBasedCompDoable()
1299 bool MDPComp::canPartialUpdate(hwc_context_t *ctx, in canPartialUpdate()
1316 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly()
1323 bool MDPComp::videoOnlyComp(hwc_context_t *ctx, in videoOnlyComp()
1378 bool MDPComp::tryMDPOnlyLayers(hwc_context_t *ctx, in tryMDPOnlyLayers()
1393 bool MDPComp::mdpOnlyLayersComp(hwc_context_t *ctx, in mdpOnlyLayersComp()
1457 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
1490 bool MDPComp::isSecureRGBDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isSecureRGBDoable()
1618 bool MDPComp::markLayersForCaching(hwc_context_t* ctx, in markLayersForCaching()
1674 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
1699 void MDPComp::dropNonAIVLayers(hwc_context_t* ctx, in dropNonAIVLayers()
1716 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list, in updateYUV()
1747 void MDPComp::updateSecureRGB(hwc_context_t* ctx, in updateSecureRGB()
1773 hwc_rect_t MDPComp::getUpdatingFBRect(hwc_context_t *ctx, in getUpdatingFBRect()
1789 bool MDPComp::postHeuristicsHandling(hwc_context_t *ctx, in postHeuristicsHandling()
1867 bool MDPComp::resourceCheck(hwc_context_t* ctx, in resourceCheck()
1903 bool MDPComp::hwLimitationsCheck(hwc_context_t* ctx, in hwLimitationsCheck()
1948 bool MDPComp::onlyVideosUpdating(hwc_context_t *ctx, in onlyVideosUpdating()
1967 void MDPComp::setDynRefreshRate(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in setDynRefreshRate()
1985 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()
2102 bool MDPComp::allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) { in allocSplitVGPipesfor4k2k()
2135 int MDPComp::drawOverlap(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in drawOverlap()
2147 void MDPCompNonSplit::adjustForSourceSplit(hwc_context_t *ctx, in adjustForSourceSplit()
2181 int MDPCompNonSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
2196 bool MDPCompNonSplit::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
2236 int MDPCompNonSplit::configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure4k2kYuv()
2249 bool MDPCompNonSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
2367 void MDPCompSplit::adjustForSourceSplit(hwc_context_t *ctx, in adjustForSourceSplit()
2396 bool MDPCompSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
2433 bool MDPCompSplit::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
2465 int MDPCompSplit::configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure4k2kYuv()
2488 int MDPCompSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
2504 bool MDPCompSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
2634 bool MDPCompSrcSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
2677 void MDPCompSrcSplit::generateROI(hwc_context_t *ctx, in generateROI()
2747 bool MDPCompSrcSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
2822 int MDPCompSrcSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
2964 bool MDPComp::getPartialUpdatePref(hwc_context_t *ctx) { in getPartialUpdatePref()
2986 int MDPComp::setPartialUpdatePref(hwc_context_t *ctx, bool enable) { in setPartialUpdatePref()
3035 void MDPComp::setPerfHint(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in setPerfHint()