HomeSort by relevance Sort by last modified time
    Searched refs:D3DSTATEBLOCKTYPE (Results 1 - 25 of 25) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 34 Direct3DStateBlock8(Direct3DDevice8 *device, D3DSTATEBLOCKTYPE type);
99 const D3DSTATEBLOCKTYPE type;
Direct3DDevice8.hpp 72 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, unsigned long *token) override;
Direct3DStateBlock8.cpp 27 Direct3DStateBlock8::Direct3DStateBlock8(Direct3DDevice8 *device, D3DSTATEBLOCKTYPE type) : device(device), type(type)
Direct3DDevice8.cpp 302 Direct3DStateBlock8 *stateBlock = new Direct3DStateBlock8(this, (D3DSTATEBLOCKTYPE)0);
715 long Direct3DDevice8::CreateStateBlock(D3DSTATEBLOCKTYPE type, unsigned long *token)
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 38 Direct3DStateBlock9(Direct3DDevice9 *device, D3DSTATEBLOCKTYPE type);
118 const D3DSTATEBLOCKTYPE type;
Direct3DDevice9Ex.hpp 116 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) override;
Direct3DDevice9.hpp 77 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) override;
Direct3DDevice9Ex.cpp 180 long Direct3DDevice9Ex::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock)
182 TRACE("D3DSTATEBLOCKTYPE type = %d, IDirect3DStateBlock9 **stateBlock = 0x%0.8p", type, stateBlock);
    [all...]
Direct3DStateBlock9.cpp 30 Direct3DStateBlock9::Direct3DStateBlock9(Direct3DDevice9 *device, D3DSTATEBLOCKTYPE type) : device(device), type(type)
    [all...]
Direct3DDevice9.cpp 328 stateRecorder = new Direct3DStateBlock9(this, (D3DSTATEBLOCKTYPE)0);
810 long Direct3DDevice9::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock)
814 TRACE("D3DSTATEBLOCKTYPE type = %d, IDirect3DStateBlock9 **stateBlock = 0x%0.8p", type, stateBlock);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dhal.h 484 D3DSTATEBLOCKTYPE sbType;
d3d8types.h 835 } D3DSTATEBLOCKTYPE;
    [all...]
d3d9types.h     [all...]
d3dtypes.h     [all...]
d3d9.h     [all...]
d3d8.h     [all...]
d3d.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 568 D3DSTATEBLOCKTYPE sbType;
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 534 D3DSTATEBLOCKTYPE Type,
nine_lock.c     [all...]
device9.c     [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
d3d8.h 309 STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE Type,DWORD* pToken) PURE;
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]
d3d9.h 217 virtual HRESULT WINAPI CreateStateBlock(D3DSTATEBLOCKTYPE Type, IDirect3DStateBlock9 **ppSB) = 0;
    [all...]

Completed in 258 milliseconds