Searched refs:IsRecording (Results 1 – 10 of 10) sorted by relevance
374 EXPECT_FALSE(subject_under_test.IsRecording()); in TEST_F()393 EXPECT_FALSE(subject_under_test.IsRecording()); in TEST_F()411 EXPECT_FALSE(subject_under_test.IsRecording()); in TEST_F()
14 bool OperationRecord::IsRecording() const { in IsRecording() function in base::debug::tracer::OperationRecord
55 bool IsRecording() const;
81 bool IsRecording() const { return result_.IsSuccess(); } in IsRecording() function
415 if (!guard.IsRecording()) in SendDescriptorDataToDeviceIfNeeded()450 if (!guard.IsRecording()) in SendDescriptorDataToDeviceIfNeeded()520 if (!guard.IsRecording()) in ReadbackDescriptorsToHostDataQueue()
89 if (!guard.IsRecording()) in Compute()
774 if (!guard.IsRecording()) in SetIndexBuffer()822 if (!cmd_buf_guard.IsRecording()) in Clear()905 if (!cmd_buf_guard.IsRecording()) in Draw()
386 if (IsRecording(ctx.get())) { in CallFunction()
502 if (IsRecording(ctx.get())) { in CallFunction()
1261 bool IsRecording(IteratorContext* ctx) { in IsRecording() function