Home
last modified time | relevance | path

Searched defs:SetShaderParameter (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp1202 void Graphics::SetShaderParameter(StringHash param, const float* data, unsigned count) in SetShaderParameter() function in Urho3D::Graphics
1250 void Graphics::SetShaderParameter(StringHash param, float value) in SetShaderParameter() function in Urho3D::Graphics
1271 void Graphics::SetShaderParameter(StringHash param, int value) in SetShaderParameter() function in Urho3D::Graphics
1292 void Graphics::SetShaderParameter(StringHash param, bool value) in SetShaderParameter() function in Urho3D::Graphics
1314 void Graphics::SetShaderParameter(StringHash param, const Color& color) in SetShaderParameter() function in Urho3D::Graphics
1319 void Graphics::SetShaderParameter(StringHash param, const Vector2& vector) in SetShaderParameter() function in Urho3D::Graphics
1352 void Graphics::SetShaderParameter(StringHash param, const Matrix3& matrix) in SetShaderParameter() function in Urho3D::Graphics
1373 void Graphics::SetShaderParameter(StringHash param, const Vector3& vector) in SetShaderParameter() function in Urho3D::Graphics
1410 void Graphics::SetShaderParameter(StringHash param, const Matrix4& matrix) in SetShaderParameter() function in Urho3D::Graphics
1431 void Graphics::SetShaderParameter(StringHash param, const Vector4& vector) in SetShaderParameter() function in Urho3D::Graphics
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp1118 void Graphics::SetShaderParameter(StringHash param, const float* data, unsigned count) in SetShaderParameter() function in Urho3D::Graphics
1130 void Graphics::SetShaderParameter(StringHash param, float value) in SetShaderParameter() function in Urho3D::Graphics
1142 void Graphics::SetShaderParameter(StringHash param, int value) in SetShaderParameter() function in Urho3D::Graphics
1154 void Graphics::SetShaderParameter(StringHash param, bool value) in SetShaderParameter() function in Urho3D::Graphics
1166 void Graphics::SetShaderParameter(StringHash param, const Color& color) in SetShaderParameter() function in Urho3D::Graphics
1178 void Graphics::SetShaderParameter(StringHash param, const Vector2& vector) in SetShaderParameter() function in Urho3D::Graphics
1190 void Graphics::SetShaderParameter(StringHash param, const Matrix3& matrix) in SetShaderParameter() function in Urho3D::Graphics
1202 void Graphics::SetShaderParameter(StringHash param, const Vector3& vector) in SetShaderParameter() function in Urho3D::Graphics
1214 void Graphics::SetShaderParameter(StringHash param, const Matrix4& matrix) in SetShaderParameter() function in Urho3D::Graphics
1226 void Graphics::SetShaderParameter(StringHash param, const Vector4& vector) in SetShaderParameter() function in Urho3D::Graphics
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1234 void Graphics::SetShaderParameter(StringHash param, const float* data, unsigned count) in SetShaderParameter() function in Urho3D::Graphics
1246 void Graphics::SetShaderParameter(StringHash param, float value) in SetShaderParameter() function in Urho3D::Graphics
1261 void Graphics::SetShaderParameter(StringHash param, int value) in SetShaderParameter() function in Urho3D::Graphics
1274 void Graphics::SetShaderParameter(StringHash param, bool value) in SetShaderParameter() function in Urho3D::Graphics
1289 void Graphics::SetShaderParameter(StringHash param, const Color& color) in SetShaderParameter() function in Urho3D::Graphics
1301 void Graphics::SetShaderParameter(StringHash param, const Vector2& vector) in SetShaderParameter() function in Urho3D::Graphics
1317 void Graphics::SetShaderParameter(StringHash param, const Matrix3& matrix) in SetShaderParameter() function in Urho3D::Graphics
1340 void Graphics::SetShaderParameter(StringHash param, const Vector3& vector) in SetShaderParameter() function in Urho3D::Graphics
1357 void Graphics::SetShaderParameter(StringHash param, const Matrix4& matrix) in SetShaderParameter() function in Urho3D::Graphics
1369 void Graphics::SetShaderParameter(StringHash param, const Vector4& vector) in SetShaderParameter() function in Urho3D::Graphics
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DRenderPath.cpp242 void RenderPathCommand::SetShaderParameter(const String& name, const Variant& value) in SetShaderParameter() function in Urho3D::RenderPathCommand
468 void RenderPath::SetShaderParameter(const String& name, const Variant& value) in SetShaderParameter() function in Urho3D::RenderPath
H A DGraphics.cpp109 void Graphics::SetShaderParameter(StringHash param, const Variant& value) in SetShaderParameter() function in Urho3D::Graphics
H A DMaterial.cpp973 void Material::SetShaderParameter(const String& name, const Variant& value) in SetShaderParameter() function in Urho3D::Material
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaShaders.cpp808 int LuaShaders::SetShaderParameter(lua_State* L) in SetShaderParameter() function in LuaShaders