Home
last modified time | relevance | path

Searched refs:isActive (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dfireworks.c43 int isActive; /* if not active, then particle is overwritten */ member
85 if (curr->isActive) { in stepParticles()
88 curr->isActive = 0; in stepParticles()
90 curr->isActive = 0; in stepParticles()
92 curr->isActive = 0; in stepParticles()
94 curr->isActive = 0; in stepParticles()
129 curr->isActive = 0; in stepParticles()
143 if (curr->isActive) in stepParticles()
187 emitter->isActive = 0; in explodeEmitter()
208 p->isActive = 1; in explodeEmitter()
[all …]
/third_party/flutter/flutter/packages/flutter/test/scheduler/
Dticker_test.dart19 expect(ticker.isActive, isFalse);
24 expect(ticker.isActive, isTrue);
38 expect(ticker.isActive, isTrue);
45 expect(ticker.isActive, isTrue);
52 expect(ticker.isActive, isTrue);
58 expect(ticker.isActive, isFalse);
64 expect(ticker.isActive, isFalse);
70 expect(ticker.isActive, isFalse);
128 expect(ticker.isActive, isTrue);
134 expect(ticker.isActive, isTrue);
/third_party/flutter/skia/tools/viewer/
DTouchGesture.h25 bool isActive() { return fFlinger.isActive(); } in isActive() function
58 bool isActive() const { return fActive; } in isActive() function
/third_party/skia/tools/viewer/
DTouchGesture.h25 bool isActive() { return fFlinger.isActive(); } in isActive() function
62 bool isActive() const { return fActive; } in isActive() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback_unittest.cpp74 EXPECT_FALSE(mFeedback->isActive()); in TEST_F()
78 EXPECT_TRUE(mFeedback->isActive()); in TEST_F()
82 EXPECT_FALSE(mFeedback->isActive()); in TEST_F()
89 EXPECT_FALSE(mFeedback->isActive()); in TEST_F()
Dqueryutils.cpp885 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Vertex)); in GetShaderVariableBufferResourceProperty()
888 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Fragment)); in GetShaderVariableBufferResourceProperty()
891 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Compute)); in GetShaderVariableBufferResourceProperty()
894 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Geometry)); in GetShaderVariableBufferResourceProperty()
1688 return uniform.isActive(ShaderType::Vertex); in GetUniformResourceProperty()
1691 return uniform.isActive(ShaderType::Fragment); in GetUniformResourceProperty()
1694 return uniform.isActive(ShaderType::Compute); in GetUniformResourceProperty()
1697 return uniform.isActive(ShaderType::Geometry); in GetUniformResourceProperty()
1734 return bufferVariable.isActive(ShaderType::Vertex); in GetBufferVariableResourceProperty()
1737 return bufferVariable.isActive(ShaderType::Fragment); in GetBufferVariableResourceProperty()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback_unittest.cpp74 EXPECT_FALSE(mFeedback->isActive()); in TEST_F()
78 EXPECT_TRUE(mFeedback->isActive()); in TEST_F()
82 EXPECT_FALSE(mFeedback->isActive()); in TEST_F()
89 EXPECT_FALSE(mFeedback->isActive()); in TEST_F()
Dqueryutils.cpp1018 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Vertex)); in GetShaderVariableBufferResourceProperty()
1021 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Fragment)); in GetShaderVariableBufferResourceProperty()
1024 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Compute)); in GetShaderVariableBufferResourceProperty()
1027 params[(*outputPosition)++] = static_cast<GLint>(buffer.isActive(ShaderType::Geometry)); in GetShaderVariableBufferResourceProperty()
1031 static_cast<GLint>(buffer.isActive(ShaderType::TessControl)); in GetShaderVariableBufferResourceProperty()
1035 static_cast<GLint>(buffer.isActive(ShaderType::TessEvaluation)); in GetShaderVariableBufferResourceProperty()
1901 return uniform.isActive(ShaderType::Vertex); in GetUniformResourceProperty()
1904 return uniform.isActive(ShaderType::Fragment); in GetUniformResourceProperty()
1907 return uniform.isActive(ShaderType::Compute); in GetUniformResourceProperty()
1910 return uniform.isActive(ShaderType::Geometry); in GetUniformResourceProperty()
[all …]
DUniform.h35 bool isActive(ShaderType shaderType) const in isActive() function
/third_party/skia/tools/sk_app/
DWindow.cpp108 void Window::onActivate(bool isActive) { in onActivate() argument
110 fWindowContext->activate(isActive); in onActivate()
112 fIsActive = isActive; in onActivate()
DGraphiteMetalWindowContext.h32 void activate(bool isActive) override;
DMetalWindowContext.h32 void activate(bool isActive) override;
DWindowContext.h39 virtual void activate(bool isActive) {} in activate() argument
DMetalWindowContext.mm173 void MetalWindowContext::activate(bool isActive) {
175 if (!isActive) {
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart530 assert(isActive,
534 assert(isActive,
538 assert(isActive || isPendingUpdate,
551 assert(isActive || isReleased);
554 if (isActive) {
581 bool get isActive => _state == PersistedSurfaceState.active;
601 return oldSurface.isActive && runtimeType == oldSurface.runtimeType;
661 assert(oldSurface.isActive || oldSurface.isPendingUpdate);
689 assert(isCreated && (oldSurface.isPendingUpdate || oldSurface.isActive));
734 assert(isActive);
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTransformFeedback.cpp56 if(isActive() && !isPaused()) in addVertexOffset()
67 bool TransformFeedback::isActive() const in isActive() function in es2::TransformFeedback
DTransformFeedback.h42 bool isActive() const;
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dticker.dart101 /// A ticker that is [muted] can be active (see [isActive]) yet not be
126 bool get isActive => _future != null;
138 /// Calling this sets [isActive] to true.
147 if (isActive) {
175 /// Calling this sets [isActive] to false.
182 if (!isActive)
191 assert(!isActive);
220 bool get shouldScheduleTick => !muted && isActive && !scheduled;
271 assert(!isActive);
294 assert(!isActive);
/third_party/libevdev/doc/html/search/
Dsearch.js127 this.OnSearchFieldFocus = function(isActive) argument
129 this.Activate(isActive);
397 this.Activate = function(isActive) argument
399 if (isActive || // open it
413 else if (!isActive) // directly remove the panel
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js126 this.OnSearchFieldFocus = function(isActive) argument
128 this.Activate(isActive);
397 this.Activate = function(isActive) argument
399 if (isActive || // open it
413 else if (!isActive) // directly remove the panel
/third_party/boost/libs/sort/doc/doxygen/html/search/
Dsearch.js103 this.OnSearchFieldFocus = function(isActive) argument
105 this.Activate(isActive);
374 this.Activate = function(isActive) argument
376 if (isActive || // open it
390 else if (!isActive) // directly remove the panel
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h71 bool isActive() const { return fIsActive; } in isActive() function
121 bool isActive() const { return fIsActive; } in isActive() function
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dticker_provider.dart104 if (_ticker == null || !_ticker.isActive)
131 if (_ticker.isActive && _ticker.muted)
133 else if (_ticker.isActive)
177 if (ticker.isActive) {
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dnavigator_test.dart547 expect(routes['/'].isActive, true);
548 expect(routes['/A'].isActive, true);
549 expect(routes['/B'].isActive, true);
561 expect(routes['/'].isActive, true);
562 expect(routes['/A'].isActive, true);
563 expect(routes['/B'].isActive, false);
577 expect(routes['/'].isActive, true);
578 expect(routes['/A'].isActive, false);
579 expect(routes['/B'].isActive, false);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java152 public boolean isActive() { in isActive() method in RoundTripLatencyActivity.LatencyAverager
358 boolean busy = running || mLatencyAverager.isActive(); in updateButtons()

1234