Searched refs:bSoftware (Results 1 – 4 of 4) sorted by relevance
610 BOOL bSoftware );
1436 BOOL bSoftware ) in LockDevice9_SetSoftwareVertexProcessing() argument1440 r = NineDevice9_SetSoftwareVertexProcessing(This, bSoftware); in LockDevice9_SetSoftwareVertexProcessing()
2675 BOOL bSoftware ) in NineDevice9_SetSoftwareVertexProcessing() argument2678 This->swvp = bSoftware; in NineDevice9_SetSoftwareVertexProcessing()2679 nine_context_set_swvp(This, bSoftware); in NineDevice9_SetSoftwareVertexProcessing()
235 virtual HRESULT WINAPI SetSoftwareVertexProcessing(BOOL bSoftware) = 0;823 HRESULT (WINAPI *SetSoftwareVertexProcessing)(IDirect3DDevice9 *This, BOOL bSoftware);1074 HRESULT (WINAPI *SetSoftwareVertexProcessing)(IDirect3DDevice9Ex *This, BOOL bSoftware);