Home
last modified time | relevance | path

Searched refs:bSoftware (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h610 BOOL bSoftware );
Dnine_lock.c1436 BOOL bSoftware ) in LockDevice9_SetSoftwareVertexProcessing() argument
1440 r = NineDevice9_SetSoftwareVertexProcessing(This, bSoftware); in LockDevice9_SetSoftwareVertexProcessing()
Ddevice9.c2675 BOOL bSoftware ) in NineDevice9_SetSoftwareVertexProcessing() argument
2678 This->swvp = bSoftware; in NineDevice9_SetSoftwareVertexProcessing()
2679 nine_context_set_swvp(This, bSoftware); in NineDevice9_SetSoftwareVertexProcessing()
/external/mesa3d/include/D3D9/
Dd3d9.h235 virtual HRESULT WINAPI SetSoftwareVertexProcessing(BOOL bSoftware) = 0;
823 HRESULT (WINAPI *SetSoftwareVertexProcessing)(IDirect3DDevice9 *This, BOOL bSoftware);
1074 HRESULT (WINAPI *SetSoftwareVertexProcessing)(IDirect3DDevice9Ex *This, BOOL bSoftware);