Home
last modified time | relevance | path

Searched defs:GrTextureStorageAllocator (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrTypes.h434 struct GrTextureStorageAllocator { struct
435 GrTextureStorageAllocator() in GrTextureStorageAllocator() argument
440 enum class Result {
445 typedef Result (*AllocateTextureStorageProc)(
448 typedef void (*DeallocateTextureStorageProc)(void* ctx, GrBackendObject texture);
461 AllocateTextureStorageProc fAllocateTextureStorage;
471 DeallocateTextureStorageProc fDeallocateTextureStorage;
477 void* fCtx;
/external/skia/src/image/
DSkSurface.cpp215 const SkSurfaceProps*, GrTextureStorageAllocator) { in NewRenderTarget() argument