Home
last modified time | relevance | path

Searched refs:gl_layer_stitch_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_display_builtin.cpp1637 if (gl_layer_stitch_) { in Deinit()
1650 gl_layer_stitch_ = GLLayerStitch::GetInstance(false /* Non-secure */); in OnTask()
1656 gl_layer_stitch_->Blit(ctx->stitch_params, &(ctx->release_fence)); in OnTask()
1660 if (gl_layer_stitch_) { in OnTask()
1661 GLLayerStitch::Destroy(gl_layer_stitch_); in OnTask()
1688 if (gl_layer_stitch_ == nullptr) { in InitLayerStitch()
1702 DLOGI("Created LayerStitch instance: %p", gl_layer_stitch_); in InitLayerStitch()
Dhwc_display_builtin.h262 GLLayerStitch* gl_layer_stitch_ = nullptr; variable