Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.h185 angle::Result checkForDeallocation(const gl::Context *context, BufferUsage usage);
DBuffer11.cpp628 angle::Result Buffer11::checkForDeallocation(const gl::Context *context, BufferUsage usage) in checkForDeallocation() function in rx::Buffer11
682 ANGLE_TRY(checkForDeallocation(context, BUFFER_USAGE_SYSTEM_MEMORY)); in garbageCollection()
687 ANGLE_TRY(checkForDeallocation(context, BUFFER_USAGE_STAGING)); in garbageCollection()