Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DBufferNULL.cpp21 BufferNULL::BufferNULL(const gl::BufferState &state, AllocationTrackerNULL *allocationTracker) in BufferNULL() argument
22 : BufferImpl(state), mAllocationTracker(allocationTracker) in BufferNULL()
DContextNULL.cpp64 AllocationTrackerNULL *allocationTracker) in ContextNULL() argument
65 : ContextImpl(state, errorSet), mAllocationTracker(allocationTracker) in ContextNULL()
DBufferNULL.h23 BufferNULL(const gl::BufferState &state, AllocationTrackerNULL *allocationTracker);
DContextNULL.h38 AllocationTrackerNULL *allocationTracker);