Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_builtin.cpp1476 if (gl_layer_stitch_) { in Deinit()
1488 gl_layer_stitch_ = GLLayerStitch::GetInstance(false /* Non-secure */); in OnTask()
1494 gl_layer_stitch_->Blit(ctx->stitch_params, &(ctx->release_fence)); in OnTask()
1498 if (gl_layer_stitch_) { in OnTask()
1499 GLLayerStitch::Destroy(gl_layer_stitch_); in OnTask()
1526 if (gl_layer_stitch_ == nullptr) { in InitLayerStitch()
1540 DLOGI("Created LayerStitch instance: %p", gl_layer_stitch_); in InitLayerStitch()
H A Dhwc_display_builtin.h225 GLLayerStitch* gl_layer_stitch_ = nullptr; variable