Lines Matching refs:ResPixelBasedTextureMapper

51 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResImageTexture texture);
52 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResCubeTexture texture);
53 static void SetupTextureMapperCommand(ResPixelBasedTextureMapper mapper, ResShadowTexture texture);
83 ResPixelBasedTextureMapper textureMapper = in GetOwnerCommand()
84 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in GetOwnerCommand()
93 ResPixelBasedTextureMapper textureMapper = in SetTextureMipmapCommand()
94 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in SetTextureMipmapCommand()
131 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_Setup()
132 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Setup()
183 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_Cleanup()
184 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Cleanup()
215 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_CloneDynamic()
216 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
227 ResPixelBasedTextureMapper cloneTextureMapper = ResPixelBasedTextureMapper(textureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
320 ResPixelBasedTextureMapper resPixelBasedTextureMapper = in ResPixelBasedTextureMapper_DestroyDynamic()
321 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_DestroyDynamic()
364 case ResPixelBasedTextureMapper::TYPE_INFO: in CloneDynamic()
396 case res::ResPixelBasedTextureMapper::TYPE_INFO: in GetMemorySizeForCloneInternal()
399 NW_ASSERT(ResStaticCast<ResPixelBasedTextureMapper>(*this).GetTexture().IsValid()); in GetMemorySizeForCloneInternal()
400 …ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*this).… in GetMemorySizeForCloneInternal()
422 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()
901 void ResPixelBasedTextureMapper::ForceSetupTexture(ResTexture texture) in ForceSetupTexture()