Home
last modified time | relevance | path

Searched defs:LazyResource (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h226 constexpr LazyResource() : mResource() {} in LazyResource() function
240 LazyResource(LazyResource &&other) : mResource(std::move(other.mResource)) {} in LazyResource() function