Lines Matching refs:ResPixelBasedTextureMapper

49 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture);
50 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture);
51 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture);
81 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand()
82 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in GetOwnerCommand()
91 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand()
92 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in SetTextureMipmapCommand()
129 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_Setup()
130 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Setup()
181 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_Cleanup()
182 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Cleanup()
213 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_CloneDynamic()
214 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
225 ResPixelBasedTextureMapper cloneTextureMapper = ResPixelBasedTextureMapper(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
318 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_DestroyDynamic()
319 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_DestroyDynamic()
362 case ResPixelBasedTextureMapper::TYPE_INFO: in CloneDynamic()
394 case res::ResPixelBasedTextureMapper::TYPE_INFO: in GetMemorySizeForCloneInternal()
397 NW_ASSERT(ResStaticCast<ResPixelBasedTextureMapper>(*this).GetTexture().IsValid()); in GetMemorySizeForCloneInternal()
398 …ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*this).… in GetMemorySizeForCloneInternal()
420 case ResPixelBasedTextureMapper::TYPE_INFO: in DestroyDynamic()
453 case ResPixelBasedTextureMapper::TYPE_INFO: in Setup()
478 case ResPixelBasedTextureMapper::TYPE_INFO: in Cleanup()
506 case ResPixelBasedTextureMapper::TYPE_INFO: in SetTexture()
508 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in SetTexture()
509 ResStaticCast<ResPixelBasedTextureMapper>(*this); in SetTexture()
693 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture) in SetupTextureMapperCommand()
785 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture) in SetupTextureMapperCommand()
852 SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture) in SetupTextureMapperCommand()