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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
dxgid3d11.cpp 43 ID3D11DeviceContext **out_immediate_context
104 ID3D11DeviceContext** out_immediate_context )
107 ComPtr<ID3D11DeviceContext> ctx;
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 44 virtual void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time) = 0;
d3d11u.h 132 void bind(ID3D11DeviceContext* ctx)
142 void draw_bound(ID3D11DeviceContext* ctx)
150 void bind_and_draw(ID3D11DeviceContext* ctx)
203 void bind(ID3D11DeviceContext* ctx, ID3D11ShaderResourceView* srv, ID3D11RenderTargetView* rtv, float x, float y, float width, float height, bool linear)
224 void draw_bound(ID3D11DeviceContext* ctx)
229 void bind_draw_and_unbind(ID3D11DeviceContext* ctx, ID3D11ShaderResourceView* srv, ID3D11RenderTargetView* rtv, float x, float y, float width, float height, bool linear)
236 void unbind(ID3D11DeviceContext* ctx)
d3d11x11main.cpp 11 static ID3D11DeviceContext* ctx;
d3d11winmain.cpp 36 static ID3D11DeviceContext* ctx;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 82 COM_INTERFACE(ID3D11DeviceContext, ID3D11DeviceChild)
92 static ID3D11DeviceContext* GalliumD3D11ImmediateDeviceContext_Create(GalliumD3D11Screen* device, struct pipe_context* pipe, bool owns_pipe);
93 static void GalliumD3D11ImmediateDeviceContext_RestoreGalliumState(ID3D11DeviceContext* context);
94 static void GalliumD3D11ImmediateDeviceContext_RestoreGalliumStateBlitOnly(ID3D11DeviceContext* context);
95 static void GalliumD3D11ImmediateDeviceContext_Destroy(ID3D11DeviceContext* device);
152 ID3D11DeviceContext* immediate_context;
153 ID3D11DeviceContext* get_immediate_context()
d3d11_context.h 37 public GalliumD3D11DeviceChild<ID3D11DeviceContext>
115 : GalliumD3D11DeviceChild<ID3D11DeviceContext>(device), pipe(pipe), owns_pipe(owns_pipe), context_flags(context_flags)
    [all...]
d3d11_screen.h 195 ID3D11DeviceContext **out_immediate_context)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 167 typedef interface ID3D11DeviceContext ID3D11DeviceContext;
    [all...]
d3d11_1.idl 104 interface ID3D11DeviceContext1 : ID3D11DeviceContext
d3d11sdklayers.h     [all...]
d3d11sdklayers.idl     [all...]
d3d11.idl     [all...]
d3d11_1.h 356 ID3D11DeviceContext1 : public ID3D11DeviceContext
525 /*** ID3D11DeviceContext methods ***/
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 90 virtual void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 92 virtual void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 145 void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 282 void draw_one(ID3D11DeviceContext* ctx, cbuf_t& cbd, const float4x4& modelview, float angle)
380 void draw(ID3D11DeviceContext* ctx, ID3D11RenderTargetView* rtv, unsigned width, unsigned height, double time)
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp 427 ID3D11DeviceContext *pDeviceContext = 0;
667 ID3D11DeviceContext *pDeviceContext = 0;
    [all...]

Completed in 701 milliseconds