Searched refs:CreateVertexShader (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 208 …long Direct3DDevice9Ex::CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 *… in CreateVertexShader() function in D3D9::Direct3DDevice9Ex 212 return Direct3DDevice9::CreateVertexShader(function, shader); in CreateVertexShader()
|
D | Direct3DDevice9Ex.hpp | 148 …long __stdcall CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **shader) …
|
D | Direct3DDevice9.hpp | 81 …long __stdcall CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **shader) …
|
D | Direct3DDevice9.cpp | 922 …long Direct3DDevice9::CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **s… in CreateVertexShader() function in D3D9::Direct3DDevice9
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 75 …long __stdcall CreateVertexShader(const unsigned long *declaration, const unsigned long *function,…
|
D | Direct3DDevice8.cpp | 785 …long Direct3DDevice8::CreateVertexShader(const unsigned long *declaration, const unsigned long *fu… in CreateVertexShader() function in D3D8::Direct3DDevice8
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 971 …hr = m_pDevice->CreateVertexShader(pVSBlob->GetBufferPointer(), pVSBlob->GetBufferSize(), NULL, pV… in createShaders() 996 …hr = m_pDevice->CreateVertexShader(pVSBlob->GetBufferPointer(), pVSBlob->GetBufferSize(), NULL, pV… in createShaders()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 327 …STDMETHOD(CreateVertexShader)(THIS_ CONST DWORD* pDeclaration,CONST DWORD* pFunction,DWORD* pHandl… in DECLARE_INTERFACE_() local 429 #define IDirect3DDevice8_CreateVertexShader(p,a,b,c,d) (p)->lpVtbl->CreateVertexShader(p,a,b,c,d) 527 #define IDirect3DDevice8_CreateVertexShader(p,a,b,c,d) (p)->CreateVertexShader(a,b,c,d)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 249 …virtual HRESULT WINAPI CreateVertexShader(const DWORD *pFunction, IDirect3DVertexShader9 **ppShade… 837 …HRESULT (WINAPI *CreateVertexShader)(IDirect3DDevice9 *This, const DWORD *pFunction, IDirect3DVert… 964 #define IDirect3DDevice9_CreateVertexShader(p,a,b) (p)->lpVtbl->CreateVertexShader(p,a,b) 1088 …HRESULT (WINAPI *CreateVertexShader)(IDirect3DDevice9Ex *This, const DWORD *pFunction, IDirect3DVe… 1231 #define IDirect3DDevice9Ex_CreateVertexShader(p,a,b) (p)->lpVtbl->CreateVertexShader(p,a,b)
|