Searched refs:GetVertexShaderFunction (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 120 …long __stdcall GetVertexShaderFunction(unsigned long handle, void *data, unsigned long *size) over…
|
D | Direct3DDevice8.cpp | 1684 …long Direct3DDevice8::GetVertexShaderFunction(unsigned long handle, void *data, unsigned long *siz… in GetVertexShaderFunction() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 334 STDMETHOD(GetVertexShaderFunction)(THIS_ DWORD Handle,void* pData,DWORD* pSizeOfData) PURE; in DECLARE_INTERFACE_() local 436 #define IDirect3DDevice8_GetVertexShaderFunction(p,a,b,c) (p)->lpVtbl->GetVertexShaderFunction(p,a,… 534 #define IDirect3DDevice8_GetVertexShaderFunction(p,a,b,c) (p)->GetVertexShaderFunction(a,b,c)
|