Searched refs:gl_color_convert_ (Results 1 – 2 of 2) sorted by relevance
53 if (gl_color_convert_) { in Deinit()162 if (!gl_color_convert_) { in Present()165 if (gl_color_convert_ == nullptr) { in Present()169 DLOGI("Created ColorConvert instance: %p", gl_color_convert_); in Present()198 gl_color_convert_ = GLColorConvert::GetInstance(kTargetYUV, output_buffer_.flags.secure); in OnTask()204 gl_color_convert_->Blit(ctx->src_hnd, ctx->dst_hnd, ctx->src_rect, ctx->dst_rect, in OnTask()211 if (gl_color_convert_) { in OnTask()212 gl_color_convert_->Reset(); in OnTask()217 if (gl_color_convert_) { in OnTask()218 GLColorConvert::Destroy(gl_color_convert_); in OnTask()
79 GLColorConvert *gl_color_convert_; variable