Home
last modified time | relevance | path

Searched refs:fAllocation (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DAMDMemoryAllocator.h42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
44 fAllocation->Release();
48 D3D12MA::Allocation* fAllocation; member in GrD3DAMDMemoryAllocator::Alloc
H A DGrD3DAMDMemoryAllocator.cpp56 HRESULT hr = fAllocator->CreateAliasingResource(alloc->fAllocation, localOffset, resourceDesc, in createAliasingResource()
/third_party/skia/src/utils/
H A 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

Completed in 4 milliseconds