Home
last modified time | relevance | path

Searched refs:instance_ (Results 1 – 25 of 45) sorted by relevance

12

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc2 …rs = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstanceProcAddr(instance_, "vkAllocateComm…
6 …ts = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstanceProcAddr(instance_, "vkAllocateDesc…
10 if (!(ptrs_.vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(getInstanceProcAddr(instance_
14 …Buffer = reinterpret_cast<PFN_vkBeginCommandBuffer>(getInstanceProcAddr(instance_, "vkBeginCommand…
18 …erMemory = reinterpret_cast<PFN_vkBindBufferMemory>(getInstanceProcAddr(instance_, "vkBindBufferMe…
22 …ageMemory = reinterpret_cast<PFN_vkBindImageMemory>(getInstanceProcAddr(instance_, "vkBindImageMem…
26 …erPass = reinterpret_cast<PFN_vkCmdBeginRenderPass>(getInstanceProcAddr(instance_, "vkCmdBeginRend…
30 …ets = reinterpret_cast<PFN_vkCmdBindDescriptorSets>(getInstanceProcAddr(instance_, "vkCmdBindDescr…
34 …Buffer = reinterpret_cast<PFN_vkCmdBindIndexBuffer>(getInstanceProcAddr(instance_, "vkCmdBindIndex…
38 …dPipeline = reinterpret_cast<PFN_vkCmdBindPipeline>(getInstanceProcAddr(instance_, "vkCmdBindPipel…
[all …]
Dvk-wrappers-1-1.inc2 …einterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, "vkGetPhysicalD…
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc2 …rs = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstanceProcAddr(instance_, "vkAllocateComm…
6 …ts = reinterpret_cast<PFN_vkAllocateDescriptorSets>(getInstanceProcAddr(instance_, "vkAllocateDesc…
10 if (!(ptrs_.vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(getInstanceProcAddr(instance_
14 …Buffer = reinterpret_cast<PFN_vkBeginCommandBuffer>(getInstanceProcAddr(instance_, "vkBeginCommand…
18 …erMemory = reinterpret_cast<PFN_vkBindBufferMemory>(getInstanceProcAddr(instance_, "vkBindBufferMe…
22 …ageMemory = reinterpret_cast<PFN_vkBindImageMemory>(getInstanceProcAddr(instance_, "vkBindImageMem…
26 …erPass = reinterpret_cast<PFN_vkCmdBeginRenderPass>(getInstanceProcAddr(instance_, "vkCmdBeginRend…
30 …ets = reinterpret_cast<PFN_vkCmdBindDescriptorSets>(getInstanceProcAddr(instance_, "vkCmdBindDescr…
34 …Buffer = reinterpret_cast<PFN_vkCmdBindIndexBuffer>(getInstanceProcAddr(instance_, "vkCmdBindIndex…
38 …dPipeline = reinterpret_cast<PFN_vkCmdBindPipeline>(getInstanceProcAddr(instance_, "vkCmdBindPipel…
[all …]
Dvk-wrappers-1-1.inc2 …einterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanceProcAddr(instance_, "vkGetPhysicalD…
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dcf_utils.h17 CFRef() : instance_(nullptr) {} in CFRef()
19 CFRef(T instance) : instance_(instance) {} in CFRef()
22 if (instance_ != nullptr) { in ~CFRef()
23 CFRelease(instance_); in ~CFRef()
25 instance_ = nullptr; in ~CFRef()
29 if (instance_ == instance) { in Reset()
32 if (instance_ != nullptr) { in Reset()
33 CFRelease(instance_); in Reset()
36 instance_ = instance; in Reset()
39 operator T() const { return instance_; } in T()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
Dbinder_manager.cpp22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager
26 if (!instance_) in getInstance()
27 instance_ = new BinderManager(); in getInstance()
28 return instance_; in getInstance()
33 if (instance_) in destroyInstance()
34 delete instance_; in destroyInstance()
35 instance_ = NULL; in destroyInstance()
Dbinder_manager.h47 static BinderManager *instance_; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/binder/
Dbinder_manager.cpp22 BinderManager *BinderManager::instance_ = NULL; member in wpa_supplicant_binder::BinderManager
26 if (!instance_) in getInstance()
27 instance_ = new BinderManager(); in getInstance()
28 return instance_; in getInstance()
33 if (instance_) in destroyInstance()
34 delete instance_; in destroyInstance()
35 instance_ = NULL; in destroyInstance()
Dbinder_manager.h47 static BinderManager *instance_; variable
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
Dsingleton_posix.h34 return instance_; in GetInstance()
39 instance_ = new T(); in Init()
42 static T* instance_; // Leaky singleton. variable
46 template <class T> T* Singleton<T>::instance_;
Dsingleton_boost.h33 return instance_.get(); in GetInstance()
38 instance_.reset(new T()); in Init()
41 static boost::scoped_ptr<T> instance_; variable
45 template <class T> boost::scoped_ptr<T> Singleton<T>::instance_;
Dsingleton_stdmutex.h40 return instance_; in GetInstance()
47 instance_ = new T(); in Init()
50 static T* instance_; // Leaky singleton. variable
55 template <class T> T* Singleton<T>::instance_;
Dsingleton_win32.h41 return instance_; in GetInstance()
48 instance_ = new T(); in Init()
51 static T* instance_; // Leaky singleton. variable
62 template <class T> T* Singleton<T>::instance_;
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_application.cc127 instance_ = {instance, [this](VkInstance i) { in VulkanApplication()
137 auto debug_report = std::make_unique<VulkanDebugReport>(vk, instance_); in VulkanApplication()
169 return instance_; in GetInstance()
173 instance_.ReleaseOwnership(); in ReleaseInstanceOwnership()
182 if (VK_CALL_LOG_ERROR(vk.EnumeratePhysicalDevices(instance_, &device_count, in GetPhysicalDevices()
207 instance_, &device_count, physical_devices.data())) != VK_SUCCESS) { in GetPhysicalDevices()
Dvulkan_proc_table.cc47 return instance_ && device_; in IsValid()
51 return instance_; in AreInstanceProcsSetup()
147 instance_ = {handle, nullptr}; in SetupInstanceProcAddresses()
Dvulkan_proc_table.h120 VulkanHandle<VkInstance> instance_; variable
252 VulkanHandle<VkInstance> instance_;
Dvulkan_application.h49 VulkanHandle<VkInstance> instance_; variable
/third_party/googletest/googletest/src/hwext/
Dgtest-filter.cc18 static TestFilter* instance_ = NULL; in instance() local
19 if (instance_ == NULL) { in instance()
20 instance_ = new TestFilter(); in instance()
21 instance_->reset(); in instance()
23 return instance_; in instance()
Dgtest-ext.cc19 static TestDefManager* instance_ = NULL; in instance() local
20 if (instance_ == NULL) { in instance()
21 instance_ = new TestDefManager(); in instance()
23 return instance_; in instance()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPU.cpp61 instance_.EnableBackendValidation(true); in GPU()
62 instance_.SetBackendValidationLevel(dawn_native::BackendValidationLevel::Full); in GPU()
68 instance_.DiscoverDefaultAdapters(); in GPU()
83 auto adapters = instance_.GetAdapters(); in requestAdapter()
DGPU.h37 dawn_native::Instance instance_; variable
/third_party/libphonenumber/cpp/src/phonenumbers/
Dcallback.h58 : instance_(instance), in ConstMethodCallback4()
63 return (instance_->*method_)(a1, a2, a3, a4); in Run()
67 const T* const instance_;
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues.cc17 fml::RefPtr<MessageLoopTaskQueues> MessageLoopTaskQueues::instance_; member in fml::MessageLoopTaskQueues
28 if (!instance_) { in GetInstance()
29 instance_ = fml::MakeRefCounted<MessageLoopTaskQueues>(); in GetInstance()
31 return instance_; in GetInstance()
/third_party/node/test/cctest/
Dtest_per_process.cc15 return NativeModuleLoader::instance_.source_; in get_sources_for_test()
/third_party/node/src/
Dnode_native_module.cc20 NativeModuleLoader NativeModuleLoader::instance_; member in node::native_module::NativeModuleLoader
27 return &instance_; in GetInstance()

12