/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgiformat.idl | 27 typedef enum DXGI_FORMAT { 129 } DXGI_FORMAT;
|
dxgitype.idl | 61 DXGI_FORMAT Format;
|
d3d11.idl | 413 DXGI_FORMAT Format; [all...] |
d3d10_1.idl | 99 DXGI_FORMAT Format;
|
d3d10.idl | 516 DXGI_FORMAT Format; 528 DXGI_FORMAT Format; 541 DXGI_FORMAT Format; 589 DXGI_FORMAT Format; [all...] |
dxgi.idl | 78 DXGI_FORMAT Format; 199 [in] DXGI_FORMAT a, 288 [in] DXGI_FORMAT d,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxgiformat.h | 24 typedef enum DXGI_FORMAT { 115 } DXGI_FORMAT;
|
dxgitype.h | 59 DXGI_FORMAT Format;
|
d3d10_1.idl | 77 DXGI_FORMAT Format;
|
d3d11.idl | 276 DXGI_FORMAT Format; 614 DXGI_FORMAT Format; 746 DXGI_FORMAT Format; 783 DXGI_FORMAT Format; 858 DXGI_FORMAT Format; 882 DXGI_FORMAT Format; 895 DXGI_FORMAT Format; 907 cpp_quote(" explicit CD3D11_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height, UINT arraySize = 1,") 934 DXGI_FORMAT Format; [all...] |
d3d10.idl | 510 DXGI_FORMAT Format; 521 cpp_quote(" explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,") 545 DXGI_FORMAT Format; 557 cpp_quote(" explicit CD3D10_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height,") [all...] |
dxgi.idl | 81 DXGI_FORMAT Format; 234 [in] DXGI_FORMAT format, 323 [in] DXGI_FORMAT format,
|
d3d10_1.h | 211 DXGI_FORMAT Format; 474 DXGI_FORMAT Format, 622 DXGI_FORMAT Format); 671 DXGI_FORMAT *Format, 901 DXGI_FORMAT Format, 906 DXGI_FORMAT Format, [all...] |
d3d10.h | 831 DXGI_FORMAT Format; 841 explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0, 864 DXGI_FORMAT Format; 875 explicit CD3D10_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height, 907 DXGI_FORMAT Format; 946 DXGI_FORMAT Format; 1001 DXGI_FORMAT Format; 1055 DXGI_FORMAT Format; 1096 DXGI_FORMAT Format; [all...] |
d3d11.h | 401 DXGI_FORMAT Format; 658 DXGI_FORMAT Format; 767 DXGI_FORMAT Format; 796 DXGI_FORMAT Format; 864 DXGI_FORMAT Format; 884 DXGI_FORMAT Format; 895 DXGI_FORMAT Format; 906 explicit CD3D11_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height, UINT arraySize = 1, 931 DXGI_FORMAT Format; [all...] |
dxgi.h | 149 DXGI_FORMAT Format; [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/src/ |
dxgi_enums.cpp | 152 DXGI_FORMAT pipe_to_dxgi_format[PIPE_FORMAT_COUNT]; 159 pipe_to_dxgi_format[dxgi_to_pipe_format[i]] = (DXGI_FORMAT)i;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 9 DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM;
|
d3d11winmain.cpp | 34 static DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10winmain.cpp | 34 static DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM;
|
d3d10x11main.cpp | 35 DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM;
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DInterop.h | 113 DXGI_FORMAT format,
|
Direct3DInterop.cpp | 32 DXGI_FORMAT format, 286 pCameraCaptureDeviceNative->SetPreviewFormat(DXGI_FORMAT::DXGI_FORMAT_B8G8R8A8_UNORM);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.cpp | 340 DXGI_FORMAT formats[] = { 346 DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; // this won't work well at all
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 466 DXGI_FORMAT enum_format, 509 DXGI_FORMAT dxgi_format = pModeToMatch->Format; local 510 enum pipe_format format = dxgi_to_pipe_format[dxgi_format]; 519 dxgi_format = pipe_to_dxgi_format[format]; 524 closest_match->Format = dxgi_format; [all...] |