Home
last modified time | relevance | path

Searched refs:resTexture (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OffScreenBuffer.cpp31 …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()
Dgfx_IRenderTarget.cpp48 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/
Dgfx_ResTextureMapper.cpp41 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 …]
Dgfx_ResUtil.cpp82 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/
Dgfx_ResGraphicsFile.h749 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()
Dgfx_ResTextureMapper.h462 void SetTexture(ResTexture resTexture);
/NW4C-1.2.23/include/nw/gfx/
Dgfx_OffScreenBuffer.h59 …uffer(os::IAllocator* pAllocator, const Description& description, ResPixelBasedTexture resTexture);
Dgfx_IRenderTarget.h231 static IRenderTarget* CreateOffScreenBuffer(os::IAllocator* allocator, ResTexture resTexture);
/NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp542 nw::gfx::res::ResTexture resTexture = resTextureMapper.GetTexture().Dereference(); in ChangeMaterial() local
544 s_ChangedTexture = resTexture; in ChangeMaterial()