HomeSort by relevance Sort by last modified time
    Searched full:createdevice (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/deqp/external/vulkancts/framework/vulkan/
vkInstanceFunctionPointers.inl 13 CreateDeviceFunc createDevice;
vkInitInstanceFunctionPointers.inl 13 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
vkInstanceDriverImpl.inl 50 VkResult InstanceDriver::createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const
52 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
vkConcreteInstanceInterface.inl 13 virtual VkResult createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const;
vkRefUtil.inl 5 Move<VkDevice> createDevice (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkVirtualInstanceInterface.inl 13 virtual VkResult createDevice (VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) const = 0;
  /external/skia/src/effects/
SkTestImageFilters.cpp 51 SkBaseDevice* dev = proxy->createDevice(dstW, dstH);
66 SkBaseDevice* dev = proxy->createDevice(src.width(), src.height());
SkPaintImageFilter.cpp 46 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(),
SkPictureImageFilter.cpp 107 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
149 SkAutoTUnref<SkBaseDevice> localDevice(proxy->createDevice(localIBounds.width(), localIBounds.height()));
SkTileImageFilter.cpp 78 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(srcIRect.width(),
92 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(w, h));
SkColorFilterImageFilter.cpp 75 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
SkImageSource.cpp 79 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstIRect.width(), dstIRect.height()));
SkMergeImageFilter.cpp 104 SkAutoTUnref<SkBaseDevice> dst(proxy->createDevice(bounds.width(), bounds.height()));
SkOffsetImageFilter.cpp 46 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
  /frameworks/native/vulkan/libvulkan/
api.h 30 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
driver_gen.h 60 PFN_vkCreateDevice CreateDevice;
api_gen.h 40 PFN_vkCreateDevice CreateDevice;
driver_gen.cpp 119 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice),
330 INIT_PROC(instance, CreateDevice);
  /frameworks/native/vulkan/include/vulkan/
vk_layer_interface.h 32 // CreateInstance and CreateDevice support structures
  /external/vulkan-validation-layers/loader/
debug_report.h 41 * If the app enables DRAW_STATE on at both CreateInstance time and CreateDevice
82 * CreateDevice: MemTracker:...
  /system/connectivity/shill/wimax/
wimax_provider.h 82 FRIEND_TEST(WiMaxProviderTest, CreateDevice);
111 void CreateDevice(const std::string& link_name, const RpcIdentifier& path);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 73 STDMETHOD(CreateDevice)(THIS_ DWORD width, DWORD height, IDirect3DRMDevice **device) PURE;
125 #define IDirect3DRM_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
163 #define IDirect3DRM_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
212 STDMETHOD(CreateDevice)(THIS_ DWORD width, DWORD height, IDirect3DRMDevice2 **device) PURE;
265 #define IDirect3DRM2_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
304 #define IDirect3DRM2_CreateDevice(p,a,b,c) (p)->CreateDevice(a,b,c)
354 STDMETHOD(CreateDevice)(THIS_ DWORD width, DWORD height, IDirect3DRMDevice3 **device) PURE;
412 #define IDirect3DRM3_CreateDevice(p,a,b,c) (p)->lpVtbl->CreateDevice(p,a,b,c)
    [all...]
  /system/connectivity/shill/
device_info_unittest.cc 131 DeviceRefPtr CreateDevice(const std::string& link_name,
135 return device_info_.CreateDevice(link_name, address, interface_index,
489 EXPECT_FALSE(CreateDevice(
509 EXPECT_FALSE(CreateDevice(
525 DeviceRefPtr device = CreateDevice(
545 DeviceRefPtr device = CreateDevice(
587 EXPECT_FALSE(CreateDevice(
605 EXPECT_FALSE(CreateDevice(
624 EXPECT_FALSE(CreateDevice(
642 EXPECT_FALSE(CreateDevice(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 371 const Unique<VkDevice> device (createDevice(instanceDriver, physicalDevice, &deviceCreateInfo));
422 const VkResult result = instanceDriver.createDevice(physicalDevice, &deviceCreateInfo, DE_NULL/*pAllocator*/, &devices[deviceNdx]);
509 const VkResult result = instanceDriver.createDevice(physicalDevice, &deviceCreateInfo, DE_NULL/*pAllocator*/, &device);
588 const Unique<VkDevice> device (createDevice(instanceDriver, physicalDevice, &deviceCreateInfo));
  /external/skia/src/core/
SkMatrixImageFilter.cpp 74 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstBounds.width(), dstBounds.height()));

Completed in 502 milliseconds

1 2 3 4 5