Home
last modified time | relevance | path

Searched refs:GetAlphaFormat (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Texture2DArray.cpp149 format = Graphics::GetAlphaFormat(); in SetData()
H A DD3D9Texture3D.cpp257 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DD3D9Texture2D.cpp244 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DD3D9TextureCube.cpp267 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DD3D9Graphics.cpp2167 unsigned Graphics::GetAlphaFormat() in GetAlphaFormat() function in Urho3D::Graphics
2252 return GetAlphaFormat(); in GetFormat()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DGraphics.pkg66 static unsigned GetAlphaFormat();
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLTexture3D.cpp203 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DOGLTexture2D.cpp214 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DOGLTexture2DArray.cpp241 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DOGLTextureCube.cpp238 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
H A DOGLGraphics.cpp2588 unsigned Graphics::GetAlphaFormat() in GetAlphaFormat() function in Urho3D::Graphics
2735 return GetAlphaFormat(); in GetFormat()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Texture3D.cpp215 format = Graphics::GetAlphaFormat(); in SetData()
H A DD3D11Texture2D.cpp205 format = Graphics::GetAlphaFormat(); in SetData()
H A DD3D11Texture2DArray.cpp235 format = Graphics::GetAlphaFormat(); in SetData()
H A DD3D11TextureCube.cpp227 format = Graphics::GetAlphaFormat(); in SetData()
H A DD3D11Graphics.cpp1938 unsigned Graphics::GetAlphaFormat() in GetAlphaFormat() function in Urho3D::Graphics
2025 return GetAlphaFormat(); in GetFormat()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h523 static unsigned GetAlphaFormat();
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DText3D.cpp727 if (texture && texture->GetFormat() == Graphics::GetAlphaFormat()) in UpdateTextMaterials()
H A DUI.cpp883 unsigned alphaFormat = Graphics::GetAlphaFormat(); in Render()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp512 …engine->RegisterGlobalFunction("uint GetAlphaFormat()", asFUNCTION(Graphics::GetAlphaFormat), asCA… in RegisterTextures()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h15966 uint GetAlphaFormat();
H A DLuaScriptAPI.dox2619 - unsigned GetAlphaFormat()
H A DScriptAPI.dox16545 - uint GetAlphaFormat()