Searched refs:ResStandardTextureSampler (Results 1 – 3 of 3) sorted by relevance
281 class ResStandardTextureSampler : public ResTextureSampler284 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResStandardTextureSampler) };287 NW_RES_CTOR_INHERIT( ResStandardTextureSampler, ResTextureSampler ) in NW_RES_CTOR_INHERIT() argument
243 ResStandardTextureSampler resStandardTextureSampler = in ResPixelBasedTextureMapper_CloneDynamic()244 ResDynamicCast<ResStandardTextureSampler>(resPixelBasedTextureMapper.GetSampler()); in ResPixelBasedTextureMapper_CloneDynamic()398 …NW_ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*thi… in GetMemorySizeForCloneInternal()
207 NW_NULL_ASSERT(ResDynamicCast<ResStandardTextureSampler>(mapper.GetSampler()).ptr()); in SetValue()210 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue()