Home
last modified time | relevance | path

Searched defs:CreateDevice (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr_test.cc30 static Device* CreateDevice(const char* type, const char* name) { in CreateDevice() function
Ddynamic_device_mgr_test.cc29 static Device* CreateDevice(const char* type, const char* name) { in CreateDevice() function
/external/angle/src/libANGLE/
DDevice.cpp48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() function in egl::Device
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_test.cc26 static Device* CreateDevice(const string& type, int n) { in CreateDevice() function
/external/swiftshader/src/D3D8/
DDirect3D8.cpp555 …long Direct3D8::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsign… in CreateDevice() function in D3D8::Direct3D8
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp246 …long Direct3D9Ex::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsi… in CreateDevice() function in D3D9::Direct3D9Ex
DDirect3D9.cpp902 …long Direct3D9::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsign… in CreateDevice() function in D3D9::Direct3D9
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h45 PFN_vkCreateDevice CreateDevice; member
Dchassis.cpp592 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h372 PFN_vkCreateDevice CreateDevice; member
/external/swiftshader/include/Direct3D/
Dd3d8.h185 …STDMETHOD(CreateDevice)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,HWND hFocusWindow,DWORD BehaviorF… in DECLARE_INTERFACE_() local