Home
last modified time | relevance | path

Searched defs:CreatePixelShader (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp159 …long Direct3DDevice9Ex::CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **s… in CreatePixelShader() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp686 …long Direct3DDevice9::CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **sha… in CreatePixelShader() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp652 long Direct3DDevice8::CreatePixelShader(const unsigned long *function, unsigned long *handle) in CreatePixelShader() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h339 STDMETHOD(CreatePixelShader)(THIS_ CONST DWORD* pFunction,DWORD* pHandle) PURE; in DECLARE_INTERFACE_() local