/external/mesa3d/include/D3D9/ |
D | d3d9.h | 463 IDirect3D9Vtbl *lpVtbl; member 467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p) 469 #define IDirect3D9_Release(p) (p)->lpVtbl->Release(p) 471 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) 472 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) 473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) 474 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b) 475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) 476 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) [all …]
|
D | d3d9types.h | 1806 IUnknownVtbl *lpVtbl; member 1810 #define IUnknown_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 1811 #define IUnknown_AddRef(p) (p)->lpVtbl->AddRef(p) 1812 #define IUnknown_Release(p) (p)->lpVtbl->Release(p)
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 106 ID3DPresentVtbl *lpVtbl; member 110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p) 112 #define ID3DPresent_Release(p) (p)->lpVtbl->Release(p) 114 #define ID3DPresent_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a) 115 #define ID3DPresent_SetPresentParameters(p,a,b) (p)->lpVtbl->SetPresentParameters(p,a,b) 116 #define ID3DPresent_NewD3DWindowBufferFromDmaBuf(p,a,b,c,d,e,f,g) (p)->lpVtbl->NewD3DWindowBufferFr… 117 #define ID3DPresent_DestroyD3DWindowBuffer(p,a) (p)->lpVtbl->DestroyD3DWindowBuffer(p,a) 118 #define ID3DPresent_WaitBufferReleased(p,a) (p)->lpVtbl->WaitBufferReleased(p,a) 119 #define ID3DPresent_FrontBufferCopy(p,a) (p)->lpVtbl->FrontBufferCopy(p,a) [all …]
|
D | d3dadapter9.h | 53 ID3DAdapter9Vtbl *lpVtbl; member 57 #define ID3DAdapter9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 58 #define ID3DAdapter9_AddRef(p) (p)->lpVtbl->AddRef(p) 59 #define ID3DAdapter9_Release(p) (p)->lpVtbl->Release(p) 61 #define ID3DAdapter9_GetAdapterIdentifier(p,a,b) (p)->lpVtbl->GetAdapterIdentifier(p,a,b) 62 #define ID3DAdapter9_CheckDeviceType(p,a,b,c,d) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d) 63 #define ID3DAdapter9_CheckDeviceFormat(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e) 64 #define ID3DAdapter9_CheckDeviceMultiSampleType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceMultiSampleTyp… 65 #define ID3DAdapter9_CheckDepthStencilMatch(p,a,b,c,d) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,… 66 #define ID3DAdapter9_CheckDeviceFormatConversion(p,a,b,c) (p)->lpVtbl->CheckDeviceFormatConversion(… [all …]
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 191 #define IDirect3D8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 192 #define IDirect3D8_AddRef(p) (p)->lpVtbl->AddRef(p) 193 #define IDirect3D8_Release(p) (p)->lpVtbl->Release(p) 194 #define IDirect3D8_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) 195 #define IDirect3D8_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) 196 #define IDirect3D8_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) 197 #define IDirect3D8_GetAdapterModeCount(p,a) (p)->lpVtbl->GetAdapterModeCount(p,a) 198 #define IDirect3D8_EnumAdapterModes(p,a,b,c) (p)->lpVtbl->EnumAdapterModes(p,a,b,c) 199 #define IDirect3D8_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) 200 #define IDirect3D8_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e) [all …]
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 1022 hr = pIunk->lpVtbl->QueryInterface(pIunk, &IID_ISupportErrorInfo, (void **)&psei); in GetComError() 1026 hr = psei->lpVtbl->InterfaceSupportsErrorInfo(psei, riid); in GetComError() 1027 psei->lpVtbl->Release(psei); in GetComError() 1035 pei->lpVtbl->GetDescription(pei, &descr); in GetComError() 1036 pei->lpVtbl->GetGUID(pei, &guid); in GetComError() 1037 pei->lpVtbl->GetHelpContext(pei, &helpcontext); in GetComError() 1038 pei->lpVtbl->GetHelpFile(pei, &helpfile); in GetComError() 1039 pei->lpVtbl->GetSource(pei, &source); in GetComError() 1041 pei->lpVtbl->Release(pei); in GetComError() 1340 PPROC *lpVtbl; in call_commethod() local [all …]
|
D | _ctypes_test.c | 245 piunk->lpVtbl->AddRef(piunk); in _testfunc_piunk() 246 return piunk->lpVtbl->Release(piunk); in _testfunc_piunk() 672 punk->lpVtbl->AddRef(punk); in KeepObject() 674 pobj->lpVtbl->Release(pobj); in KeepObject()
|
D | callbacks.c | 197 punk->lpVtbl->AddRef(punk); in TryAddRef()
|
D | _ctypes.c | 4032 if (NULL == piunk->lpVtbl) { in PyCFuncPtr_call() 4037 pProc = ((void **)piunk->lpVtbl)[self->index - 0x1000]; in PyCFuncPtr_call()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 1003 hr = pIunk->lpVtbl->QueryInterface(pIunk, &IID_ISupportErrorInfo, (void **)&psei); in GetComError() 1007 hr = psei->lpVtbl->InterfaceSupportsErrorInfo(psei, riid); in GetComError() 1008 psei->lpVtbl->Release(psei); in GetComError() 1016 pei->lpVtbl->GetDescription(pei, &descr); in GetComError() 1017 pei->lpVtbl->GetGUID(pei, &guid); in GetComError() 1018 pei->lpVtbl->GetHelpContext(pei, &helpcontext); in GetComError() 1019 pei->lpVtbl->GetHelpFile(pei, &helpfile); in GetComError() 1020 pei->lpVtbl->GetSource(pei, &source); in GetComError() 1022 pei->lpVtbl->Release(pei); in GetComError() 1329 src->lpVtbl->AddRef(src); in copy_com_pointer()
|
D | _ctypes_test.c | 255 piunk->lpVtbl->AddRef(piunk); in _testfunc_piunk() 256 return piunk->lpVtbl->Release(piunk); in _testfunc_piunk() 871 punk->lpVtbl->AddRef(punk); in KeepObject() 873 pobj->lpVtbl->Release(pobj); in KeepObject()
|
D | callbacks.c | 116 punk->lpVtbl->AddRef(punk); in TryAddRef()
|
D | _ctypes.c | 3925 if (NULL == piunk->lpVtbl) { in PyCFuncPtr_call() 3930 pProc = ((void **)piunk->lpVtbl)[self->index - 0x1000]; in PyCFuncPtr_call()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 545 hr = ps1->lpVtbl->QueryInterface(ps1, &IID_IPersistFile, in CreateShortcut() 554 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut() 561 hr = ps1->lpVtbl->SetDescription(ps1, description); in CreateShortcut() 569 hr = ps1->lpVtbl->SetArguments(ps1, arguments); in CreateShortcut() 578 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut() 587 hr = ps1->lpVtbl->SetWorkingDirectory(ps1, workdir); in CreateShortcut() 599 hr = pPf->lpVtbl->Save(pPf, wszFilename, TRUE); in CreateShortcut() 606 pPf->lpVtbl->Release(pPf); in CreateShortcut() 607 ps1->lpVtbl->Release(ps1); in CreateShortcut() 613 pPf->lpVtbl->Release(pPf); in CreateShortcut() [all …]
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 517 hr = ps1->lpVtbl->QueryInterface(ps1, &IID_IPersistFile, in CreateShortcut() 526 hr = ps1->lpVtbl->SetPath(ps1, path); in CreateShortcut() 533 hr = ps1->lpVtbl->SetDescription(ps1, description); in CreateShortcut() 541 hr = ps1->lpVtbl->SetArguments(ps1, arguments); in CreateShortcut() 550 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut() 559 hr = ps1->lpVtbl->SetWorkingDirectory(ps1, workdir); in CreateShortcut() 571 hr = pPf->lpVtbl->Save(pPf, wszFilename, TRUE); in CreateShortcut() 578 pPf->lpVtbl->Release(pPf); in CreateShortcut() 579 ps1->lpVtbl->Release(ps1); in CreateShortcut() 585 pPf->lpVtbl->Release(pPf); in CreateShortcut() [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 782 pSink->lpVtbl = &events->sink_vtbl; in ndis_events_init()
|