Searched defs:GetDevice (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/core/fpdfapi/render/
H A Dcpdf_scaledrenderbuffer.h33 CFX_RenderDevice* GetDevice() const { function in class:CPDF_ScaledRenderBuffer
/external/swiftshader/src/D3D9/
H A DDirect3DPixelShader9.cpp77 long Direct3DPixelShader9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DPixelShader9
H A DDirect3DVertexShader9.cpp77 long Direct3DVertexShader9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DVertexShader9
H A DDirect3DQuery9.cpp82 long __stdcall Direct3DQuery9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DQuery9
H A DDirect3DBaseTexture9.cpp109 long Direct3DBaseTexture9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DBaseTexture9
115 return Direct3DResource9::GetDevice(device);
H A DDirect3DIndexBuffer9.cpp107 long Direct3DIndexBuffer9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DIndexBuffer9
113 return Direct3DResource9::GetDevice(device);
H A DDirect3DResource9.cpp127 long Direct3DResource9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DResource9
H A DDirect3DVertexBuffer9.cpp146 long Direct3DVertexBuffer9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DVertexBuffer9
152 return Direct3DResource9::GetDevice(device);
H A DDirect3DVertexDeclaration9.cpp325 long Direct3DVertexDeclaration9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DVertexDeclaration9
H A DDirect3DCubeTexture9.cpp143 long Direct3DCubeTexture9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DCubeTexture9
149 return Direct3DBaseTexture9::GetDevice(device);
H A DDirect3DSurface9.cpp180 long Direct3DSurface9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DSurface9
186 return Direct3DResource9::GetDevice(device);
H A DDirect3DSwapChain9.cpp279 long Direct3DSwapChain9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DSwapChain9
H A DDirect3DTexture9.cpp134 long Direct3DTexture9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DTexture9
140 return Direct3DBaseTexture9::GetDevice(device);
H A DDirect3DVolume9.cpp141 long Direct3DVolume9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DVolume9
147 return resource->GetDevice(device);
H A DDirect3DVolumeTexture9.cpp135 long Direct3DVolumeTexture9::GetDevice(IDirect3DDevice9 **device) function in class:D3D9::Direct3DVolumeTexture9
141 return Direct3DBaseTexture9::GetDevice(device);
/external/swiftshader/src/D3D8/
H A DDirect3DBaseTexture8.cpp96 long Direct3DBaseTexture8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DBaseTexture8
100 return Direct3DResource8::GetDevice(device);
H A DDirect3DIndexBuffer8.cpp96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DIndexBuffer8
100 return Direct3DResource8::GetDevice(device);
H A DDirect3DResource8.cpp119 long Direct3DResource8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DResource8
H A DDirect3DVertexBuffer8.cpp135 long Direct3DVertexBuffer8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DVertexBuffer8
139 return Direct3DResource8::GetDevice(device);
H A DDirect3DCubeTexture8.cpp132 long Direct3DCubeTexture8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DCubeTexture8
136 return Direct3DBaseTexture8::GetDevice(device);
H A DDirect3DSurface8.cpp147 long Direct3DSurface8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DSurface8
151 return resource->GetDevice(device);
H A DDirect3DTexture8.cpp123 long Direct3DTexture8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DTexture8
127 return Direct3DBaseTexture8::GetDevice(device);
H A DDirect3DVolume8.cpp125 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DVolume8
129 return resource->GetDevice(device);
H A DDirect3DVolumeTexture8.cpp124 long Direct3DVolumeTexture8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DVolumeTexture8
128 return Direct3DBaseTexture8::GetDevice(device);
H A DDirect3DStateBlock8.cpp275 long Direct3DStateBlock8::GetDevice(IDirect3DDevice8 **device) function in class:D3D8::Direct3DStateBlock8

Completed in 337 milliseconds

12