Home
last modified time | relevance | path

Searched refs:pBaseTex (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9Texture.cpp254 textureResources->pBaseTex = NULL; in allocateTextureResources()
307 SAFE_RELEASE(textureResources->pBaseTex); in freeTextureResources()
361 if (textureResources != NULL && textureResources->pBaseTex != NULL) in createInternalResourcesImpl()
1097 assert(textureResources->pBaseTex); in _createSurfaceList()
1150 mHwGammaWriteSupported, mFSAA, mName, textureResources->pBaseTex); in _createSurfaceList()
1176 mHwGammaWriteSupported, mFSAA, mName, textureResources->pBaseTex); in _createSurfaceList()
1195 currPixelBuffer->bind(d3d9Device, volume, textureResources->pBaseTex); in _createSurfaceList()
1213 if (textureResources == NULL || textureResources->pBaseTex == NULL) in getBuffer()
1342 if (textureResources == NULL || textureResources->pBaseTex == NULL) in getTexture()
1348 assert(textureResources->pBaseTex); in getTexture()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9Texture.cpp425 textureResources->pBaseTex = NULL; in allocateTextureResources()
478 SAFE_RELEASE(textureResources->pBaseTex); in freeTextureResources()
977 if (textureResources != NULL && textureResources->pBaseTex != NULL) in createInternalResourcesImpl()
1722 assert(textureResources->pBaseTex); in _createSurfaceList()
1724 mNumMipmaps = textureResources->pBaseTex->GetLevelCount() - 1; in _createSurfaceList()
1775 mHwGammaWriteSupported, mFSAA, mName, textureResources->pBaseTex); in _createSurfaceList()
1801 mHwGammaWriteSupported, mFSAA, mName, textureResources->pBaseTex); in _createSurfaceList()
1846 if (textureResources == NULL || textureResources->pBaseTex == NULL) in getBuffer()
1970 if (textureResources == NULL || textureResources->pBaseTex == NULL) in getTexture()
1976 assert(textureResources->pBaseTex); in getTexture()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/include/
H A DOgreD3D9Texture.h53 IDirect3DBaseTexture9* pBaseTex; member
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/include/
H A DOgreD3D9Texture.h53 IDirect3DBaseTexture9* pBaseTex; member
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Draw.cpp382 C4TexRef * pBaseTex = pTex; in BlitUnscaled() local
389 pBaseTex = sfcSource->pMainSfc->texture.get(); in BlitUnscaled()
398 …PerformMultiTris(sfcTarget, vertices, 6, pTransform, pBaseTex, fBaseSfc ? pTex : nullptr, pNormalT… in BlitUnscaled()