Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp4454 if (frameCaptureShared->isCaptureActive()) in maybeCapturePreCallUpdates()
4474 if (frameCaptureShared->isCaptureActive()) in maybeCapturePreCallUpdates()
4489 if (frameCaptureShared->isCaptureActive()) in maybeCapturePreCallUpdates()
4549 if (isCaptureActive()) in maybeCapturePreCallUpdates()
4559 if (isCaptureActive()) in maybeCapturePreCallUpdates()
4570 if (isCaptureActive()) in maybeCapturePreCallUpdates()
DFrameCapture.h448 bool isCaptureActive() { return mCaptureActive; } in isCaptureActive() function