Lines Matching refs:ref

142     switch ( resImageTexture.ref().typeInfo )  in ResPixelBasedTextureMapper_Setup()
223 new(mapperMemory) ResPixelBasedTextureMapperData(resPixelBasedTextureMapper.ref()); in ResPixelBasedTextureMapper_CloneDynamic()
256 new(samplerMemory) ResStandardTextureSamplerData(resStandardTextureSampler.ref()); in ResPixelBasedTextureMapper_CloneDynamic()
286 new(mapperMemory) ResProceduralTextureMapperData(resProceduralTextureMapper.ref()); in ResProceduralTextureMapper_CloneDynamic()
323 allocator->Free(resPixelBasedTextureMapper.ref().toSampler.to_ptr()); in ResPixelBasedTextureMapper_DestroyDynamic()
328 allocator->Free(resPixelBasedTextureMapper.ref().toTexture.to_ptr()); in ResPixelBasedTextureMapper_DestroyDynamic()
348 allocator->Free(resProceduralTextureMapper.ref().toTexture.to_ptr()); in ResProceduralTextureMapper_DestroyDynamic()
360 switch ( this->ref().typeInfo ) in CloneDynamic()
380 resTextureMapper.ref().m_DynamicAllocator = allocator; in CloneDynamic()
392 switch ( this->ref().typeInfo ) in GetMemorySizeForCloneInternal()
416 if ( this->ref().m_DynamicAllocator == NULL ) { return; } in DestroyDynamic()
418 switch ( this->ref().typeInfo ) in DestroyDynamic()
422 s_TextureMapperDestroyDynamicTable[0]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
427 s_TextureMapperDestroyDynamicTable[1]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
436 this->ref().m_DynamicAllocator = NULL; in DestroyDynamic()
451 switch ( this->ref().typeInfo ) in Setup()
476 switch ( this->ref().typeInfo ) in Cleanup()
502 referenceTexture.ref().toTargetTexture.set_ptr(resTexture.Dereference().ptr()); in SetTexture()
504 switch ( this->ref().typeInfo ) in SetTexture()
512 switch ( resImageTexture.ref().typeInfo ) in SetTexture()
566 switch ( resTexture.ref().typeInfo ) in ReferResTexture()