Home
last modified time | relevance | path

Searched refs:ResStandardTextureSampler (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h283 class ResStandardTextureSampler : public ResTextureSampler
286 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResStandardTextureSampler) };
289 NW_RES_CTOR_INHERIT( ResStandardTextureSampler, ResTextureSampler ) in NW_RES_CTOR_INHERIT() argument
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp245 ResStandardTextureSampler resStandardTextureSampler = in ResPixelBasedTextureMapper_CloneDynamic()
246 ResDynamicCast<ResStandardTextureSampler>(resPixelBasedTextureMapper.GetSampler()); in ResPixelBasedTextureMapper_CloneDynamic()
400 …NW_ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*thi… in GetMemorySizeForCloneInternal()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp209 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()
212 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()