Searched refs:GalliumD3D11DeviceChild (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h28 struct GalliumD3D11DeviceChild : public GalliumPrivateDataComObject<Base, dual_refcnt_t> struct in inherits:GalliumPrivateDataComObject
34 GalliumD3D11DeviceChild() function in struct:GalliumD3D11DeviceChild
38 GalliumD3D11DeviceChild(GalliumD3D11Screen* p_device) function in struct:GalliumD3D11DeviceChild
45 virtual ~GalliumD3D11DeviceChild()
87 struct GalliumD3D11Object : public GalliumD3D11DeviceChild<Base>
91 : GalliumD3D11DeviceChild<Base>(device), object(object)
239 struct GalliumD3D11ResourceBase : public GalliumD3D11DeviceChild<Base>
651 struct GalliumD3D11Asynchronous : public GalliumD3D11DeviceChild<Base>
657 : GalliumD3D11DeviceChild<Base>(device), query(query), data_size(data_size)
H A Dd3d11_context.h37 public GalliumD3D11DeviceChild<ID3D11DeviceContext>
115 : GalliumD3D11DeviceChild<ID3D11DeviceContext>(device), pipe(pipe), owns_pipe(owns_pipe), context_flags(context_flags)
2074 ((GalliumD3D11DeviceChild<>*)p)->nonatomic_add_ref();
2080 ((GalliumD3D11DeviceChild<>*)p)->nonatomic_release();
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h28 struct GalliumD3D11DeviceChild : public GalliumPrivateDataComObject<Base, dual_refcnt_t> struct in inherits:GalliumPrivateDataComObject
34 GalliumD3D11DeviceChild() function in struct:GalliumD3D11DeviceChild
38 GalliumD3D11DeviceChild(GalliumD3D11Screen* p_device) function in struct:GalliumD3D11DeviceChild
45 virtual ~GalliumD3D11DeviceChild()
87 struct GalliumD3D11Object : public GalliumD3D11DeviceChild<Base>
91 : GalliumD3D11DeviceChild<Base>(device), object(object)
239 struct GalliumD3D11ResourceBase : public GalliumD3D11DeviceChild<Base>
651 struct GalliumD3D11Asynchronous : public GalliumD3D11DeviceChild<Base>
657 : GalliumD3D11DeviceChild<Base>(device), query(query), data_size(data_size)
H A Dd3d11_context.h37 public GalliumD3D11DeviceChild<ID3D11DeviceContext>
115 : GalliumD3D11DeviceChild<ID3D11DeviceContext>(device), pipe(pipe), owns_pipe(owns_pipe), context_flags(context_flags)
2074 ((GalliumD3D11DeviceChild<>*)p)->nonatomic_add_ref();
2080 ((GalliumD3D11DeviceChild<>*)p)->nonatomic_release();

Completed in 84 milliseconds