Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp62 long __stdcall CaptureStateBlock(unsigned long token) override;
DDirect3DDevice8.cpp309 long Direct3DDevice8::CaptureStateBlock(unsigned long token) in CaptureStateBlock() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h307 STDMETHOD(CaptureStateBlock)(THIS_ DWORD Token) PURE; in DECLARE_INTERFACE_() local
409 #define IDirect3DDevice8_CaptureStateBlock(p,a) (p)->lpVtbl->CaptureStateBlock(p,a)
507 #define IDirect3DDevice8_CaptureStateBlock(p,a) (p)->CaptureStateBlock(a)