Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 25 of 50) sorted by relevance

12

/third_party/vulkan-loader/tests/
Dloader_get_proc_addr_tests.cpp120 … auto CreateInstance = reinterpret_cast<PFN_vkCreateInstance>(gipa(NULL, "vkCreateInstance")); in TEST() local
121 handle_assert_has_value(CreateInstance); in TEST()
151 … auto CreateInstance = reinterpret_cast<PFN_vkCreateInstance>(gipa(inst, "vkCreateInstance")); in TEST() local
152 handle_assert_has_value(CreateInstance); in TEST()
171 … auto CreateInstance = reinterpret_cast<PFN_vkCreateInstance>(gipa(inst, "vkCreateInstance")); in TEST() local
172 handle_assert_null(CreateInstance); in TEST()
Dloader_regression_tests.cpp37 TEST(CreateInstance, BasicRun) { in TEST() argument
49 TEST(CreateInstance, ConstInstanceInfo) { in TEST() argument
60 TEST(CreateInstance, DestroyInstanceNullHandle) { in TEST() argument
67 TEST(CreateInstance, DestroyDeviceNullHandle) { in TEST() argument
74 TEST(CreateInstance, ExtensionNotPresent) { in TEST() argument
89 TEST(CreateInstance, LayerNotPresent) { in TEST() argument
97 TEST(CreateInstance, LayerPresent) { in TEST() argument
112 TEST(CreateInstance, ConsecutiveCreate) { in TEST() argument
122 TEST(CreateInstance, ConsecutiveCreateWithoutDestruction) { in TEST() argument
133 TEST(NoDrivers, CreateInstance) { in TEST() argument
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs165 var descriptor = Activator.CreateInstance<T>().Descriptor;
213 var descriptor = Activator.CreateInstance<T>().Descriptor;
240 var descriptor = Activator.CreateInstance<T>().Descriptor;
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs119 …((IExtensionSetReflector)Activator.CreateInstance(typeof(ExtensionSetReflector<>).MakeGenericType(…
126 …(IExtensionReflectionHelper)Activator.CreateInstance(typeof(ExtensionReflectionHelper<,>).MakeGene…
135 … (IReflectionHelper) Activator.CreateInstance(typeof(ReflectionHelper<,>).MakeGenericType(t1, t2)); in GetReflectionHelper()
DSingleFieldAccessor.cs115 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
/third_party/protobuf/src/google/protobuf/
Darenastring.h79 CreateInstance(arena, &value); in Set()
96 CreateInstance(arena, default_value); in Mutable()
370 void CreateInstance(Arena* arena, const ::std::string* initial_value) { in CreateInstance() function
/third_party/mesa3d/include/android_stub/hardware/
Dhwvulkan.h65 PFN_vkCreateInstance CreateInstance; member
/third_party/lame/dshow/
Daboutprp.h28 static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
DPropPage_adv.h27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
DPropPage.h27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
Daboutprp.cpp62 CUnknown * WINAPI CMAEAbout::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() function in CMAEAbout
DMpegac.cpp174 { g_wszName, &CLSID_LAMEDShowFilter, CMpegAudEnc::CreateInstance, NULL, &sudMpgAEnc },
175 …io Encoder Property Page", &CLSID_LAMEDShow_PropertyPage, CMpegAudEncPropertyPage::CreateInstance},
176 …oder Property Page", &CLSID_LAMEDShow_PropertyPageAdv, CMpegAudEncPropertyPageAdv::CreateInstance},
177 { L"LAME Audio Encoder About", &CLSID_LAMEDShow_About, CMAEAbout::CreateInstance}
237 CUnknown *CMpegAudEnc::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() function in CMpegAudEnc
DMpegac.h100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs64 IMessage message = (IMessage) Activator.CreateInstance(type); in Main()
/third_party/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md18 static Foo* CreateInstance() {
26 obj.attach(Foo::CreateInstance()); // ref count = 1
/third_party/ffmpeg/libavutil/
Dvulkan_functions.h49 MACRO(0, 0, FF_VK_EXT_NO_FLAG, CreateInstance) \
/third_party/skia/modules/particles/include/
DSkReflected.h78 static sk_sp<SkReflected> CreateInstance(const char* name) { in CreateInstance() function
DSkParticleSerialization.h103 e = SkReflected::CreateInstance(type); in visit()
/third_party/skia/third_party/externals/dawn/generator/templates/
Dwebgpu_cpp.cpp151 Instance CreateInstance(const InstanceDescriptor* descriptor) {
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DWindowSurfaceTests.cpp55 mInstance = wgpu::CreateInstance(); in SetUp()
/third_party/vulkan-loader/loader/
Dloader_common.h436 PFN_vkCreateInstance CreateInstance; member
/third_party/skia/tests/
DVkPriorityExtensionTest.cpp115 ACQUIRE_VK_PROC(CreateInstance, VK_NULL_HANDLE, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_instance.c258 LOOKUP_VK_ENTRYPOINT(CreateInstance); in vk_instance_get_proc_addr()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_android.c102 .CreateInstance = v3dv_CreateInstance, in v3dv_hal_open()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_android.c85 .CreateInstance = tu_CreateInstance, in tu_hal_open()

12