Home
last modified time | relevance | path

Searched refs:GetVertexShaderFunction (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp120 …long __stdcall GetVertexShaderFunction(unsigned long handle, void *data, unsigned long *size) over…
DDirect3DDevice8.cpp1684 …long Direct3DDevice8::GetVertexShaderFunction(unsigned long handle, void *data, unsigned long *siz… in GetVertexShaderFunction() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h334 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)