Lines Matching refs:ptr
199 u32 texID = reinterpret_cast<u32>(resTex.ptr()); in ResImageTexture_Setup()
226 u32 texID = reinterpret_cast<u32>(resTex.ptr()); in ResShadowTexture_Setup()
253 u32 texID = reinterpret_cast<u32>(resTex.ptr()); in ResCubeTexture_Setup()
815 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
817 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
818 resPixelBasedImage.ptr()->toImageDataTable.set_ptr(NULL); in DynamicDestroy()
822 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()
825 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()
828 allocator->Free(this->ptr()); in DynamicDestroy()
829 this->ptr()->toImage.set_ptr(NULL); in DynamicDestroy()
847 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
849 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
850 resPixelBasedImage.ptr()->toImageDataTable.set_ptr(NULL); in DynamicDestroy()
854 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()
857 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()
860 allocator->Free(this->ptr()); in DynamicDestroy()
861 this->ptr()->toImage.set_ptr(NULL); in DynamicDestroy()