Searched refs:renderThreadClient_ (Results 1 – 2 of 2) sorted by relevance
55 renderThreadClient_ = std::move(renderThreadClient); in SetRenderThreadClient()69 if ((renderServiceClient_ == nullptr && renderThreadClient_ == nullptr) || command == nullptr) { in AddCommand()80 …if (renderServiceClient_ != nullptr && (isRenderServiceCommand || renderThreadClient_ == nullptr))… in AddCommand()117 if (renderThreadClient_ && (!isRenderServiceTask)) { in ExecuteSynchronousTask()118 renderThreadClient_->ExecuteSynchronousTask(task); in ExecuteSynchronousTask()134 if (renderThreadClient_ != nullptr && !implicitCommonTransactionData_->IsEmpty()) { in FlushImplicitTransaction()137 renderThreadClient_->CommitTransaction(implicitCommonTransactionData_); in FlushImplicitTransaction()265 … if (renderThreadClient_ != nullptr && (!implicitCommonTransactionDataStack_.top()->IsEmpty() || in CommitSyncTransaction()270 renderThreadClient_->CommitTransaction(implicitCommonTransactionDataStack_.top()); in CommitSyncTransaction()
105 std::unique_ptr<RSIRenderClient> renderThreadClient_ = nullptr; variable