Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_wgpu.cpp186 static void SafeRelease(ImDrawIdx*& res) in SafeRelease() function
192 static void SafeRelease(ImDrawVert*& res) in SafeRelease() function
198 static void SafeRelease(WGPUBindGroupLayout& res) in SafeRelease() function
204 static void SafeRelease(WGPUBindGroup& res) in SafeRelease() function
210 static void SafeRelease(WGPUBuffer& res) in SafeRelease() function
216 static void SafeRelease(WGPURenderPipeline& res) in SafeRelease() function
222 static void SafeRelease(WGPUSampler& res) in SafeRelease() function
228 static void SafeRelease(WGPUShaderModule& res) in SafeRelease() function
234 static void SafeRelease(WGPUTextureView& res) in SafeRelease() function
240 static void SafeRelease(WGPUTexture& res) in SafeRelease() function
[all …]
Dimgui_impl_dx12.cpp148 static inline void SafeRelease(T*& res) in SafeRelease() function
/third_party/skia/third_party/externals/angle2/src/common/
Dangleutils.h127 void SafeRelease(T (&resourceBlock)[N]) in SafeRelease() function
136 void SafeRelease(T &resource) in SafeRelease() function