/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/ |
H A D | D3D9Texture2DArray.cpp | 149 format = Graphics::GetAlphaFormat(); in SetData()
|
H A D | D3D9Texture3D.cpp | 257 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | D3D9Texture2D.cpp | 244 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | D3D9TextureCube.cpp | 267 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | D3D9Graphics.cpp | 2167 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 D | Graphics.pkg | 66 static unsigned GetAlphaFormat();
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/ |
H A D | OGLTexture3D.cpp | 203 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | OGLTexture2D.cpp | 214 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | OGLTexture2DArray.cpp | 241 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | OGLTextureCube.cpp | 238 format = useAlpha ? Graphics::GetAlphaFormat() : Graphics::GetLuminanceFormat(); in SetData()
|
H A D | OGLGraphics.cpp | 2588 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 D | D3D11Texture3D.cpp | 215 format = Graphics::GetAlphaFormat(); in SetData()
|
H A D | D3D11Texture2D.cpp | 205 format = Graphics::GetAlphaFormat(); in SetData()
|
H A D | D3D11Texture2DArray.cpp | 235 format = Graphics::GetAlphaFormat(); in SetData()
|
H A D | D3D11TextureCube.cpp | 227 format = Graphics::GetAlphaFormat(); in SetData()
|
H A D | D3D11Graphics.cpp | 1938 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 D | Graphics.h | 523 static unsigned GetAlphaFormat();
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/ |
H A D | Text3D.cpp | 727 if (texture && texture->GetFormat() == Graphics::GetAlphaFormat()) in UpdateTextMaterials()
|
H A D | UI.cpp | 883 unsigned alphaFormat = Graphics::GetAlphaFormat(); in Render()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/ |
H A D | GraphicsAPI.cpp | 512 …engine->RegisterGlobalFunction("uint GetAlphaFormat()", asFUNCTION(Graphics::GetAlphaFormat), asCA… in RegisterTextures()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/ |
H A D | AngelScriptAPI.h | 15966 uint GetAlphaFormat();
|
H A D | LuaScriptAPI.dox | 2619 - unsigned GetAlphaFormat()
|
H A D | ScriptAPI.dox | 16545 - uint GetAlphaFormat()
|