Home
last modified time | relevance | path

Searched refs:CreatePixelShader (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp159 …long Direct3DDevice9Ex::CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **s… in CreatePixelShader() function in D3D9::Direct3DDevice9Ex
163 return Direct3DDevice9::CreatePixelShader(function, shader); in CreatePixelShader()
DDirect3DDevice9Ex.hpp163 …long __stdcall CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **shader) ov…
DDirect3DDevice9.hpp74 …long __stdcall CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **shader) ov…
DDirect3DDevice9.cpp686 …long Direct3DDevice9::CreatePixelShader(const unsigned long *function, IDirect3DPixelShader9 **sha… in CreatePixelShader() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp70 long __stdcall CreatePixelShader(const unsigned long *function, unsigned long *handle) override;
DDirect3DDevice8.cpp652 long Direct3DDevice8::CreatePixelShader(const unsigned long *function, unsigned long *handle) in CreatePixelShader() function in D3D8::Direct3DDevice8
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp988 …hr = m_pDevice->CreatePixelShader(pPSBlob->GetBufferPointer(), pPSBlob->GetBufferSize(), NULL, pPi… in createShaders()
1013 …hr = m_pDevice->CreatePixelShader(pPSBlob->GetBufferPointer(), pPSBlob->GetBufferSize(), NULL, pPi… in createShaders()
/external/swiftshader/include/Direct3D/
Dd3d8.h339 STDMETHOD(CreatePixelShader)(THIS_ CONST DWORD* pFunction,DWORD* pHandle) PURE; in DECLARE_INTERFACE_() local
441 #define IDirect3DDevice8_CreatePixelShader(p,a,b) (p)->lpVtbl->CreatePixelShader(p,a,b)
539 #define IDirect3DDevice8_CreatePixelShader(p,a,b) (p)->CreatePixelShader(a,b)
/external/mesa3d/include/D3D9/
Dd3d9.h264 …virtual HRESULT WINAPI CreatePixelShader(const DWORD *pFunction, IDirect3DPixelShader9 **ppShader)…
852 …HRESULT (WINAPI *CreatePixelShader)(IDirect3DDevice9 *This, const DWORD *pFunction, IDirect3DPixel…
979 #define IDirect3DDevice9_CreatePixelShader(p,a,b) (p)->lpVtbl->CreatePixelShader(p,a,b)
1103 …HRESULT (WINAPI *CreatePixelShader)(IDirect3DDevice9Ex *This, const DWORD *pFunction, IDirect3DPix…
1246 #define IDirect3DDevice9Ex_CreatePixelShader(p,a,b) (p)->lpVtbl->CreatePixelShader(p,a,b)