Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.hpp102 class LazyResource class
128 LazyResource<Element>::LazyResource (de::MovePtr<tcu::Resource> resource) in LazyResource() function in vk::BinaryRegistryDetail::LazyResource
/third_party/skia/third_party/externals/angle2/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
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h227 constexpr LazyResource() : mResource() {} in LazyResource() function
241 LazyResource(LazyResource &&other) : mResource(std::move(other.mResource)) {} in LazyResource() function