OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DXGI_MODE_DESC
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h
55
typedef struct
DXGI_MODE_DESC
{
62
}
DXGI_MODE_DESC
;
dxgi.idl
125
DXGI_MODE_DESC
BufferDesc;
237
[out]
DXGI_MODE_DESC
*desc
240
[in] const
DXGI_MODE_DESC
*mode,
241
[out]
DXGI_MODE_DESC
*closest_match,
327
[in] const
DXGI_MODE_DESC
*target_mode_desc
dxgi.h
187
DXGI_MODE_DESC
BufferDesc;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl
57
typedef struct
DXGI_MODE_DESC
{
64
}
DXGI_MODE_DESC
;
dxgi.idl
116
DXGI_MODE_DESC
BufferDesc;
202
[out]
DXGI_MODE_DESC
*d
205
[in] const
DXGI_MODE_DESC
*a,
206
[out]
DXGI_MODE_DESC
*b,
292
[in] const
DXGI_MODE_DESC
*a
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp
394
DXGI_MODE_DESC
* dxgi_modes;
416
dxgi_modes = new
DXGI_MODE_DESC
[num_modes];
440
dxgi_modes = new
DXGI_MODE_DESC
[1];
469
DXGI_MODE_DESC
*desc)
504
const
DXGI_MODE_DESC
*pModeToMatch,
505
DXGI_MODE_DESC
*closest_match,
[
all
...]
Completed in 269 milliseconds