Urho3D::Texture3D Member List

This is the complete list of members for Urho3D::Texture3D, including all inherited members.

AddRef()Urho3D::RefCounted
addressMode_Urho3D::Textureprotected
backupTexture_Urho3D::Textureprotected
BeginLoad(Deserializer &source)Urho3D::Texture3Dvirtual
borderColor_Urho3D::Textureprotected
CheckTextureBudget(StringHash type)Urho3D::Textureprotected
ClearDataLost()Urho3D::GPUObject
context_Urho3D::Objectprotected
Create()Urho3D::Texture3Dprotectedvirtual
dataLost_Urho3D::GPUObjectprotected
dataPending_Urho3D::GPUObjectprotected
depth_Urho3D::Textureprotected
EndLoad()Urho3D::Texture3Dvirtual
filterMode_Urho3D::Textureprotected
format_Urho3D::Textureprotected
GetAddressMode(TextureCoordinate coord) const Urho3D::Textureinline
GetAsyncLoadState() const Urho3D::Resourceinline
GetBackupTexture() const Urho3D::Textureinline
GetBorderColor() const Urho3D::Textureinline
GetCategory() const Urho3D::Object
GetComponents() const Urho3D::Texture
GetContext() const Urho3D::Objectinline
GetData(unsigned level, void *dest) const Urho3D::Texture3D
GetDataSize(int width, int height) const Urho3D::Texture
GetDataSize(int width, int height, int depth) const Urho3D::Texture
GetDataType(unsigned format)Urho3D::Texturestatic
GetDepth() const Urho3D::Textureinline
GetEventDataMap() const Urho3D::Object
GetEventHandler() const Urho3D::Object
GetEventSender() const Urho3D::Object
GetExternalFormat(unsigned format)Urho3D::Texturestatic
GetFilterMode() const Urho3D::Textureinline
GetFormat() const Urho3D::Textureinline
GetGPUObject() const Urho3D::GPUObjectinline
GetGraphics() const Urho3D::GPUObject
GetHeight() const Urho3D::Textureinline
GetLevelDepth(unsigned level) const Urho3D::Texture
GetLevelHeight(unsigned level) const Urho3D::Texture
GetLevels() const Urho3D::Textureinline
GetLevelWidth(unsigned level) const Urho3D::Texture
GetMemoryUse() const Urho3D::Resourceinline
GetMipsToSkip(int quality) const Urho3D::Texture
GetName() const Urho3D::Resourceinline
GetNameHash() const Urho3D::Resourceinline
GetParametersDirty() const Urho3D::Textureinline
GetRenderSurface() const Urho3D::Texture3Dinline
GetRowDataSize(int width) const Urho3D::Texture
GetShadowCompare() const Urho3D::Textureinline
GetSRGB() const Urho3D::Textureinline
GetSRGBFormat(unsigned format)Urho3D::Texture
GetSubsystem(StringHash type) const Urho3D::Object
GetSubsystem() const Urho3D::Object
GetTarget() const Urho3D::Textureinline
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUsage() const Urho3D::Textureinline
GetUseTimer()Urho3D::Resource
GetWidth() const Urho3D::Textureinline
GPUObject(Graphics *graphics)Urho3D::GPUObject
graphics_Urho3D::GPUObjectprotected
HandleRenderSurfaceUpdate(StringHash eventType, VariantMap &eventData)Urho3D::Texture3Dprivate
HasEventHandlers() const Urho3D::Objectinline
HasPendingData() const Urho3D::GPUObjectinline
HasSubscribedToEvent(StringHash eventType) const Urho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) const Urho3D::Object
height_Urho3D::Textureprotected
IsCompressed() const Urho3D::Texture
IsDataLost() const Urho3D::GPUObjectinline
IsInstanceOf(StringHash type) const Urho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) const Urho3D::Object
IsInstanceOf() const Urho3D::Objectinline
IsTypeOf(StringHash type)Urho3D::Objectstatic
IsTypeOf(const TypeInfo *typeInfo)Urho3D::Objectstatic
IsTypeOf()Urho3D::Objectinlinestatic
levels_Urho3D::Textureprotected
Load(Deserializer &source)Urho3D::Resource
loadImage_Urho3D::Texture3Dprivate
loadParameters_Urho3D::Texture3Dprivate
mipsToSkip_Urho3D::Textureprotected
Object(Context *context)Urho3D::Object
object_Urho3D::GPUObjectprotected
OnDeviceLost()Urho3D::Texture3Dvirtual
OnDeviceReset()Urho3D::Texture3Dvirtual
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
parametersDirty_Urho3D::Textureprotected
RefCounted()Urho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() const Urho3D::RefCounted
RegisterObject(Context *context)Urho3D::Texture3Dstatic
Release()Urho3D::Texture3Dvirtual
ReleaseRef()Urho3D::RefCounted
renderSurface_Urho3D::Texture3Dprivate
requestedLevels_Urho3D::Textureprotected
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resource
Save(Serializer &dest) const Urho3D::Resourcevirtual
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SetAddressMode(TextureCoordinate coord, TextureAddressMode address)Urho3D::Texture
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetBackupTexture(Texture *texture)Urho3D::Texture
SetBorderColor(const Color &color)Urho3D::Texture
SetData(unsigned level, int x, int y, int z, int width, int height, int depth, const void *data)Urho3D::Texture3D
SetData(SharedPtr< Image > image, bool useAlpha=false)Urho3D::Texture3D
SetFilterMode(TextureFilterMode filter)Urho3D::Texture
SetMemoryUse(unsigned size)Urho3D::Resource
SetMipsToSkip(int quality, int toSkip)Urho3D::Texture
SetName(const String &name)Urho3D::Resource
SetNumLevels(unsigned levels)Urho3D::Texture
SetParameters(XMLFile *xml)Urho3D::Texture
SetParameters(const XMLElement &element)Urho3D::Texture
SetParametersDirty()Urho3D::Texture
SetShadowCompare(bool enable)Urho3D::Texture
SetSize(int width, int height, int depth, unsigned format, TextureUsage usage=TEXTURE_STATIC)Urho3D::Texture3D
SetSRGB(bool enable)Urho3D::Texture
shadowCompare_Urho3D::Textureprotected
sRGB_Urho3D::Textureprotected
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
target_Urho3D::Textureprotected
Texture(Context *context)Urho3D::Texture
Texture3D(Context *context)Urho3D::Texture3D
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
UpdateParameters()Urho3D::Texture
URHO3D_OBJECT(Texture3D, Texture) (defined in Urho3D::Texture3D)Urho3D::Texture3Dprivate
usage_Urho3D::Textureprotected
WeakRefs() const Urho3D::RefCounted
width_Urho3D::Textureprotected
~GPUObject()Urho3D::GPUObjectvirtual
~Object()Urho3D::Objectvirtual
~RefCounted()Urho3D::RefCountedvirtual
~Texture()Urho3D::Texturevirtual
~Texture3D()Urho3D::Texture3Dvirtual