Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp208 …long Direct3DDevice9Ex::CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 *… in CreateVertexShader() function in D3D9::Direct3DDevice9Ex
212 return Direct3DDevice9::CreateVertexShader(function, shader); in CreateVertexShader()
DDirect3DDevice9Ex.hpp148 …long __stdcall CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **shader) …
DDirect3DDevice9.hpp81 …long __stdcall CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **shader) …
DDirect3DDevice9.cpp922 …long Direct3DDevice9::CreateVertexShader(const unsigned long *function, IDirect3DVertexShader9 **s… in CreateVertexShader() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp75 …long __stdcall CreateVertexShader(const unsigned long *declaration, const unsigned long *function,…
DDirect3DDevice8.cpp785 …long Direct3DDevice8::CreateVertexShader(const unsigned long *declaration, const unsigned long *fu… in CreateVertexShader() function in D3D8::Direct3DDevice8
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp971 …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/
Dd3d8.h327 …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/
Dd3d9.h249 …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)