• Home
  • Raw
  • Download

Lines Matching defs:ctx

79 bool MDPComp::init(hwc_context_t *ctx) {  in init()
130 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
146 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
168 bool MDPComp::setupBasePipe(hwc_context_t *ctx) { in setupBasePipe()
266 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
313 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { in getMdpPipe()
344 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
364 bool MDPComp::isFullFrameDoable(hwc_context_t *ctx, in isFullFrameDoable()
433 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
458 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
485 bool MDPComp::isOnlyVideoDoable(hwc_context_t *ctx, in isOnlyVideoDoable()
529 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
605 void MDPComp::updateLayerCache(hwc_context_t* ctx, in updateLayerCache()
627 int MDPComp::getAvailablePipes(hwc_context_t* ctx) { in getAvailablePipes()
644 void MDPComp::updateYUV(hwc_context_t* ctx, hwc_display_contents_1_t* list) { in updateYUV()
670 bool MDPComp::programMDP(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in programMDP()
701 bool MDPComp::programYUV(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in programYUV()
727 int MDPComp::prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in prepare()
811 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
827 int MDPCompLowRes::pipesNeeded(hwc_context_t *ctx, in pipesNeeded()
832 bool MDPCompLowRes::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
890 bool MDPCompLowRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()
961 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx, in pipesNeeded()
982 bool MDPCompHighRes::acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, in acquireMDPPipes()
1008 bool MDPCompHighRes::allocLayerPipes(hwc_context_t *ctx, in allocLayerPipes()
1064 int MDPCompHighRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
1081 bool MDPCompHighRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in draw()