Home
last modified time | relevance | path

Searched refs:GetVertexShaderConstantI (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp567 device->GetVertexShaderConstantI(i, vertexShaderConstantI[i], 1); in Capture()
1220 device->GetVertexShaderConstantI(0, vertexShaderConstantI[0], 16); in captureVertexShaderStates()
DDirect3DDevice9Ex.cpp579 …long Direct3DDevice9Ex::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, un… in GetVertexShaderConstantI() function in D3D9::Direct3DDevice9Ex
583 return Direct3DDevice9::GetVertexShaderConstantI(startRegister, constantData, count); in GetVertexShaderConstantI()
DDirect3DDevice9Ex.hpp154 …long __stdcall GetVertexShaderConstantI(unsigned int startRegister, int *constantData, unsigned in…
DDirect3DDevice9.hpp134 …long __stdcall GetVertexShaderConstantI(unsigned int startRegister, int *constantData, unsigned in…
DDirect3DDevice9.cpp2123 …long Direct3DDevice9::GetVertexShaderConstantI(unsigned int startRegister, int *constantData, unsi… in GetVertexShaderConstantI() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h255 …virtual HRESULT WINAPI GetVertexShaderConstantI(UINT StartRegister, int *pConstantData, UINT Vecto…
843 …HRESULT (WINAPI *GetVertexShaderConstantI)(IDirect3DDevice9 *This, UINT StartRegister, int *pConst…
970 #define IDirect3DDevice9_GetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantI(p,…
1094 …HRESULT (WINAPI *GetVertexShaderConstantI)(IDirect3DDevice9Ex *This, UINT StartRegister, int *pCon…
1237 #define IDirect3DDevice9Ex_GetVertexShaderConstantI(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantI(…