Home
last modified time | relevance | path

Searched refs:ClearParameterSources (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLShaderProgram.h85 static void ClearParameterSources();
H A DOGLShaderProgram.cpp407 void ShaderProgram::ClearParameterSources() in ClearParameterSources() function in Urho3D::ShaderProgram
H A DOGLGraphics.cpp1529 void Graphics::ClearParameterSources() in ClearParameterSources() function in Urho3D::Graphics
1531 ShaderProgram::ClearParameterSources(); in ClearParameterSources()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h190 void ClearParameterSources();
H A DView.cpp605 graphics_->ClearParameterSources(); in Render()
1612 graphics_->ClearParameterSources(); in ExecuteRenderPathCommands()
1656 graphics_->ClearParameterSources(); in ExecuteRenderPathCommands()
1700 graphics_->ClearParameterSources(); in ExecuteRenderPathCommands()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp680 ClearParameterSources(); in Clear()
1276 void Graphics::ClearParameterSources() in ClearParameterSources() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1150 ClearParameterSources(); in SetShaders()
1419 void Graphics::ClearParameterSources() in ClearParameterSources() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DUI.cpp867 graphics_->ClearParameterSources(); in Render()