Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h281 class ResStandardTextureSampler : public ResTextureSampler
284 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResStandardTextureSampler) };
287 NW_RES_CTOR_INHERIT( ResStandardTextureSampler, ResTextureSampler ) in NW_RES_CTOR_INHERIT() argument
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp243 ResStandardTextureSampler resStandardTextureSampler = in ResPixelBasedTextureMapper_CloneDynamic()
244 ResDynamicCast<ResStandardTextureSampler>(resPixelBasedTextureMapper.GetSampler()); in ResPixelBasedTextureMapper_CloneDynamic()
398 …NW_ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*thi… in GetMemorySizeForCloneInternal()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp207 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()
210 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()