Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11.cpp227 …*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()
Dd3d11_screen.h93 struct GalliumD3D11ScreenImpl : public GalliumD3D11Screen struct
106GalliumD3D11ScreenImpl(struct pipe_screen* screen, struct pipe_context* immediate_pipe, BOOL owns_… in GalliumD3D11ScreenImpl() function
171 ~GalliumD3D11ScreenImpl() in ~GalliumD3D11ScreenImpl() argument