Searched defs:Direct3DSurface9 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DSurface9.hpp28 class Direct3DSurface9 : public IDirect3DSurface9, public Direct3DResource9, public sw::Surface class in namespace:D3D9
31 Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage);
33 ~Direct3DSurface9() override;
H A DDirect3DSurface9.cpp15 #include "Direct3DSurface9.hpp"
79 Direct3DSurface9::Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage) function in class:D3D9::Direct3DSurface9
85 Direct3DSurface9::~Direct3DSurface9()
89 void *Direct3DSurface9::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client)
94 void Direct3DSurface9::unlockInternal()
99 long Direct3DSurface9::QueryInterface(const IID &iid, void **object)
120 unsigned long Direct3DSurface9::AddRef()
132 unsigned long Direct3DSurface9
[all...]

Completed in 120 milliseconds