Home
last modified time | relevance | path

Searched refs:canDeallocateSystemMemory (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.h188 bool canDeallocateSystemMemory() const;
DBuffer11.cpp647 bool Buffer11::canDeallocateSystemMemory() const in canDeallocateSystemMemory() function in rx::Buffer11
680 if (currentUsage != BUFFER_USAGE_SYSTEM_MEMORY && canDeallocateSystemMemory()) in garbageCollection()