Home
last modified time | relevance | path

Searched defs:CTexture (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/d2x/d2x-0.2.5/arch/win32/include/
H A Dtexture.h59 struct CTexture struct
72 void DirtyMemory (void) { m_bDirtyMemory = TRUE; } in DirtyMemory()
73 BOOL isDirtyMemory (void) const { return m_bDirtyMemory; } in isDirtyMemory()
76 void SetTransparent (BOOL bTransparent) { m_bTransparent = bTransparent; } in SetTransparent()
77 BOOL IsTransparent (void) const { return m_bTransparent; } in IsTransparent()
79 ULONG GetPixelCount () const { return m_ulHeight * m_ulWidth; } in GetPixelCount()
80 void GetBitmapAdj (D3DVALUE *pflAdjX, D3DVALUE *pflAdjY) in GetBitmapAdj()
86 IDirectDrawSurface4 *GetSurface () { return m_spddsMemory; } in GetSurface()
112 struct CTextureSet argument
117 CTexture *CreateTexture (BYTE *rgbSource, ULONG dx, ULONG dy, ULONG ulPitch); argument
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DTexture.h22 class CTexture; variable
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/Renderer/
H A DTexture.cpp11 CTexture::CTexture( const uint32 _flags ) : m_Flags( _flags ) in CTexture() function in DisplayOutput::CTexture
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogTeletext.h14 class CTexture; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DPicture.h17 class CTexture; variable
H A DSlideShowPicture.h20 class CTexture; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DTextureBundleXBT.h17 class CTexture; variable
H A DGUIFontTTF.h29 class CTexture; variable
H A DDirectXGraphics.h11 class CTexture; variable
H A DTexture.cpp31 CTexture::CTexture(unsigned int width, unsigned int height, unsigned int format) in CTexture() function in CTexture
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DTextureCache.h20 class CTexture; variable
H A DTextureCacheJob.h18 class CTexture; variable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/opengl/
H A DResource.h120 typedef CResource<TextureTraits> CTexture; typedef
/dports/games/etracer/etr-0.8.1/src/
H A Dtextures.h66 friend class CTexture; variable
H A Dtextures.cpp172 CTexture::CTexture() { in CTexture() function in CTexture
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DTexture.h29 class CTexture; variable
H A DTexture.cpp28 CTexture::CTexture(uint32_t dwWidth, uint32_t dwHeight, TextureUsage usage) : in CTexture() function in CTexture
/dports/graphics/pixie/Pixie/src/ri/
H A Dtexture.h67 CTexture(const char *name) : CTextureInfoBase(name) { in CTexture() function
H A DshaderPl.h86 class CTexture; variable
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Dtexture.cpp26 CTexture::CTexture(CDataManager *manager) : CDataObject(manager, CDataObject::eMaterial) in CTexture() function in CTexture
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A Dnv_dds.cpp1153 CTexture::CTexture() in CTexture() function in CTexture
1160 CTexture::CTexture(unsigned int w, unsigned int h, unsigned int d, unsigned int imgsize, const unsi… in CTexture() function in CTexture
1171 CTexture::CTexture(const CTexture &copy) in CTexture() function in CTexture
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DTexture.cpp127 class CTexture class
372 CTexture::CTexture (int id, int size, bool mipmap, bool clamp, bool masked) in CTexture() function in CTexture
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/
H A DLinuxRendererGLES.h31 class CTexture; variable
H A DLinuxRendererGL.h34 class CTexture; variable
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DMesh.h111 CTexture() {Clear();} in CTexture() function
114 CTexture(const CTexture& t) {*this = t;} in CTexture() function

12