• Home
  • Raw
  • Download

Lines Matching defs:ctx

49 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) {  in getObject()
61 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) in dump()
106 bool MDPComp::init(hwc_context_t *ctx) { in init()
171 void MDPComp::reset(hwc_context_t *ctx) { in reset()
179 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
200 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
220 void MDPComp::setRedraw(hwc_context_t *ctx, in setRedraw()
300 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
311 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
396 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
447 void MDPCompNonSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) { in trimAgainstROI()
456 bool MDPCompNonSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
496 void MDPCompNonSplit::generateROI(hwc_context_t *ctx, in generateROI()
537 void MDPCompSplit::trimAgainstROI(hwc_context_t *ctx, hwc_rect_t& fbRect) { in trimAgainstROI()
551 bool MDPCompSplit::validateAndApplyROI(hwc_context_t *ctx, in validateAndApplyROI()
597 void MDPCompSplit::generateROI(hwc_context_t *ctx, in generateROI()
669 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame()
741 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
792 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
811 bool MDPComp::cacheBasedComp(hwc_context_t *ctx, in cacheBasedComp()
866 bool MDPComp::loadBasedComp(hwc_context_t *ctx, in loadBasedComp()
956 bool MDPComp::isLoadBasedCompDoable(hwc_context_t *ctx) { in isLoadBasedCompDoable()
964 bool MDPComp::canPartialUpdate(hwc_context_t *ctx, in canPartialUpdate()
974 bool MDPComp::tryVideoOnly(hwc_context_t *ctx, in tryVideoOnly()
981 bool MDPComp::videoOnlyComp(hwc_context_t *ctx, in videoOnlyComp()
1023 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
1163 bool MDPComp::markLayersForCaching(hwc_context_t* ctx, in markLayersForCaching()
1219 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
1244 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list, in updateYUV()
1273 hwc_rect_t MDPComp::getUpdatingFBRect(hwc_context_t *ctx, in getUpdatingFBRect()
1289 bool MDPComp::postHeuristicsHandling(hwc_context_t *ctx, in postHeuristicsHandling()
1376 bool MDPComp::hwLimitationsCheck(hwc_context_t* ctx, in hwLimitationsCheck()
1418 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()
1492 bool MDPComp::allocSplitVGPipesfor4k2k(hwc_context_t *ctx, int index) { in allocSplitVGPipesfor4k2k()
1526 void MDPCompNonSplit::adjustForSourceSplit(hwc_context_t *ctx, in adjustForSourceSplit()
1558 int MDPCompNonSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
1574 bool MDPCompNonSplit::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
1613 int MDPCompNonSplit::configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure4k2kYuv()
1627 bool MDPCompNonSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
1749 void MDPCompSplit::adjustForSourceSplit(hwc_context_t *ctx, in adjustForSourceSplit()
1778 bool MDPCompSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
1815 bool MDPCompSplit::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
1847 int MDPCompSplit::configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure4k2kYuv()
1871 int MDPCompSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
1888 bool MDPCompSplit::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
2023 bool MDPCompSrcSplit::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
2084 int MDPCompSrcSplit::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()