Home
last modified time | relevance | path

Searched refs:mIsPaused (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLTransformFeedback.cpp21 mIsPaused(false), in WebGLTransformFeedback()
96 MOZ_ASSERT(!mIsPaused); in BeginTransformFeedback()
131 mIsPaused = false; in EndTransformFeedback()
139 if (!mIsActive || mIsPaused) { in PauseTransformFeedback()
151 mIsPaused = true; in PauseTransformFeedback()
155 if (!mIsPaused) return mContext->ErrorInvalidOperation("Not paused."); in ResumeTransformFeedback()
170 mIsPaused = false; in ResumeTransformFeedback()
H A DWebGLTransformFeedback.h37 bool mIsPaused; variable
52 bool IsActiveAndNotPaused() const { return mIsActive && !mIsPaused; } in IsActiveAndNotPaused()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLTransformFeedback.cpp20 mIsPaused(false), in WebGLTransformFeedback()
95 MOZ_ASSERT(!mIsPaused); in BeginTransformFeedback()
130 mIsPaused = false; in EndTransformFeedback()
138 if (!mIsActive || mIsPaused) { in PauseTransformFeedback()
150 mIsPaused = true; in PauseTransformFeedback()
154 if (!mIsPaused) return mContext->ErrorInvalidOperation("Not paused."); in ResumeTransformFeedback()
169 mIsPaused = false; in ResumeTransformFeedback()
H A DWebGLTransformFeedback.h36 bool mIsPaused; variable
51 bool IsActiveAndNotPaused() const { return mIsActive && !mIsPaused; } in IsActiveAndNotPaused()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLTransformFeedback.cpp21 mIsPaused(false), in WebGLTransformFeedback()
96 MOZ_ASSERT(!mIsPaused); in BeginTransformFeedback()
131 mIsPaused = false; in EndTransformFeedback()
139 if (!mIsActive || mIsPaused) { in PauseTransformFeedback()
151 mIsPaused = true; in PauseTransformFeedback()
155 if (!mIsPaused) return mContext->ErrorInvalidOperation("Not paused."); in ResumeTransformFeedback()
170 mIsPaused = false; in ResumeTransformFeedback()
H A DWebGLTransformFeedback.h37 bool mIsPaused; variable
52 bool IsActiveAndNotPaused() const { return mIsActive && !mIsPaused; } in IsActiveAndNotPaused()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DWebGLTransformFeedback.cpp21 mIsPaused(false), in WebGLTransformFeedback()
96 MOZ_ASSERT(!mIsPaused); in BeginTransformFeedback()
131 mIsPaused = false; in EndTransformFeedback()
139 if (!mIsActive || mIsPaused) { in PauseTransformFeedback()
151 mIsPaused = true; in PauseTransformFeedback()
155 if (!mIsPaused) return mContext->ErrorInvalidOperation("Not paused."); in ResumeTransformFeedback()
170 mIsPaused = false; in ResumeTransformFeedback()
H A DWebGLTransformFeedback.h37 bool mIsPaused; variable
52 bool IsActiveAndNotPaused() const { return mIsActive && !mIsPaused; } in IsActiveAndNotPaused()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLTransformFeedback.cpp19 mIsPaused(false), in WebGLTransformFeedback()
93 MOZ_ASSERT(!mIsPaused); in BeginTransformFeedback()
131 mIsPaused = false; in EndTransformFeedback()
141 if (!mIsActive || mIsPaused) { in PauseTransformFeedback()
153 mIsPaused = true; in PauseTransformFeedback()
159 if (!mIsPaused) in ResumeTransformFeedback()
176 mIsPaused = false; in ResumeTransformFeedback()
H A DWebGLTransformFeedback.h32 bool mIsPaused; variable
54 bool IsActiveAndNotPaused() const { return mIsActive && !mIsPaused; } in IsActiveAndNotPaused()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLTransformFeedback.cpp19 , mIsPaused(false) in WebGLTransformFeedback()
102 MOZ_ASSERT(!mIsPaused); in BeginTransformFeedback()
132 mIsPaused = false; in EndTransformFeedback()
145 mIsPaused) in PauseTransformFeedback()
159 mIsPaused = true; in PauseTransformFeedback()
167 if (!mIsPaused) in ResumeTransformFeedback()
185 mIsPaused = false; in ResumeTransformFeedback()
H A DWebGLTransformFeedback.h32 bool mIsPaused; variable
53 bool IsActiveAndNotPaused() const { return mIsActive && !mIsPaused; } in IsActiveAndNotPaused()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DTransformFeedbackGL.cpp28 mIsPaused(false) in TransformFeedbackGL()
99 mIsPaused = false; in syncActiveState()
115 if (mIsActive && mIsPaused != paused) in syncPausedState()
117 mIsPaused = paused; in syncPausedState()
120 if (mIsPaused) in syncPausedState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DTransformFeedbackGL.cpp31 mIsPaused(false), in TransformFeedbackGL()
115 mIsPaused = false; in syncActiveState()
141 if (mIsActive && mIsPaused != paused) in syncPausedState()
143 mIsPaused = paused; in syncPausedState()
146 if (mIsPaused) in syncPausedState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DTransformFeedbackGL.cpp31 mIsPaused(false), in TransformFeedbackGL()
128 mIsPaused = false; in syncActiveState()
154 if (mIsActive && mIsPaused != paused) in syncPausedState()
156 mIsPaused = paused; in syncPausedState()
159 if (mIsPaused) in syncPausedState()
/dports/graphics/yacreader/yacreader-9.8.2/third_party/QsLog/
H A DQsLogWindow.cpp106 , mIsPaused(false) in Window()
175 mUi->toolButtonPause->setIcon(mIsPaused ? pauseIcon() : playIcon()); in OnPauseClicked()
176 mUi->toolButtonPause->setText(mIsPaused ? tr("&Pause") : tr("&Resume")); in OnPauseClicked()
178 mIsPaused = !mIsPaused; in OnPauseClicked()
180 mProxyModel->setPaused(mIsPaused); in OnPauseClicked()
213 if (mHasAutoScroll && !mIsPaused) { in ModelRowsInserted()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DWindowRenderer.cpp51 if (mRecording.mIsPaused) { in StartFrameTimeRecording()
52 mRecording.mIsPaused = false; in StartFrameTimeRecording()
73 if (!mRecording.mIsPaused) { in RecordFrame()
84 mRecording.mIsPaused = true; in RecordFrame()
93 if (mRecording.mIsPaused || length > bufferSize || in StopFrameTimeRecording()
H A DWindowRenderer.h76 mIsPaused(true) {} in FramesTimingRecording()
82 bool mIsPaused; member
/dports/games/odamex/odamex-src-0.7.0/client/sdl/
H A Di_musicsystem.h50 MusicSystem() : mIsPlaying(false), mIsPaused(false), mTempo(120.0f), mVolume(1.0f) {} in MusicSystem()
66 bool isPaused() const { return mIsPaused; } in isPaused()
78 bool mIsPaused; variable
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DThrottledEventQueue.cpp123 bool mIsPaused; member in mozilla::ThrottledEventQueue::Inner
132 mIsPaused(false) { in Inner()
309 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused()
324 mIsPaused = aIsPaused; in SetIsPaused()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DThrottledEventQueue.cpp123 bool mIsPaused; member in mozilla::ThrottledEventQueue::Inner
132 mIsPaused(false) { in Inner()
311 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused()
326 mIsPaused = aIsPaused; in SetIsPaused()
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DThrottledEventQueue.cpp123 bool mIsPaused; member in mozilla::ThrottledEventQueue::Inner
132 mIsPaused(false) { in Inner()
311 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused()
326 mIsPaused = aIsPaused; in SetIsPaused()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DThrottledEventQueue.cpp123 bool mIsPaused; member in mozilla::ThrottledEventQueue::Inner
132 mIsPaused(false) { in Inner()
311 bool IsPaused(const MutexAutoLock& aProofOfLock) const { return mIsPaused; } in IsPaused()
326 mIsPaused = aIsPaused; in SetIsPaused()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadInfo.java44 private final boolean mIsPaused; field in DownloadInfo
83 mIsPaused = builder.mIsPaused; in DownloadInfo()
181 return mIsPaused; in isPaused()
332 private boolean mIsPaused; field in DownloadInfo.Builder
441 mIsPaused = isPaused; in setIsPaused()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/media/android/java/src/org/chromium/components/browser_ui/media/
H A DMediaNotificationInfo.java50 private boolean mIsPaused; field in MediaNotificationInfo.Builder
75 return new MediaNotificationInfo(mMetadata, mIsPaused, mOrigin, mInstanceId, mIsPrivate, in build()
87 mIsPaused = isPaused; in setPaused()

1234