Home
last modified time | relevance | path

Searched refs:GrD3DFenceInfo (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/gpu/
DGrBackendSemaphore.h68 void initDirect3D(const GrD3DFenceInfo& info) { in initDirect3D()
106 bool getD3DFenceInfo(GrD3DFenceInfo* outInfo) const;
111 void assignD3DFenceInfo(const GrD3DFenceInfo& info);
120 GrD3DFenceInfo* fD3DFenceInfo;
/external/skia/src/gpu/d3d/
DGrD3DSemaphore.h22 static std::unique_ptr<GrD3DSemaphore> MakeWrapped(const GrD3DFenceInfo&);
32 GrD3DSemaphore(const GrD3DFenceInfo&);
36 GrD3DFenceInfo fFenceInfo;
DGrD3DSemaphore.cpp14 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()
DGrD3DGpu.cpp1506 GrD3DFenceInfo fenceInfo; in wrapBackendSemaphore()
/external/skia/src/gpu/
DGrBackendSemaphore.cpp21 void GrBackendSemaphore::assignD3DFenceInfo(const GrD3DFenceInfo& info) { in assignD3DFenceInfo()
26 fD3DFenceInfo = new GrD3DFenceInfo(info); in assignD3DFenceInfo()
30 bool GrBackendSemaphore::getD3DFenceInfo(GrD3DFenceInfo* outInfo) const { in getD3DFenceInfo()
/external/skia/include/gpu/d3d/
DGrD3DTypesMinimal.h22 struct GrD3DFenceInfo;
DGrD3DTypes.h229 struct GrD3DFenceInfo { struct
230 GrD3DFenceInfo() in GrD3DFenceInfo() argument