Searched refs:fAllocFunc (Results 1 – 1 of 1) sorted by relevance
130 fAllocFunc = &GrVkHeap::subAlloc; in GrVkHeap()132 fAllocFunc = &GrVkHeap::singleAlloc; in GrVkHeap()144 return (*this.*fAllocFunc)(size, alignment, memoryTypeIndex, heapIndex, alloc); in alloc()164 AllocFunc fAllocFunc; variable