/third_party/vulkan-loader/tests/ |
D | loader_get_proc_addr_tests.cpp | 120 … 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()
|
D | loader_regression_tests.cpp | 37 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/ |
D | FieldMaskPartial.cs | 165 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/ |
D | ReflectionUtil.cs | 119 …((IExtensionSetReflector)Activator.CreateInstance(typeof(ExtensionSetReflector<>).MakeGenericType(… 126 …(IExtensionReflectionHelper)Activator.CreateInstance(typeof(ExtensionReflectionHelper<,>).MakeGene… 135 … (IReflectionHelper) Activator.CreateInstance(typeof(ReflectionHelper<,>).MakeGenericType(t1, t2)); in GetReflectionHelper()
|
D | SingleFieldAccessor.cs | 115 : Activator.CreateInstance(clrType); in SingleFieldAccessor()
|
/third_party/protobuf/src/google/protobuf/ |
D | arenastring.h | 79 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/ |
D | hwvulkan.h | 65 PFN_vkCreateInstance CreateInstance; member
|
/third_party/lame/dshow/ |
D | aboutprp.h | 28 static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
|
D | PropPage_adv.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
|
D | PropPage.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr );
|
D | aboutprp.cpp | 62 CUnknown * WINAPI CMAEAbout::CreateInstance(LPUNKNOWN lpunk, HRESULT *phr) in CreateInstance() function in CMAEAbout
|
D | Mpegac.cpp | 174 { 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
|
D | Mpegac.h | 100 static CUnknown *CreateInstance(LPUNKNOWN lpunk, HRESULT *phr);
|
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/ |
D | Program.cs | 64 IMessage message = (IMessage) Activator.CreateInstance(type); in Main()
|
/third_party/skia/third_party/externals/sfntly/doc/ |
D | smart_pointer_usage.md | 18 static Foo* CreateInstance() { 26 obj.attach(Foo::CreateInstance()); // ref count = 1
|
/third_party/ffmpeg/libavutil/ |
D | vulkan_functions.h | 49 MACRO(0, 0, FF_VK_EXT_NO_FLAG, CreateInstance) \
|
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 78 static sk_sp<SkReflected> CreateInstance(const char* name) { in CreateInstance() function
|
D | SkParticleSerialization.h | 103 e = SkReflected::CreateInstance(type); in visit()
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | webgpu_cpp.cpp | 151 Instance CreateInstance(const InstanceDescriptor* descriptor) {
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | WindowSurfaceTests.cpp | 55 mInstance = wgpu::CreateInstance(); in SetUp()
|
/third_party/vulkan-loader/loader/ |
D | loader_common.h | 436 PFN_vkCreateInstance CreateInstance; member
|
/third_party/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 115 ACQUIRE_VK_PROC(CreateInstance, VK_NULL_HANDLE, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_instance.c | 258 LOOKUP_VK_ENTRYPOINT(CreateInstance); in vk_instance_get_proc_addr()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_android.c | 102 .CreateInstance = v3dv_CreateInstance, in v3dv_hal_open()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 85 .CreateInstance = tu_CreateInstance, in tu_hal_open()
|