HomeSort by relevance Sort by last modified time
    Searched refs:ID3D11Device (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d11.idl 35 HRESULT GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
dxgid3d11.cpp 41 ID3D11Device **out_device,
76 ComPtr<ID3D11Device> device;
102 ID3D11Device** out_device,
106 ComPtr<ID3D11Device> dev;
109 hr = D3D11CreateDevice(adapter, driver_type, software, flags, feature_levels, num_feature_levels, sdk_version, (ID3D11Device**)&dev, feature_level, (ID3D11DeviceContext**)&ctx);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11app.h 45 virtual bool init(ID3D11Device* dev, int argc, char** argv) = 0;
d3d11x11main.cpp 10 static ID3D11Device* dev;
d3d11winmain.cpp 35 static ID3D11Device* dev;
d3d11u.h 90 mesh(ID3D11Device* dev, D3D11_PRIMITIVE_TOPOLOGY topology,
157 mesh* create_tex_quad(ID3D11Device* dev, const BYTE* vs, unsigned vs_size)
186 d3d11_blitter(ID3D11Device* dev)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 59 virtual bool init(ID3D11Device* dev, int argc, char** argv)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 72 COM_INTERFACE(ID3D11Device, IUnknown)
134 GalliumPrivateDataComObject<ID3D11Device>,
224 HRESULT STDMETHODCALLTYPE GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice)
d3d11_objects.h 78 ID3D11Device **out_device
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 222 typedef interface ID3D11Device ID3D11Device;
242 typedef interface ID3D11Device ID3D11Device;
    [all...]
d3d11_1.idl 261 interface ID3D11Device1 : ID3D11Device
d3d11_1.h 147 ID3D11Device **ppDevice);
209 static FORCEINLINE void ID3D11BlendState1_GetDevice(ID3D11BlendState1* This,ID3D11Device **ppDevice) {
279 ID3D11Device **ppDevice);
327 static FORCEINLINE void ID3DDeviceContextState_GetDevice(ID3DDeviceContextState* This,ID3D11Device **ppDevice) {
506 ID3D11Device **ppDevice);
    [all...]
d3d11.idl 30 interface ID3D11Device;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 42 virtual bool init(ID3D11Device* dev, int argc, char** argv)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 86 ID3D11Device* dev;
104 bool init(ID3D11Device* dev, int argc, char** argv)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 86 static mesh* build_gear(ID3D11Device* dev, int triangle_budget, float inner_radius, float outer_radius, float width, int teeth, float tooth_depth)
258 ID3D11Device* dev;
477 bool init(ID3D11Device* dev, int argc, char** argv)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]

Completed in 148 milliseconds