Home
last modified time | relevance | path

Searched defs:gr_cp (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/include/gpu/d3d/
H A DGrD3DTypes.h48 template <typename T> class gr_cp { class
52 constexpr gr_cp() : fObject(nullptr) {} in gr_cp() function in gr_cp
53 constexpr gr_cp(std::nullptr_t) : fObject(nullptr) {} in gr_cp() function in gr_cp
59 gr_cp(const gr_cp<T>& that) : fObject(GrSafeComAddRef(that.get())) {} in gr_cp() function in gr_cp
66 gr_cp(gr_cp< function in gr_cp
72 explicit gr_cp(T* obj) { gr_cp() function in gr_cp
[all...]

Completed in 2 milliseconds