Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp79 long __stdcall DeleteStateBlock(unsigned long token) override;
DDirect3DDevice8.cpp857 long Direct3DDevice8::DeleteStateBlock(unsigned long token) in DeleteStateBlock() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h308 STDMETHOD(DeleteStateBlock)(THIS_ DWORD Token) PURE; in DECLARE_INTERFACE_() local
410 #define IDirect3DDevice8_DeleteStateBlock(p,a) (p)->lpVtbl->DeleteStateBlock(p,a)
508 #define IDirect3DDevice8_DeleteStateBlock(p,a) (p)->DeleteStateBlock(a)