Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dgl_color_convert.h48 virtual int Blit(const private_handle_t *src_hnd, const private_handle_t *dst_hnd,
Dgl_layer_stitch_impl.h46 …virtual int Blit(const std::vector<StitchParams> &stitch_params, shared_ptr<Fence> *release_fence);
Dgl_layer_stitch.h53 virtual int Blit(const std::vector<StitchParams> &stitch_params,
Dgl_color_convert_impl.h45 virtual int Blit(const private_handle_t *src_hnd, const private_handle_t *dst_hnd,
Dgl_color_convert_impl.cpp158 int GLColorConvertImpl::Blit(const private_handle_t *src_hnd, const private_handle_t *dst_hnd, in Blit() function in sdm::GLColorConvertImpl
Dgl_layer_stitch_impl.cpp142 int GLLayerStitchImpl::Blit(const std::vector<StitchParams> &stitch_params, in Blit() function in sdm::GLLayerStitchImpl
Dhwc_display_virtual_gpu.cpp204 gl_color_convert_->Blit(ctx->src_hnd, ctx->dst_hnd, ctx->src_rect, ctx->dst_rect, in OnTask()
Dhwc_display_builtin.cpp1494 gl_layer_stitch_->Blit(ctx->stitch_params, &(ctx->release_fence)); in OnTask()
/hardware/ti/am57x/libhwcomposer/
Dimg_gralloc1_public.h194 int (*Blit)(struct IMG_gralloc_module_public_t const *module, member