Home
last modified time | relevance | path

Searched refs:GalliumD3D10Device (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11.cpp236 *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()
Dd3d11_context.h41 struct GalliumD3D10Device : public GalliumD3D10ScreenImpl<threadsafe>
44 typedef GalliumD3D10Device GalliumD3D10DeviceContext;
128GalliumD3D10Device(pipe_screen* screen, pipe_context* pipe, bool owns_pipe, unsigned creation_flag… in GalliumD3D10Device() function
135 ~GalliumD3D10Device() in ~GalliumD3D10Device()