Home
last modified time | relevance | path

Searched refs:D3DFORMAT (Results 1 – 25 of 64) sorted by relevance

123

/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h41 … *CheckDeviceType)(ID3DAdapter9 *This, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT Back…
42 …3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RTy…
43 …*CheckDeviceMultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, B…
44 …(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat,…
45 …ormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT Targ…
76 …HRESULT WINAPI CheckDeviceType(D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFo…
77 …CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RTy…
78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
79 …eckDepthStencilMatch(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat,…
80 …T WINAPI CheckDeviceFormatConversion(D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT Targ…
/external/swiftshader/src/D3D9/
DDirect3D9.hpp43 unsigned int __stdcall GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) override;
44 …long __stdcall EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDIS…
46 …heckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat, D3DFORMAT back…
47 …d int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYP…
48 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
49 …nsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat,…
50 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ…
DDirect3D9Ex.hpp43 unsigned int __stdcall GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) override;
44 …long __stdcall EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDIS…
46 …heckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat, D3DFORMAT back…
47 …d int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYP…
48 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
49 …nsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat,…
50 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ…
DDirect3D9Ex.cpp99 unsigned int Direct3D9Ex::GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) in GetAdapterModeCount()
106 …long Direct3D9Ex::EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3D… in EnumAdapterModes()
120 …heckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat, D3DFORMAT back… in CheckDeviceType()
141 …t adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, unsigned long usage, D3DRESOURCETYPE re… in CheckDeviceFormat()
162 …CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, i… in CheckDeviceMultiSampleType()
183 …nsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat,… in CheckDepthStencilMatch()
190 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ… in CheckDeviceFormatConversion()
DDirect3DSurface9.hpp31 …Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT for…
63 static sw::Format translateFormat(D3DFORMAT format);
64 static int bytes(D3DFORMAT format);
67 …ge(int width, int height, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, D3DFORMAT format);
73 const D3DFORMAT format;
DDirect3DVolume9.hpp33 …e, Direct3DVolumeTexture9 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL …
57 static sw::Format translateFormat(D3DFORMAT format);
58 static unsigned int memoryUsage(int width, int height, int depth, D3DFORMAT format);
66 const D3DFORMAT format;
DDirect3DDevice9Ex.hpp80 …t width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
81 …t height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
82 …ture(unsigned int edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
84 …long __stdcall CreateIndexBuffer(unsigned int length, unsigned long usage, D3DFORMAT format, D3DPO…
85 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
86 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
93 …long __stdcall CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORMAT form…
141 …t numVertexIndices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat,…
188 …long __stdcall CreateRenderTargetEx(unsigned int width, unsigned int height, D3DFORMAT format, D3D…
189 …long __stdcall CreateOffscreenPlainSurfaceEx(unsigned int width, unsigned int height, D3DFORMAT fo…
[all …]
DDirect3DBaseTexture9.hpp32 …Direct3DBaseTexture9(Direct3DDevice9 *device, D3DRESOURCETYPE type, D3DFORMAT format, D3DPOOL pool…
63 D3DFORMAT getFormat() const;
69 const D3DFORMAT format;
DDirect3DDevice9.hpp70 …ture(unsigned int edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
71 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
72 …long __stdcall CreateIndexBuffer(unsigned int length, unsigned long usage, D3DFORMAT format, D3DPO…
73 …long __stdcall CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORMAT form…
76 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
78 …t width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
82 …t height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
85 …t numVertexIndices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat,…
DDirect3DDevice9Ex.cpp131 …ture(unsigned int edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL … in CreateCubeTexture()
138 …9Ex::CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format, D3DMULTI… in CreateDepthStencilSurface()
145 …long Direct3DDevice9Ex::CreateIndexBuffer(unsigned int length, unsigned long usage, D3DFORMAT form… in CreateIndexBuffer()
152 …x::CreateOffscreenPlainSurface(unsigned int width, unsigned int height, D3DFORMAT format, D3DPOOL … in CreateOffscreenPlainSurface()
173 …long Direct3DDevice9Ex::CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT form… in CreateRenderTarget()
187 …t width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL … in CreateTexture()
215 …t height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL … in CreateVolumeTexture()
236 …ed int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat,… in DrawIndexedPrimitiveUP()
998 …HRESULT Direct3DDevice9Ex::CreateRenderTargetEx(UINT,UINT,D3DFORMAT,D3DMULTISAMPLE_TYPE,DWORD,BOOL… in CreateRenderTargetEx() argument
1007 …HRESULT Direct3DDevice9Ex::CreateOffscreenPlainSurfaceEx(UINT,UINT,D3DFORMAT,D3DPOOL,IDirect3DSurf… in CreateOffscreenPlainSurfaceEx() argument
[all …]
DDirect3DIndexBuffer9.hpp32 …Direct3DIndexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, D3DFORMAT
64 const D3DFORMAT format;
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.h81 D3DFORMAT AdapterFormat,
82 D3DFORMAT BackBufferFormat,
88 D3DFORMAT AdapterFormat,
91 D3DFORMAT CheckFormat );
96 D3DFORMAT SurfaceFormat,
104 D3DFORMAT AdapterFormat,
105 D3DFORMAT RenderTargetFormat,
106 D3DFORMAT DepthStencilFormat );
111 D3DFORMAT SourceFormat,
112 D3DFORMAT TargetFormat );
Dnine_pipe.h38 extern const D3DFORMAT nine_pipe_to_d3d9_format_map[PIPE_FORMAT_COUNT];
178 static inline D3DFORMAT
186 compressed_format( D3DFORMAT fmt ) in compressed_format()
202 depth_stencil_format( D3DFORMAT fmt ) in depth_stencil_format()
204 static D3DFORMAT allowed[] = { in depth_stencil_format()
221 for (i = 0; i < sizeof(allowed)/sizeof(D3DFORMAT); i++) { in depth_stencil_format()
228 d3d9_get_pipe_depth_format_bindings(D3DFORMAT format) in d3d9_get_pipe_depth_format_bindings()
252 d3d9_to_pipe_format_internal(D3DFORMAT format) in d3d9_to_pipe_format_internal()
295 D3DFORMAT format, in d3d9_to_pipe_format_checked()
368 D3DFORMAT format, in d3dmultisample_type_check()
[all …]
Dadapter9.c167 backbuffer_format( D3DFORMAT dfmt, in backbuffer_format()
168 D3DFORMAT bfmt, in backbuffer_format()
188 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceType()
189 D3DFORMAT BackBufferFormat, in NineAdapter9_CheckDeviceType()
228 display_format( D3DFORMAT fmt, in display_format()
232 static const D3DFORMAT allowed[] = { in display_format()
242 for (i = 0; i < sizeof(allowed)/sizeof(D3DFORMAT); i++) { in display_format()
251 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceFormat()
254 D3DFORMAT CheckFormat ) in NineAdapter9_CheckDeviceFormat()
377 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType()
[all …]
Ddevice9ex.h116 D3DFORMAT Format,
128 D3DFORMAT Format,
138 D3DFORMAT Format,
Ddevice9.h308 D3DFORMAT Format,
320 D3DFORMAT Format,
330 D3DFORMAT Format,
348 D3DFORMAT Format,
357 D3DFORMAT Format,
368 D3DFORMAT Format,
415 D3DFORMAT Format,
651 D3DFORMAT IndexDataFormat,
/external/swiftshader/src/D3D8/
DDirect3D8.hpp41 …nsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFormat, D3DFORMAT renderTargetFormat,…
42 … int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapaterFormat, unsigned long usage, D3DRESOURCETYP…
43 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
44 …heckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat, D3DFORMAT back…
DDirect3DSurface8.hpp32 …Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT for…
56 static sw::Format translateFormat(D3DFORMAT format);
57 static int bytes(D3DFORMAT format);
60 …static unsigned int memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample, D3DFORMAT
67 const D3DFORMAT format;
DDirect3DVolume8.hpp33 …e, Direct3DVolumeTexture8 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL …
57 static sw::Format translateFormat(D3DFORMAT format);
58 static unsigned int memoryUsage(int width, int height, int depth, D3DFORMAT format);
65 const D3DFORMAT format;
DDirect3DDevice8.hpp66 …ture(unsigned int edgeLength, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
67 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
68 …long __stdcall CreateImageSurface(unsigned int width, unsigned int height, D3DFORMAT format, IDire…
69 …long __stdcall CreateIndexBuffer(unsigned int length, unsigned long usage, D3DFORMAT format, D3DPO…
71 …long __stdcall CreateRenderTarget(unsigned int width, unsigned int height, D3DFORMAT format, D3DMU…
73 …t width, unsigned int height, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
76 …t height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL …
82 …t numVertexIndices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat,…
DDirect3DSurface8.cpp61 …ce8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL … in Direct3DSurface8()
238 sw::Format Direct3DSurface8::translateFormat(D3DFORMAT format) in translateFormat()
282 int Direct3DSurface8::bytes(D3DFORMAT format) in bytes()
287 …ct3DSurface8::memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample, D3DFORMAT format) in memoryUsage()
DDirect3DVolume8.cpp26 …e, Direct3DVolumeTexture8 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL … in Direct3DVolume8()
191 sw::Format Direct3DVolume8::translateFormat(D3DFORMAT format) in translateFormat()
196 unsigned int Direct3DVolume8::memoryUsage(int width, int height, int depth, D3DFORMAT format) in memoryUsage()
DDirect3DIndexBuffer8.hpp32 …Direct3DIndexBuffer8(Direct3DDevice8 *device, unsigned int length, unsigned long usage, D3DFORMAT
64 const D3DFORMAT format;
/external/mesa3d/include/D3D9/
Dd3d9.h88 virtual UINT WINAPI GetAdapterModeCount(UINT Adapter, D3DFORMAT Format) = 0;
89 …virtual HRESULT WINAPI EnumAdapterModes(UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE …
91 …T WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT Back…
92 …mat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RTy…
93 …virtual HRESULT WINAPI CheckDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT S…
94 …lMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat,…
95 …DeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT Targ…
112 …INT Adapter, D3DDEVTYPE DevType, UINT OverlayWidth, UINT OverlayHeight, D3DFORMAT OverlayFormat, D…
181 …virtual HRESULT WINAPI CreateTexture(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT
182 …eTexture(UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL …
[all …]
/external/swiftshader/include/Direct3D/
Dd3d8types.h1323 } D3DFORMAT; typedef
1331 D3DFORMAT Format;
1376 D3DFORMAT BackBufferFormat;
1385 D3DFORMAT AutoDepthStencilFormat;
1485 D3DFORMAT Format;
1498 D3DFORMAT Format;
1509 D3DFORMAT Format;
1522 D3DFORMAT Format;

123