Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp211 ResStandardTextureSampler resStandardTextureSampler = in ResPixelBasedTextureMapper_CloneDynamic()
212 ResDynamicCast<ResStandardTextureSampler>(resPixelBasedTextureMapper.GetSampler()); in ResPixelBasedTextureMapper_CloneDynamic()
366 …NW_ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*thi… in GetMemorySizeForCloneInternal()
524 case ResStandardTextureSampler::TYPE_INFO: in SetSampler()
526 ResStandardTextureSampler resStandardTextureSampler = in SetSampler()
527 ResStaticCast<ResStandardTextureSampler>(resTextureSampler); in SetSampler()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h229 class ResStandardTextureSampler : public ResTextureSampler
232 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResStandardTextureSampler) };
235 NW_RES_CTOR_INHERIT( ResStandardTextureSampler, ResTextureSampler ) in NW_RES_CTOR_INHERIT() argument
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp199 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()
202 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()