Home
last modified time | relevance | path

Searched refs:CreateRenderTarget (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp173 …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()
DDirect3DDevice9Ex.hpp85 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
DDirect3DDevice9.hpp76 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
DDirect3DDevice9.cpp777 …long Direct3DDevice9::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format… in CreateRenderTarget() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp71 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
DDirect3DDevice8.cpp685 …long Direct3DDevice8::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format… in CreateRenderTarget() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h277 …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/
Dd3d9.h186 …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,…