Home
last modified time | relevance | path

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

/external/skia/include/gpu/d3d/
DGrD3DTypes.h52 constexpr gr_cp() : fObject(nullptr) {} in gr_cp() function
53 constexpr gr_cp(std::nullptr_t) : fObject(nullptr) {} in gr_cp() function
59 gr_cp(const gr_cp<T>& that) : fObject(GrSafeComAddRef(that.get())) {} in gr_cp() function
66 gr_cp(gr_cp<T>&& that) : fObject(that.release()) {} in gr_cp() function
72 explicit gr_cp(T* obj) { in gr_cp() function