Searched refs:gl_layer_stitch_ (Results 1 – 2 of 2) sorted by relevance
1476 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()
225 GLLayerStitch* gl_layer_stitch_ = nullptr; variable