Searched refs:ResStandardTextureSampler (Results 1 – 3 of 3) sorted by relevance
283 class ResStandardTextureSampler : public ResTextureSampler286 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResStandardTextureSampler) };289 NW_RES_CTOR_INHERIT( ResStandardTextureSampler, ResTextureSampler ) in NW_RES_CTOR_INHERIT() argument
245 ResStandardTextureSampler resStandardTextureSampler = in ResPixelBasedTextureMapper_CloneDynamic()246 ResDynamicCast<ResStandardTextureSampler>(resPixelBasedTextureMapper.GetSampler()); in ResPixelBasedTextureMapper_CloneDynamic()400 …NW_ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*thi… in GetMemorySizeForCloneInternal()
209 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()212 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()