Searched refs:GalliumD3D10Device (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11.cpp | 236 *ppDevice = new GalliumD3D10Device<false>(screen, context, owns_context, creation_flags, adapter); in GalliumD3D10DeviceCreate1() 238 *ppDevice = new GalliumD3D10Device<true>(screen, context, owns_context, creation_flags, adapter); in GalliumD3D10DeviceCreate1()
|
D | d3d11_context.h | 41 struct GalliumD3D10Device : public GalliumD3D10ScreenImpl<threadsafe> 44 typedef GalliumD3D10Device GalliumD3D10DeviceContext; 128 …GalliumD3D10Device(pipe_screen* screen, pipe_context* pipe, bool owns_pipe, unsigned creation_flag… in GalliumD3D10Device() function 135 ~GalliumD3D10Device() in ~GalliumD3D10Device()
|