Home
last modified time | relevance | path

Searched defs:ColorConvertBlitContext (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_display_virtual_gpu.h50 struct ColorConvertBlitContext : public SyncTask<ColorConvertTaskCode>::TaskContext { struct
51 const private_handle_t* src_hnd = nullptr;
52 const private_handle_t* dst_hnd = nullptr;
53 GLRect src_rect = {};
54 GLRect dst_rect = {};
55 shared_ptr<Fence> src_acquire_fence = nullptr;
56 shared_ptr<Fence> dst_acquire_fence = nullptr;
57 shared_ptr<Fence> release_fence = nullptr;