Home
last modified time | relevance | path

Searched defs:CreateRenderTarget (Results 1 – 4 of 4) 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
DDirect3DDevice9.cpp777 …long Direct3DDevice9::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format… in CreateRenderTarget() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
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