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

1 2

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_dump.h 24 nine_dump_D3DCAPS9(unsigned, const D3DCAPS9 *);
38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps)
adapter9.h 117 D3DCAPS9 *pCaps );
device9ex.h 41 D3DCAPS9 *pCaps,
device9ex.c 37 D3DCAPS9 *pCaps,
442 D3DCAPS9 *pCaps,
device9.h 70 D3DCAPS9 caps;
175 D3DCAPS9 *pCaps,
190 D3DCAPS9 *pCaps,
212 const D3DCAPS9 *
232 D3DCAPS9 *pCaps );
adapter9.c 520 D3DCAPS9 *pCaps )
    [all...]
nine_state.h 592 void nine_state_set_defaults(struct NineDevice9 *, const D3DCAPS9 *,
vertexdeclaration9.c 176 const D3DCAPS9 *caps;
nine_dump.c 424 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps)
431 DBG_FLAG(ch, "D3DCAPS9(%p): (out of memory)\n", caps);
741 DBG_FLAG(ch, "D3DCAPS9(%p) part 1:\n%s\n", caps, s);
808 DBG_FLAG(ch, "D3DCAPS9(%p) part 2:\n%s\n", caps, s);
device9.c 128 D3DCAPS9 *pCaps,
622 const D3DCAPS9 *
702 D3DCAPS9 *pCaps )
    [all...]
nine_lock.c 563 D3DCAPS9 *pCaps )
    [all...]
nine_state.c     [all...]
  /external/swiftshader/src/D3D9/
Direct3D9.hpp 51 long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
Direct3D9Ex.hpp 51 long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *caps) override;
Direct3D9Ex.cpp 211 long Direct3D9Ex::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilities)
213 TRACE("unsigned int adapter = %d, D3DDEVTYPE deviceType = %d, D3DCAPS9 *capabilities = 0x%0.8p", adapter, deviceType, capabilities);
Direct3DDevice9Ex.hpp 64 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
Direct3D9.cpp     [all...]
Direct3DDevice9.hpp 100 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
Direct3DDevice9Ex.cpp 341 long Direct3DDevice9Ex::GetDeviceCaps(D3DCAPS9 *caps)
343 TRACE("D3DCAPS9 *caps = 0x%0.8p", caps);
    [all...]
  /external/mesa3d/include/d3dadapter/
d3dadapter9.h 46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
  /external/mesa3d/include/D3D9/
d3d9caps.h 371 } D3DCAPS9, *PD3DCAPS9, *LPD3DCAPS9;
d3d9.h 96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0;
165 virtual HRESULT WINAPI GetDeviceCaps(D3DCAPS9 *pCaps) = 0;
457 HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9caps.h 309 * The d3dcaps9 structure
400 } D3DCAPS9;
d3d9.h 203 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE;
285 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) PURE;
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 351 D3DCAPS9 caps;
    [all...]

Completed in 1242 milliseconds

1 2