Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 25 of 54) sorted by relevance

123

/external/swiftshader/src/D3D8/
DDirect3DBaseTexture8.cpp96 long Direct3DBaseTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DBaseTexture8
100 return Direct3DResource8::GetDevice(device); in GetDevice()
DDirect3DIndexBuffer8.cpp96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DIndexBuffer8
100 return Direct3DResource8::GetDevice(device); in GetDevice()
DDirect3DVertexBuffer8.cpp135 long Direct3DVertexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVertexBuffer8
139 return Direct3DResource8::GetDevice(device); in GetDevice()
DDirect3DTexture8.cpp123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DTexture8
127 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DVolume8.cpp124 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolume8
128 return resource->GetDevice(device); in GetDevice()
DDirect3DCubeTexture8.cpp132 long Direct3DCubeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DCubeTexture8
136 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DVolumeTexture8.cpp124 long Direct3DVolumeTexture8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DVolumeTexture8
128 return Direct3DBaseTexture8::GetDevice(device); in GetDevice()
DDirect3DSurface8.cpp146 long Direct3DSurface8::GetDevice(IDirect3DDevice8 **device) in GetDevice() function in D3D8::Direct3DSurface8
150 return resource->GetDevice(device); in GetDevice()
DDirect3DBaseTexture8.hpp46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
/external/swiftshader/src/D3D9/
DDirect3DIndexBuffer9.cpp107 long Direct3DIndexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DIndexBuffer9
113 return Direct3DResource9::GetDevice(device); in GetDevice()
DDirect3DBaseTexture9.cpp109 long Direct3DBaseTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DBaseTexture9
115 return Direct3DResource9::GetDevice(device); in GetDevice()
DDirect3DVertexBuffer9.cpp146 long Direct3DVertexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVertexBuffer9
152 return Direct3DResource9::GetDevice(device); in GetDevice()
DDirect3DVolume9.cpp140 long Direct3DVolume9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVolume9
146 return resource->GetDevice(device); in GetDevice()
DDirect3DVertexShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DPixelShader9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexDeclaration9.hpp40 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DQuery9.hpp41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DTexture9.cpp134 long Direct3DTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DTexture9
140 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
DDirect3DCubeTexture9.cpp143 long Direct3DCubeTexture9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DCubeTexture9
149 return Direct3DBaseTexture9::GetDevice(device); in GetDevice()
DDirect3DVertexBuffer9.hpp46 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
DDirect3DVertexShader9.cpp77 long Direct3DVertexShader9::GetDevice(IDirect3DDevice9 **device) in GetDevice() function in D3D9::Direct3DVertexShader9
DDirect3DSwapChain9.hpp48 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
/external/swiftshader/include/Direct3D/
Dd3d8.h597 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local
613 #define IDirect3DResource8_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
625 #define IDirect3DResource8_GetDevice(p,a) (p)->GetDevice(a)
649 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local
668 #define IDirect3DBaseTexture8_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
683 #define IDirect3DBaseTexture8_GetDevice(p,a) (p)->GetDevice(a)
711 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local
735 #define IDirect3DTexture8_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
755 #define IDirect3DTexture8_GetDevice(p,a) (p)->GetDevice(a)
788 STDMETHOD(GetDevice)(THIS_ IDirect3DDevice8** ppDevice) PURE; in DECLARE_INTERFACE_() local
[all …]
/external/mesa3d/include/D3D9/
Dd3d9.h117 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
314 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
320 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
329 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
351 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
380 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
386 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
392 virtual HRESULT WINAPI GetDevice(IDirect3DDevice9 **ppDevice) = 0;
602 HRESULT (WINAPI *GetDevice)(IDirect3DBaseTexture9 *This, IDirect3DDevice9 **ppDevice);
628 #define IDirect3DBaseTexture9_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a)
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.h31 CFX_RenderDevice* GetDevice() { in GetDevice() function

123