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

  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.h 112 D3DFORMAT TargetFormat );
adapter9.c 483 D3DFORMAT TargetFormat )
492 DBG("This=%p DeviceType=%s SourceFormat=%s TargetFormat=%s\n", This,
494 d3dformat_to_string(SourceFormat), d3dformat_to_string(TargetFormat));
496 user_assert(backbuffer_format(TargetFormat, SourceFormat, FALSE),
502 dfmt = d3d9_to_pipe_format_checked(screen, TargetFormat, PIPE_TEXTURE_2D, 1,
510 d3dformat_to_string(TargetFormat));
    [all...]
  /external/mesa3d/include/d3dadapter/
d3dadapter9.h 45 HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
80 HRESULT WINAPI CheckDeviceFormatConversion(D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
  /external/mesa3d/include/D3D9/
d3d9.h 95 virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) = 0;
456 HRESULT (WINAPI *CheckDeviceFormatConversion)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 202 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
284 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
    [all...]
ks.h 436 GUID TargetFormat;
    [all...]

Completed in 109 milliseconds