Searched refs:resTexture (Results 1 – 9 of 9) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_OffScreenBuffer.cpp | 31 …Buffer(os::IAllocator* pAllocator, const Description& description, ResPixelBasedTexture resTexture) in OffScreenBuffer() argument 35 m_Texture(resTexture) in OffScreenBuffer() 37 ResPixelBasedTexture resPixelBasedTexture = ResStaticCast<ResPixelBasedTexture>(resTexture); in OffScreenBuffer() 41 m_BackBufferObject.SetHeight( resTexture.GetHeight() ); in OffScreenBuffer() 42 m_BackBufferObject.SetWidth( resTexture.GetWidth() ); in OffScreenBuffer() 46 switch ( resTexture.GetFormatHW() ) in OffScreenBuffer() 59 switch (resTexture.GetTypeInfo()) in OffScreenBuffer() 63 u32 address = ResStaticCast<ResImageTexture>(resTexture).GetImage().GetImageAddress(); in OffScreenBuffer() 70 … u32 address = ResStaticCast<ResCubeTexture>(resTexture).GetImage( face ).GetImageAddress(); in OffScreenBuffer() 77 u32 address = ResStaticCast<ResShadowTexture>(resTexture).GetImage().GetImageAddress(); in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 48 IRenderTarget::CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture) in CreateOffScreenBuffer() argument 57 ResPixelBasedTexture texture = ResStaticCast<ResPixelBasedTexture>(resTexture.Dereference()); in CreateOffScreenBuffer()
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 41 static ResTexture ReferResTexture(os::IAllocator* allocator, ResTexture resTexture); 45 ResTexture resTexture, 99 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Setup() local 101 Result result = SetupTexture(allocator, resTexture, graphicsFile); in ResPixelBasedTextureMapper_Setup() 108 ResTexture resImageTexture = resTexture.Dereference(); in ResPixelBasedTextureMapper_Setup() 154 ResTexture resTexture = resTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_Cleanup() local 155 ut::SafeCleanup(resTexture); in ResPixelBasedTextureMapper_Cleanup() 166 ResTexture resTexture = resTextureMapper.GetTexture(); in ResProceduralTextureMapper_Cleanup() local 167 ut::SafeCleanup(resTexture); in ResProceduralTextureMapper_Cleanup() 195 ResTexture resTexture = resPixelBasedTextureMapper.GetTexture(); in ResPixelBasedTextureMapper_CloneDynamic() local [all …]
|
| D | gfx_ResUtil.cpp | 82 ResTexture resTexture = graphicsFile.GetTextures(path); in GetReferenceTextureTarget() local 84 if (resTexture.IsValid()) in GetReferenceTextureTarget() 86 ResReferenceTexture refer = ResDynamicCast<ResReferenceTexture>(resTexture); in GetReferenceTextureTarget() 101 referenceTexture.ref().toTargetTexture.set_ptr(resTexture.ptr()); in GetReferenceTextureTarget()
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResGraphicsFile.h | 749 void operator()(nw::gfx::ResTexture resTexture) const in operator() 752 switch( resTexture.ref().typeInfo ) in operator() 756 …::ResImageTexture resImageTexture = nw::gfx::ResStaticCast<nw::gfx::ResImageTexture>( resTexture ); in operator() 765 …gfx::ResCubeTexture resCubeTexture = nw::gfx::ResStaticCast<nw::gfx::ResCubeTexture>( resTexture ); in operator() 833 void operator()(ResTexture resTexture) const in operator() 836 switch( resTexture.ref().typeInfo ) in operator() 840 ResImageTexture resImageTexture = ResStaticCast<ResImageTexture>( resTexture ); in operator() 846 ResCubeTexture resCubeTexture = ResStaticCast<ResCubeTexture>( resTexture ); in operator()
|
| D | gfx_ResTextureMapper.h | 462 void SetTexture(ResTexture resTexture);
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_OffScreenBuffer.h | 59 …uffer(os::IAllocator* pAllocator, const Description& description, ResPixelBasedTexture resTexture);
|
| D | gfx_IRenderTarget.h | 231 static IRenderTarget* CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture);
|
| /NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/ |
| D | DynamicMaterialDemo.cpp | 542 nw::gfx::res::ResTexture resTexture = resTextureMapper.GetTexture().Dereference(); in ChangeMaterial() local 544 s_ChangedTexture = resTexture; in ChangeMaterial()
|