Classes | Defines | Typedefs | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/third_party/include/windows/IL/devil_internal_exports.h File Reference

Go to the source code of this file.

Classes

struct  ILpal
struct  ILimage

Defines

#define IL_MAX(a, b)   (((a) > (b)) ? (a) : (b))
#define IL_MIN(a, b)   (((a) < (b)) ? (a) : (b))

Typedefs

typedef struct ILpal ILpal
typedef struct ILimage ILimage

Functions

ILAPI ILvoid *ILAPIENTRY ialloc (ILuint Size)
ILAPI ILvoid ILAPIENTRY ifree (ILvoid *Ptr)
ILAPI ILvoid *ILAPIENTRY icalloc (ILuint Size, ILuint Num)
ILAPI ILimage *ILAPIENTRY ilGetCurImage (ILvoid)
ILAPI ILvoid ILAPIENTRY ilSetCurImage (ILimage *Image)
ILAPI ILvoid ILAPIENTRY ilSetError (ILenum Error)
ILAPI ILvoid ILAPIENTRY ilSetPal (ILpal *Pal)
ILAPI ILubyte ILAPIENTRY ilGetBppFormat (ILenum Format)
ILAPI ILubyte ILAPIENTRY ilGetBppPal (ILenum PalType)
ILAPI ILubyte ILAPIENTRY ilGetBppType (ILenum Type)
ILAPI ILenum ILAPIENTRY ilGetTypeBpc (ILubyte Bpc)
ILAPI ILenum ILAPIENTRY ilGetPalBaseType (ILenum PalType)
ILAPI ILuint ILAPIENTRY ilNextPower2 (ILuint Num)
ILAPI ILenum ILAPIENTRY ilTypeFromExt (const ILstring FileName)
ILAPI ILvoid ILAPIENTRY ilReplaceCurImage (ILimage *Image)
ILAPI ILvoid ILAPIENTRY iBindImageTemp (ILvoid)
ILAPI ILboolean ILAPIENTRY ilClearImage_ (ILimage *Image)
ILAPI ILvoid ILAPIENTRY ilCloseImage (ILimage *Image)
ILAPI ILvoid ILAPIENTRY ilClosePal (ILpal *Palette)
ILAPI ILpal *ILAPIENTRY iCopyPal (ILvoid)
ILAPI ILboolean ILAPIENTRY ilCopyImageAttr (ILimage *Dest, ILimage *Src)
ILAPI ILimage *ILAPIENTRY ilCopyImage_ (ILimage *Src)
ILAPI ILvoid ILAPIENTRY ilGetClear (ILvoid *Colours, ILenum Format, ILenum Type)
ILAPI ILuint ILAPIENTRY ilGetCurName (ILvoid)
ILAPI ILboolean ILAPIENTRY ilIsValidPal (ILpal *Palette)
ILAPI ILimage *ILAPIENTRY ilNewImage (ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILubyte Bpc)
ILAPI ILboolean ILAPIENTRY ilResizeImage (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILubyte Bpc)
ILAPI ILboolean ILAPIENTRY ilTexImage_ (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, ILvoid *Data)
ILAPI ILboolean ILAPIENTRY ilTexSubImage_ (ILimage *Image, ILvoid *Data)
ILAPI ILvoid *ILAPIENTRY ilConvertBuffer (ILuint SizeOfData, ILenum SrcFormat, ILenum DestFormat, ILenum SrcType, ILenum DestType, ILvoid *Buffer)
ILAPI ILimage *ILAPIENTRY iConvertImage (ILimage *Image, ILenum DestFormat, ILenum DestType)
ILAPI ILpal *ILAPIENTRY iConvertPal (ILpal *Pal, ILenum DestFormat)
ILAPI ILubyte *ILAPIENTRY iGetFlipped (ILimage *Image)
ILAPI ILimage *ILAPIENTRY iluRotate_ (ILimage *Image, ILfloat Angle)
ILAPI ILimage *ILAPIENTRY iluRotate3D_ (ILimage *Image, ILfloat x, ILfloat y, ILfloat z, ILfloat Angle)
ILAPI ILimage *ILAPIENTRY iluScale_ (ILimage *Image, ILuint Width, ILuint Height, ILuint Depth)

Define Documentation

#define IL_MAX (   a,
  b 
)    (((a) > (b)) ? (a) : (b))
#define IL_MIN (   a,
  b 
)    (((a) < (b)) ? (a) : (b))

Typedef Documentation

typedef struct ILimage ILimage
typedef struct ILpal ILpal

Function Documentation

