Searched refs:GalliumD3D11ScreenImpl (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11.cpp | 227 …*ppDevice = new GalliumD3D11ScreenImpl<false>(screen, context, owns_context, creation_flags, adapt… in GalliumD3D11DeviceCreate() 229 …*ppDevice = new GalliumD3D11ScreenImpl<true>(screen, context, owns_context, creation_flags, adapte… in GalliumD3D11DeviceCreate()
|
D | d3d11_screen.h | 93 struct GalliumD3D11ScreenImpl : public GalliumD3D11Screen struct 106 …GalliumD3D11ScreenImpl(struct pipe_screen* screen, struct pipe_context* immediate_pipe, BOOL owns_… in GalliumD3D11ScreenImpl() argument 171 ~GalliumD3D11ScreenImpl() in ~GalliumD3D11ScreenImpl() argument
|