OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GalliumD3D11Screen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
89
struct
GalliumD3D11Screen
;
92
static ID3D11DeviceContext* GalliumD3D11ImmediateDeviceContext_Create(
GalliumD3D11Screen
* device, struct pipe_context* pipe, bool owns_pipe);
144
struct
GalliumD3D11Screen
: public GalliumD3D11ScreenBase
158
GalliumD3D11Screen
* get_immediate_context()
165
GalliumD3D11Screen
(pipe_screen* screen, struct pipe_context* immediate_pipe, IDXGIAdapter* adapter)
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
89
struct
GalliumD3D11Screen
;
92
static ID3D11DeviceContext* GalliumD3D11ImmediateDeviceContext_Create(
GalliumD3D11Screen
* device, struct pipe_context* pipe, bool owns_pipe);
144
struct
GalliumD3D11Screen
: public GalliumD3D11ScreenBase
158
GalliumD3D11Screen
* get_immediate_context()
165
GalliumD3D11Screen
(pipe_screen* screen, struct pipe_context* immediate_pipe, IDXGIAdapter* adapter)
Completed in 28 milliseconds