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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10misc.h 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device);
41 IDXGISwapChain **swapchain, ID3D10Device **device);
d3d10shader.idl 260 LPCSTR D3D10GetPixelShaderProfile(ID3D10Device *pDevice);
261 LPCSTR D3D10GetVertexShaderProfile(ID3D10Device *pDevice);
262 LPCSTR D3D10GetGeometryShaderProfile(ID3D10Device *pDevice);
d3d10_1.idl 139 interface ID3D10Device1 : ID3D10Device
d3d10.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10app.h 44 virtual void draw(ID3D10Device* ctx, ID3D10RenderTargetView* rtv, unsigned width, unsigned height, double time) = 0;
45 virtual bool init(ID3D10Device* dev, int argc, char** argv) = 0;
d3d10winmain.cpp 35 static ID3D10Device* dev;
36 static ID3D10Device* ctx;
d3d10x11main.cpp 36 static ID3D10Device* dev;
37 static ID3D10Device* ctx;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10misc.h 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device);
41 IDXGISwapChain **swapchain, ID3D10Device **device);
d3d10.h 132 typedef interface ID3D10Device ID3D10Device;
    [all...]
d3d10shader.h 220 const char * WINAPI D3D10GetVertexShaderProfile(ID3D10Device *device);
221 const char * WINAPI D3D10GetGeometryShaderProfile(ID3D10Device *device);
222 const char * WINAPI D3D10GetPixelShaderProfile(ID3D10Device *device);
d3d10_1.idl 136 interface ID3D10Device1 : ID3D10Device
d3d10effect.h     [all...]
d3d10_1.h 148 ID3D10Device **ppDevice);
210 static FORCEINLINE void ID3D10BlendState1_GetDevice(ID3D10BlendState1* This,ID3D10Device **ppDevice) {
306 ID3D10Device **ppDevice);
375 static FORCEINLINE void ID3D10ShaderResourceView1_GetDevice(ID3D10ShaderResourceView1* This,ID3D10Device **ppDevice) {
424 ID3D10Device1 : public ID3D10Device
458 /*** ID3D10Device methods ***/
    [all...]
d3d10.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 20 ID3D10Device *device
27 ID3D10Device *device
34 ID3D10Device *device
d3d11.cpp 86 COM_INTERFACE(ID3D10Device1, ID3D10Device)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 59 virtual bool init(ID3D10Device* dev, int argc, char** argv)
88 virtual void draw(ID3D10Device* ctx, ID3D10RenderTargetView* rtv, unsigned width, unsigned height, double time)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
dxgid3d10.cpp 131 ID3D10Device **out_device
145 ID3D10Device** out_device

Completed in 3827 milliseconds