Searched defs:GrTextureStorageAllocator (Results 1 – 2 of 2) sorted by relevance
434 struct GrTextureStorageAllocator { struct435 GrTextureStorageAllocator() in GrTextureStorageAllocator() argument440 enum class Result {445 typedef Result (*AllocateTextureStorageProc)(448 typedef void (*DeallocateTextureStorageProc)(void* ctx, GrBackendObject texture);461 AllocateTextureStorageProc fAllocateTextureStorage;471 DeallocateTextureStorageProc fDeallocateTextureStorage;477 void* fCtx;
215 const SkSurfaceProps*, GrTextureStorageAllocator) { in NewRenderTarget() argument