Lines Matching refs:ref
110 switch ( resImageTexture.ref().typeInfo ) in ResPixelBasedTextureMapper_Setup()
191 new(mapperMemory) ResPixelBasedTextureMapperData(resPixelBasedTextureMapper.ref()); in ResPixelBasedTextureMapper_CloneDynamic()
224 new(samplerMemory) ResStandardTextureSamplerData(resStandardTextureSampler.ref()); in ResPixelBasedTextureMapper_CloneDynamic()
254 new(mapperMemory) ResProceduralTextureMapperData(resProceduralTextureMapper.ref()); in ResProceduralTextureMapper_CloneDynamic()
291 allocator->Free(resPixelBasedTextureMapper.ref().toSampler.to_ptr()); in ResPixelBasedTextureMapper_DestroyDynamic()
296 allocator->Free(resPixelBasedTextureMapper.ref().toTexture.to_ptr()); in ResPixelBasedTextureMapper_DestroyDynamic()
316 allocator->Free(resProceduralTextureMapper.ref().toTexture.to_ptr()); in ResProceduralTextureMapper_DestroyDynamic()
328 switch ( this->ref().typeInfo ) in CloneDynamic()
348 resTextureMapper.ref().m_DynamicAllocator = allocator; in CloneDynamic()
360 switch ( this->ref().typeInfo ) in GetMemorySizeForCloneInternal()
384 if ( this->ref().m_DynamicAllocator == NULL ) { return; } in DestroyDynamic()
386 switch ( this->ref().typeInfo ) in DestroyDynamic()
390 s_TextureMapperDestroyDynamicTable[0]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
395 s_TextureMapperDestroyDynamicTable[1]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
404 this->ref().m_DynamicAllocator = NULL; in DestroyDynamic()
419 switch ( this->ref().typeInfo ) in Setup()
444 switch ( this->ref().typeInfo ) in Cleanup()
470 referenceTexture.ref().toTargetTexture.set_ptr(resTexture.Dereference().ptr()); in SetTexture()
472 switch ( this->ref().typeInfo ) in SetTexture()
480 switch ( resImageTexture.ref().typeInfo ) in SetTexture()
515 this->ref().toSampler.set_ptr(resTextureSampler.ptr()); in SetSampler()
522 switch ( resTextureSampler.ref().typeInfo ) in SetSampler()
569 switch ( resTexture.ref().typeInfo ) in ReferResTexture()