Searched refs:fDeallocateTextureStorage (Results 1 – 4 of 4) sorted by relevance
40 if (this->desc().fTextureStorageAllocator.fDeallocateTextureStorage) { in onRelease()41 this->desc().fTextureStorageAllocator.fDeallocateTextureStorage( in onRelease()
1587 desc.fTextureStorageAllocator.fDeallocateTextureStorage( in createTextureExternalAllocatorImpl()
66 grAllocator.fDeallocateTextureStorage= &TestStorageAllocator::deallocateTextureStorage; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()101 grAllocator.fDeallocateTextureStorage= &TestStorageAllocator::deallocateTextureStorage; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
437 , fDeallocateTextureStorage(nullptr) { in GrTextureStorageAllocator()471 DeallocateTextureStorageProc fDeallocateTextureStorage; member