/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 173 …long Direct3DDevice9Ex::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT form… in CreateRenderTarget() function in D3D9::Direct3DDevice9Ex 177 …return Direct3DDevice9::CreateRenderTarget(width, height, format, multiSample, multiSampleQuality,… in CreateRenderTarget()
|
D | Direct3DDevice9Ex.hpp | 85 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
|
D | Direct3DDevice9.hpp | 76 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
|
D | Direct3DDevice9.cpp | 777 …long Direct3DDevice9::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format… in CreateRenderTarget() function in D3D9::Direct3DDevice9
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 71 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
|
D | Direct3DDevice8.cpp | 685 …long Direct3DDevice8::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format… in CreateRenderTarget() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 277 …STDMETHOD(CreateRenderTarget)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DMULTISAMPLE_TYPE Mu… in DECLARE_INTERFACE_() local 379 #define IDirect3DDevice8_CreateRenderTarget(p,a,b,c,d,e,f) (p)->lpVtbl->CreateRenderTarget(p,a,b,c,… 477 #define IDirect3DDevice8_CreateRenderTarget(p,a,b,c,d,e,f) (p)->CreateRenderTarget(a,b,c,d,e,f)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 186 …virtual HRESULT WINAPI CreateRenderTarget(UINT Width, UINT Height, D3DFORMAT Format, D3DMULTISAMPL… 774 …HRESULT (WINAPI *CreateRenderTarget)(IDirect3DDevice9 *This, UINT Width, UINT Height, D3DFORMAT Fo… 901 #define IDirect3DDevice9_CreateRenderTarget(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateRenderTarget(p,a,… 1025 …HRESULT (WINAPI *CreateRenderTarget)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, D3DFORMAT … 1168 #define IDirect3DDevice9Ex_CreateRenderTarget(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateRenderTarget(p,…
|