Home
last modified time | relevance | path

Searched refs:GetSRGB (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLTexture3D.cpp133 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()
354 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
H A DOGLTexture2D.cpp148 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()
386 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
H A DOGLTexture2DArray.cpp153 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()
439 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
H A DOGLTextureCube.cpp153 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in SetData()
458 unsigned format = GetSRGB() ? GetSRGBFormat(format_) : format_; in Create()
H A DOGLGraphics.cpp3080 … bool sRGBWrite = renderTargets_[0] ? renderTargets_[0]->GetParentTexture()->GetSRGB() : sRGB_; in PrepareDraw()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DTexture.pkg23 bool GetSRGB() const;
H A DGraphics.pkg45 bool GetSRGB() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DTexture.h104 bool GetSRGB() const { return sRGB_; } in GetSRGB() function
H A DGraphics.h313 bool GetSRGB() const { return sRGB_; } in GetSRGB() function
H A DView.cpp2073 bool sRGB = renderTarget_ ? renderTarget_->GetParentTexture()->GetSRGB() : graphics_->GetSRGB(); in AllocateScreenBuffers()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D47_Typography.lua44 :SetChecked(graphics:GetSRGB())
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/47_Typography/
H A DTypography.cpp89 ->SetChecked(GetSubsystem<Graphics>()->GetSRGB()); in Start()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1530 bool sRGB = texture->GetSRGB(); in SetTexture()
1623 bool sRGBWrite = renderTarget ? renderTarget->GetParentTexture()->GetSRGB() : sRGB_; in SetRenderTarget()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DAPITemplates.h962 …engine->RegisterObjectMethod(className, "bool get_sRGB() const", asMETHOD(T, GetSRGB), asCALL_THIS… in RegisterTexture()
H A DGraphicsAPI.cpp1896 …engine->RegisterObjectMethod("Graphics", "bool get_sRGB() const", asMETHOD(Graphics, GetSRGB), asC… in RegisterGraphics()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox2599 - bool GetSRGB() const
6740 - bool GetSRGB() const