Home
last modified time | relevance | path

Searched refs:SetBlur (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DOGLShaderConfig.h222 void SetBlur(bool aEnabled);
H A DOGLShaderProgram.cpp140 void ShaderConfigOGL::SetBlur(bool aEnabled) { in SetBlur() function in mozilla::layers::ShaderConfigOGL
/dports/www/firefox/firefox-99.0/gfx/layers/opengl/
H A DOGLShaderConfig.h210 void SetBlur(bool aEnabled);
H A DOGLShaderProgram.cpp128 void ShaderConfigOGL::SetBlur(bool aEnabled) { in SetBlur() function in mozilla::layers::ShaderConfigOGL
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DOGLShaderConfig.h222 void SetBlur(bool aEnabled);
H A DOGLShaderProgram.cpp140 void ShaderConfigOGL::SetBlur(bool aEnabled) { in SetBlur() function in mozilla::layers::ShaderConfigOGL
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/opengl/
H A DOGLShaderConfig.h221 void SetBlur(bool aEnabled);
H A DOGLShaderProgram.cpp136 void ShaderConfigOGL::SetBlur(bool aEnabled) { in SetBlur() function in mozilla::layers::ShaderConfigOGL
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dplate.cpp112 void SetBlur(float b, TimeValue t);
291 SetBlur(1.0f, TimeValue(0)); in Init()
359 void Plate::SetBlur(float f, TimeValue t) { in SetBlur() function in Plate
H A Dchecker.cpp103 void SetBlur(float f, TimeValue t);
338 SetBlur(.0f, TimeValue(0)); in Init()
667 void Checker::SetBlur(float f, TimeValue t) { in SetBlur() function in Checker
H A Dmirror.cpp180 void SetBlur(float b, TimeValue t);
717 SetBlur(1.0f, TimeValue(0)); in Init()
811 void Mirror::SetBlur(float f, TimeValue t) { in SetBlur() function in Mirror
H A Dacubic.cpp389 void SetBlur(float b, TimeValue t);
1752 SetBlur(1.0f, TimeValue(0)); in Init()
1995 void ACubic::SetBlur(float f, TimeValue t) { in SetBlur() function in ACubic
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A DkryStyle.h144 void SetBlur(int blur);
H A DkryStyle.cpp702 void kryStyle::SetBlur(int blur) in SetBlur() function in kryStyle
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DOGLShaderProgram.h229 void SetBlur(bool aEnabled);
H A DOGLShaderProgram.cpp137 ShaderConfigOGL::SetBlur(bool aEnabled) in SetBlur() function in mozilla::layers::ShaderConfigOGL
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DOGLShaderProgram.h223 void SetBlur(bool aEnabled);
H A DOGLShaderProgram.cpp122 void ShaderConfigOGL::SetBlur(bool aEnabled) { in SetBlur() function in mozilla::layers::ShaderConfigOGL
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderer.cxx511 this->SSAOPass->SetBlur(this->SSAOBlur); in DeviceRenderOpaqueGeometry()