HomeSort by relevance Sort by last modified time
    Searched defs:CreateDevice (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
EmuBusDriverDxe.c 149 BOOLEAN CreateDevice;
225 CreateDevice = TRUE;
227 CreateDevice = FALSE;
243 CreateDevice = TRUE;
249 if (CreateDevice) {
  /external/mesa3d/include/d3dadapter/
d3dadapter9.h 47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
68 #define ID3DAdapter9_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h)
82 HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.c 375 BOOLEAN CreateDevice;
486 CreateDevice = TRUE;
488 CreateDevice = FALSE;
506 CreateDevice = TRUE;
512 if (CreateDevice) {
  /external/swiftshader/src/D3D8/
Direct3D8.cpp 555 long Direct3D8::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice8 **returnedDeviceInterface)
565 return d3d8->CreateDevice(adapter, deviceType, focusWindow, behaviorFlags, presentParameters, returnedDeviceInterface);
569 return CreateDevice(adapter, D3DDEVTYPE_HAL, focusWindow, behaviorFlags, presentParameters, returnedDeviceInterface);
    [all...]
  /external/swiftshader/src/D3D9/
Direct3D9Ex.cpp 246 long Direct3D9Ex::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviorFlags, D3DPRESENT_PARAMETERS *presentParameters, IDirect3DDevice9 **returnedDeviceInterface)
Direct3D9.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaIo/
UgaIo.h 161 CreateDevice() .
169 allocated via a CreateDevice() call.
175 EFI_INVALID_PARAMETER - The Device was not allocated via CreateDevice()
204 EFI_UGA_IO_PROTOCOL_CREATE_DEVICE CreateDevice;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaIo.h 119 Delete a dynamically allocated child UGA_DEVICE object that was allocated via CreateDevice().
124 allocated via a CreateDevice() call.
128 @retval EFI_INVALID_PARAMETER The Device was not allocated via CreateDevice().
165 EFI_UGA_IO_PROTOCOL_CREATE_DEVICE CreateDevice;
  /external/mesa3d/include/D3D9/
d3d9.h 98 virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface) = 0;
459 HRESULT (WINAPI *CreateDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
    [all...]

Completed in 727 milliseconds