Searched defs:GetDeclaration (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/css/
H A Dcfde_cssstylerule.cpp21 CFDE_CSSDeclaration* CFDE_CSSStyleRule::GetDeclaration() { function in class:CFDE_CSSStyleRule
/external/swiftshader/src/D3D9/
H A DDirect3DVertexDeclaration9.cpp342 long Direct3DVertexDeclaration9::GetDeclaration(D3DVERTEXELEMENT9 *declaration, unsigned int *numElements) function in class:D3D9::Direct3DVertexDeclaration9
/external/libevent/
H A Devent_rpcgen.py102 entry.GetDeclaration('(*%s_get)' % entry.Name()))
137 self.PrintIndented(file, '', entry.GetDeclaration(
431 def GetDeclaration(self, funcname): member in class:Entry
516 def GetDeclaration(self, funcname): member in class:EntryBytes
952 def GetDeclaration(self, funcname): member in class:EntryVarBytes
1079 def GetDeclaration(self, funcname): member in class:EntryArray
/external/mesa3d/include/D3D9/
H A Dd3d9.h381 virtual HRESULT WINAPI GetDeclaration(D3DVERTEXELEMENT9 *pElement, UINT *pNumElements) = 0;
1691 HRESULT (WINAPI *GetDeclaration)(IDirect3DVertexDeclaration9 *This, D3DVERTEXELEMENT9 *pElement, UINT *pNumElements); member in struct:IDirect3DVertexDeclaration9Vtbl
1704 #define IDirect3DVertexDeclaration9_GetDeclaration(p,a,b) (p)->lpVtbl->GetDeclaration(p,a,b)

Completed in 184 milliseconds