Home
last modified time | relevance | path

Searched defs:recordTimeAllocator (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrRecordingContextPriv.h45 SkArenaAlloc* recordTimeAllocator() { return fContext->arenas().recordTimeAllocator(); } in recordTimeAllocator() function
DGrRecordingContext.cpp132 GrRecordingContext::Arenas::Arenas(GrOpMemoryPool* opMemoryPool, SkArenaAlloc* recordTimeAllocator) in Arenas()
DGrContextPriv.h58 SkArenaAlloc* recordTimeAllocator() { return fContext->arenas().recordTimeAllocator(); } in recordTimeAllocator() function
/external/skia/include/private/
DGrRecordingContext.h50 SkArenaAlloc* recordTimeAllocator() { return fRecordTimeAllocator; } in recordTimeAllocator() function