Home
last modified time | relevance | path

Searched refs:sRGBWrite_ (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphicsImpl.h164 bool sRGBWrite_; variable
H A DOGLGraphics.cpp2905 if (sRGBWrite != impl_->sRGBWrite_) in PrepareDraw()
2911 impl_->sRGBWrite_ = sRGBWrite; in PrepareDraw()
3081 if (sRGBWrite != impl_->sRGBWrite_) in PrepareDraw()
3087 impl_->sRGBWrite_ = sRGBWrite; in PrepareDraw()
3252 impl_->sRGBWrite_ = false; in ResetCachedState()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9GraphicsImpl.h109 bool sRGBWrite_; variable
H A DD3D9Graphics.cpp1624 if (sRGBWrite != impl_->sRGBWrite_) in SetRenderTarget()
1627 impl_->sRGBWrite_ = sRGBWrite; in SetRenderTarget()
2631 impl_->sRGBWrite_ = false; in ResetCachedState()