Home
last modified time | relevance | path

Searched refs:GetSoftwareVertexProcessing (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp502 int Direct3DDevice9Ex::GetSoftwareVertexProcessing() in GetSoftwareVertexProcessing() function in D3D9::Direct3DDevice9Ex
506 return Direct3DDevice9::GetSoftwareVertexProcessing(); in GetSoftwareVertexProcessing()
DDirect3DDevice9Ex.hpp135 int __stdcall GetSoftwareVertexProcessing() override;
DDirect3DDevice9.hpp123 int __stdcall GetSoftwareVertexProcessing() override;
DDirect3DDevice9.cpp1910 int Direct3DDevice9::GetSoftwareVertexProcessing() in GetSoftwareVertexProcessing() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h236 virtual BOOL WINAPI GetSoftwareVertexProcessing() = 0;
824 BOOL (WINAPI *GetSoftwareVertexProcessing)(IDirect3DDevice9 *This);
951 #define IDirect3DDevice9_GetSoftwareVertexProcessing(p) (p)->lpVtbl->GetSoftwareVertexProcessing(p)
1075 BOOL (WINAPI *GetSoftwareVertexProcessing)(IDirect3DDevice9Ex *This);
1218 #define IDirect3DDevice9Ex_GetSoftwareVertexProcessing(p) (p)->lpVtbl->GetSoftwareVertexProcessing(…