Lines Matching refs:this

167         return *reinterpret_cast<const nw::ut::BinaryFileHeader*>( this->ptr() );  in NW_RES_CTOR()
196 return const_cast<void*>(this->GetImageBlockDataImpl()); in GetImageBlockData()
206 return this->GetImageBlockDataImpl(); in GetImageBlockData()
216 NW_ASSERT( this->IsValid() ); in GetImageBlockDataSize()
218 …::ut::BinaryFileHeader& header = *reinterpret_cast<const nw::ut::BinaryFileHeader*>( this->ptr() ); in GetImageBlockDataSize()
240 NW_ASSERT( this->IsValid() ); in GetImageBlockDataImpl()
242 …::ut::BinaryFileHeader& header = *reinterpret_cast<const nw::ut::BinaryFileHeader*>( this->ptr() ); in GetImageBlockDataImpl()
477 Result Setup(os::IAllocator* allocator) { return this->Setup( allocator, *this ); } in Setup()
498 ResModelArray::iterator end = this->GetModels().end(); in ForeachModel()
499 for (ResModelArray::iterator model = this->GetModels().begin(); in ForeachModel()
516 this->ForeachModel<TFunction&>(*function); in ForeachModel()
528 ResModelArray::iterator end = this->GetModels().end(); in ForeachMaterial()
529 for (ResModelArray::iterator model = this->GetModels().begin(); in ForeachMaterial()
551 this->ForeachMaterial<TFunction&>(*function); in ForeachMaterial()
564 ResModelArray::iterator end = this->GetModels().end(); in ForeachModelMaterial()
565 for (ResModelArray::iterator model = this->GetModels().begin(); in ForeachModelMaterial()
587 this->ForeachModelMaterial<TFunction&>(*function); in ForeachModelMaterial()
601 ResTextureArray::iterator end = this->GetTextures().end(); in ForeachTexture()
602 for (ResTextureArray::iterator texture = this->GetTextures().begin(); in ForeachTexture()
621 this->ForeachTexture<TFunction&>(*function); in ForeachTexture()
635 ResModelArray::iterator modelsEnd = this->GetModels().end(); in ForeachIndexStream()
636 for (ResModelArray::iterator model = this->GetModels().begin(); in ForeachIndexStream()
675 this->ForeachIndexStream<TFunction&>(*function); in ForeachIndexStream()
689 ResModelArray::iterator modelsEnd = this->GetModels().end(); in ForeachVertexStream()
690 … for (ResModelArray::iterator model = this->GetModels().begin(); model != modelsEnd ; ++model) in ForeachVertexStream()
728 this->ForeachVertexStream<TFunction&>(*function); in ForeachVertexStream()
761 const void* locationAddress = this->GetVramLocation( resImage.GetImageData() ); in operator()
772 const void* locationAddress = this->GetVramLocation( resImage.GetImageData() ); in operator()
787 const void* locationAddress = this->GetVramLocation( resIndexStream.GetStream() ); in operator()
796 const void* locationAddress = this->GetVramLocation( resVertexStream.GetStream() ); in operator()