Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp559 device->GetVertexShaderConstantF(i, vertexShaderConstantF[i], 1); in Capture()
1219 device->GetVertexShaderConstantF(0, vertexShaderConstantF[0], MAX_VERTEX_SHADER_CONST); in captureVertexShaderStates()
DDirect3DDevice9Ex.cpp572 …long Direct3DDevice9Ex::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, … in GetVertexShaderConstantF() function in D3D9::Direct3DDevice9Ex
576 return Direct3DDevice9::GetVertexShaderConstantF(startRegister, constantData, count); in GetVertexShaderConstantF()
DDirect3DDevice9Ex.hpp152 …long __stdcall GetVertexShaderConstantF(unsigned int startRegister, float *constantData, unsigned …
DDirect3DDevice9.hpp133 …long __stdcall GetVertexShaderConstantF(unsigned int startRegister, float *constantData, unsigned …
DDirect3DDevice9.cpp2101 …long Direct3DDevice9::GetVertexShaderConstantF(unsigned int startRegister, float *constantData, un… in GetVertexShaderConstantF() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h253 …virtual HRESULT WINAPI GetVertexShaderConstantF(UINT StartRegister, float *pConstantData, UINT Vec…
841 …HRESULT (WINAPI *GetVertexShaderConstantF)(IDirect3DDevice9 *This, UINT StartRegister, float *pCon…
968 #define IDirect3DDevice9_GetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantF(p,…
1092 …HRESULT (WINAPI *GetVertexShaderConstantF)(IDirect3DDevice9Ex *This, UINT StartRegister, float *pC…
1235 #define IDirect3DDevice9Ex_GetVertexShaderConstantF(p,a,b,c) (p)->lpVtbl->GetVertexShaderConstantF(…