Lines Matching refs:ResStaticCast

84         ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData()));  in GetOwnerCommand()
94 ResStaticCast<ResPixelBasedTextureMapper>(ResTextureMapper(this->GetOwnerData())); in SetTextureMipmapCommand()
106 ResStaticCast<ResPixelBasedTexture>(texture.Dereference()); in SetTextureMipmapCommand()
132 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Setup()
147 …SetupTextureMapperCommand(resPixelBasedTextureMapper, ResStaticCast<ResImageTexture>(resImageTextu… in ResPixelBasedTextureMapper_Setup()
150 …SetupTextureMapperCommand(resPixelBasedTextureMapper, ResStaticCast<ResCubeTexture>(resImageTextur… in ResPixelBasedTextureMapper_Setup()
153 …SetupTextureMapperCommand(resPixelBasedTextureMapper, ResStaticCast<ResShadowTexture>(resImageText… in ResPixelBasedTextureMapper_Setup()
184 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_Cleanup()
216 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_CloneDynamic()
279 ResStaticCast<ResProceduralTextureMapper>(resTextureMapper); in ResProceduralTextureMapper_CloneDynamic()
321 ResStaticCast<ResPixelBasedTextureMapper>(resTextureMapper); in ResPixelBasedTextureMapper_DestroyDynamic()
346 ResStaticCast<ResProceduralTextureMapper>(resTextureMapper); in ResProceduralTextureMapper_DestroyDynamic()
399 NW_ASSERT(ResStaticCast<ResPixelBasedTextureMapper>(*this).GetTexture().IsValid()); in GetMemorySizeForCloneInternal()
400 …NW_ASSERT(ResDynamicCast<ResStandardTextureSampler>(ResStaticCast<ResPixelBasedTextureMapper>(*thi… in GetMemorySizeForCloneInternal()
501 ResReferenceTexture referenceTexture = ResStaticCast<ResReferenceTexture>(this->GetTexture()); in SetTexture()
509 ResStaticCast<ResPixelBasedTextureMapper>(*this); in SetTexture()
515 …SetupTextureMapperCommand(resPixelBasedTextureMapper, ResStaticCast<ResImageTexture>(resImageTextu… in SetTexture()
518 …SetupTextureMapperCommand(resPixelBasedTextureMapper, ResStaticCast<ResCubeTexture>(resImageTextur… in SetTexture()
521 …SetupTextureMapperCommand(resPixelBasedTextureMapper, ResStaticCast<ResShadowTexture>(resImageText… in SetTexture()
904 ResReferenceTexture refer = ResStaticCast<ResReferenceTexture>(this->GetTexture()); in ForceSetupTexture()
912 SetupTextureMapperCommand(*this, ResStaticCast<ResImageTexture>(resImageTexture)); in ForceSetupTexture()
915 SetupTextureMapperCommand(*this, ResStaticCast<ResCubeTexture>(resImageTexture)); in ForceSetupTexture()
918 SetupTextureMapperCommand(*this, ResStaticCast<ResShadowTexture>(resImageTexture)); in ForceSetupTexture()