Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.h42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
44 fAllocation->Release(); in ~Alloc()
48 D3D12MA::Allocation* fAllocation; variable
DGrD3DAMDMemoryAllocator.cpp56 HRESULT hr = fAllocator->CreateAliasingResource(alloc->fAllocation, localOffset, resourceDesc, in createAliasingResource()
/third_party/skia/src/utils/
DSkPolyUtils.cpp682 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()
688 sk_free(fAllocation); in ~ActiveEdgeList()
977 char* bytes = fAllocation + sizeof(ActiveEdge)*fCurrFree; in allocate()
1055 char* fAllocation; member in ActiveEdgeList
/third_party/flutter/skia/src/utils/
DSkPolyUtils.cpp666 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()
672 sk_free(fAllocation); in ~ActiveEdgeList()
961 char* bytes = fAllocation + sizeof(ActiveEdge)*fCurrFree; in allocate()
1039 char* fAllocation; member in ActiveEdgeList