Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp535 device->GetPixelShaderConstantF(i, pixelShaderConstantF[i], 1); in Capture()
1115 device->GetPixelShaderConstantF(0, pixelShaderConstantF[0], 32); in capturePixelShaderStates()
DDirect3DDevice9Ex.cpp446 …long Direct3DDevice9Ex::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, u… in GetPixelShaderConstantF() function in D3D9::Direct3DDevice9Ex
450 return Direct3DDevice9::GetPixelShaderConstantF(startRegister, constantData, count); in GetPixelShaderConstantF()
DDirect3DDevice9Ex.hpp169 …long __stdcall GetPixelShaderConstantF(unsigned int startRegister, float *constantData, unsigned i…
DDirect3DDevice9.hpp115 …long __stdcall GetPixelShaderConstantF(unsigned int startRegister, float *constantData, unsigned i…
DDirect3DDevice9.cpp1700 …long Direct3DDevice9::GetPixelShaderConstantF(unsigned int startRegister, float *constantData, uns… in GetPixelShaderConstantF() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h268 …virtual HRESULT WINAPI GetPixelShaderConstantF(UINT StartRegister, float *pConstantData, UINT Vect…
856 …HRESULT (WINAPI *GetPixelShaderConstantF)(IDirect3DDevice9 *This, UINT StartRegister, float *pCons…
983 #define IDirect3DDevice9_GetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantF(p,a,…
1107 …HRESULT (WINAPI *GetPixelShaderConstantF)(IDirect3DDevice9Ex *This, UINT StartRegister, float *pCo…
1250 #define IDirect3DDevice9Ex_GetPixelShaderConstantF(p,a,b,c) (p)->lpVtbl->GetPixelShaderConstantF(p,…