Home
last modified time | relevance | path

Searched refs:fDeallocateTextureStorage (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTexture.cpp40 if (this->desc().fTextureStorageAllocator.fDeallocateTextureStorage) { in onRelease()
41 this->desc().fTextureStorageAllocator.fDeallocateTextureStorage( in onRelease()
DGrGLGpu.cpp1587 desc.fTextureStorageAllocator.fDeallocateTextureStorage( in createTextureExternalAllocatorImpl()
/external/skia/tests/
DTextureStorageAllocator.cpp66 grAllocator.fDeallocateTextureStorage= &TestStorageAllocator::deallocateTextureStorage; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
101 grAllocator.fDeallocateTextureStorage= &TestStorageAllocator::deallocateTextureStorage; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/gpu/
DGrTypes.h437 , fDeallocateTextureStorage(nullptr) { in GrTextureStorageAllocator()
471 DeallocateTextureStorageProc fDeallocateTextureStorage; member