Searched refs:GrD3DFenceInfo (Results 1 – 7 of 7) sorted by relevance
68 void initDirect3D(const GrD3DFenceInfo& info) { in initDirect3D()106 bool getD3DFenceInfo(GrD3DFenceInfo* outInfo) const;111 void assignD3DFenceInfo(const GrD3DFenceInfo& info);120 GrD3DFenceInfo* fD3DFenceInfo;
22 static std::unique_ptr<GrD3DSemaphore> MakeWrapped(const GrD3DFenceInfo&);32 GrD3DSemaphore(const GrD3DFenceInfo&);36 GrD3DFenceInfo fFenceInfo;
14 GrD3DFenceInfo fenceInfo; in Make()21 std::unique_ptr<GrD3DSemaphore> GrD3DSemaphore::MakeWrapped(const GrD3DFenceInfo& fenceInfo) { in MakeWrapped()25 GrD3DSemaphore::GrD3DSemaphore(const GrD3DFenceInfo& fenceInfo) : fFenceInfo(fenceInfo) {} in GrD3DSemaphore()
1506 GrD3DFenceInfo fenceInfo; in wrapBackendSemaphore()
21 void GrBackendSemaphore::assignD3DFenceInfo(const GrD3DFenceInfo& info) { in assignD3DFenceInfo()26 fD3DFenceInfo = new GrD3DFenceInfo(info); in assignD3DFenceInfo()30 bool GrBackendSemaphore::getD3DFenceInfo(GrD3DFenceInfo* outInfo) const { in getD3DFenceInfo()
22 struct GrD3DFenceInfo;
229 struct GrD3DFenceInfo { struct230 GrD3DFenceInfo() in GrD3DFenceInfo() argument