ILAPI ILvoid* ILAPIENTRY ialloc ( ILuint  Size  ) 
ILAPI ILvoid ILAPIENTRY iBindImageTemp ( ILvoid   ) 
ILAPI ILvoid* ILAPIENTRY icalloc ( ILuint  Size,
ILuint  Num 
)
ILAPI ILimage* ILAPIENTRY iConvertImage ( ILimage Image,
ILenum  DestFormat,
ILenum  DestType 
)
ILAPI ILpal* ILAPIENTRY iConvertPal ( ILpal Pal,
ILenum  DestFormat 
)
ILAPI ILpal* ILAPIENTRY iCopyPal ( ILvoid   ) 
ILAPI ILvoid ILAPIENTRY ifree ( ILvoid Ptr  ) 
ILAPI ILubyte* ILAPIENTRY iGetFlipped ( ILimage Image  ) 
ILAPI ILboolean ILAPIENTRY ilClearImage_ ( ILimage Image  ) 
ILAPI ILvoid ILAPIENTRY ilCloseImage ( ILimage Image  ) 
ILAPI ILvoid ILAPIENTRY ilClosePal ( ILpal Palette  ) 
ILAPI ILvoid* ILAPIENTRY ilConvertBuffer ( ILuint  SizeOfData,
ILenum  SrcFormat,
ILenum  DestFormat,
ILenum  SrcType,
ILenum  DestType,
ILvoid Buffer 
)
ILAPI ILimage* ILAPIENTRY ilCopyImage_ ( ILimage Src  ) 
ILAPI ILboolean ILAPIENTRY ilCopyImageAttr ( ILimage Dest,
ILimage Src 
)
ILAPI ILubyte ILAPIENTRY ilGetBppFormat ( ILenum  Format  ) 
ILAPI ILubyte ILAPIENTRY ilGetBppPal ( ILenum  PalType  ) 
ILAPI ILubyte ILAPIENTRY ilGetBppType ( ILenum  Type  ) 
ILAPI ILvoid ILAPIENTRY ilGetClear ( ILvoid Colours,
ILenum  Format,
ILenum  Type 
)
ILAPI ILimage* ILAPIENTRY ilGetCurImage ( ILvoid   ) 
ILAPI ILuint ILAPIENTRY ilGetCurName ( ILvoid   ) 
ILAPI ILenum ILAPIENTRY ilGetPalBaseType ( ILenum  PalType  ) 
ILAPI ILenum ILAPIENTRY ilGetTypeBpc ( ILubyte  Bpc  ) 
ILAPI ILboolean ILAPIENTRY ilIsValidPal ( ILpal Palette  ) 
ILAPI ILimage* ILAPIENTRY ilNewImage ( ILuint  Width,
ILuint  Height,
ILuint  Depth,
ILubyte  Bpp,
ILubyte  Bpc 
)
ILAPI ILuint ILAPIENTRY ilNextPower2 ( ILuint  Num  ) 
ILAPI ILvoid ILAPIENTRY ilReplaceCurImage ( ILimage Image  ) 
ILAPI ILboolean ILAPIENTRY ilResizeImage ( ILimage Image,
ILuint  Width,
ILuint  Height,
ILuint  Depth,
ILubyte  Bpp,
ILubyte  Bpc 
)
ILAPI ILvoid ILAPIENTRY ilSetCurImage ( ILimage Image  ) 
ILAPI ILvoid ILAPIENTRY ilSetError ( ILenum  Error  ) 
ILAPI ILvoid ILAPIENTRY ilSetPal ( ILpal Pal  ) 
ILAPI ILboolean ILAPIENTRY ilTexImage_ ( ILimage Image,
ILuint  Width,
ILuint  Height,
ILuint  Depth,
ILubyte  Bpp,
ILenum  Format,
ILenum  Type,
ILvoid Data 
)
ILAPI ILboolean ILAPIENTRY ilTexSubImage_ ( ILimage Image,
ILvoid Data 
)
ILAPI ILenum ILAPIENTRY ilTypeFromExt ( const ILstring  FileName  ) 
ILAPI ILimage* ILAPIENTRY iluRotate3D_ ( ILimage Image,
ILfloat  x,
ILfloat  y,
ILfloat  z,
ILfloat  Angle 
)
ILAPI ILimage* ILAPIENTRY iluRotate_ ( ILimage Image,
ILfloat  Angle 
)
ILAPI ILimage* ILAPIENTRY iluScale_ ( ILimage Image,
ILuint  Width,
ILuint  Height,
ILuint  Depth 
)