Home
last modified time | relevance | path

Searched refs:ppDecl (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h667 IDirect3DVertexDeclaration9 **ppDecl );
675 IDirect3DVertexDeclaration9 **ppDecl );
Ddevice9.c3069 IDirect3DVertexDeclaration9 **ppDecl ) in NineDevice9_CreateVertexDeclaration() argument
3074 This, pVertexElements, ppDecl); in NineDevice9_CreateVertexDeclaration()
3078 *ppDecl = (IDirect3DVertexDeclaration9 *)vdecl; in NineDevice9_CreateVertexDeclaration()
3110 IDirect3DVertexDeclaration9 **ppDecl ) in NineDevice9_GetVertexDeclaration() argument
3112 user_assert(ppDecl, D3DERR_INVALIDCALL); in NineDevice9_GetVertexDeclaration()
3114 *ppDecl = (IDirect3DVertexDeclaration9 *)This->state.vdecl; in NineDevice9_GetVertexDeclaration()
3115 if (*ppDecl) in NineDevice9_GetVertexDeclaration()
3116 NineUnknown_AddRef(NineUnknown(*ppDecl)); in NineDevice9_GetVertexDeclaration()
Dnine_lock.c1556 IDirect3DVertexDeclaration9 **ppDecl ) in LockDevice9_CreateVertexDeclaration() argument
1560 r = NineDevice9_CreateVertexDeclaration(This, pVertexElements, ppDecl); in LockDevice9_CreateVertexDeclaration()
1578 IDirect3DVertexDeclaration9 **ppDecl ) in LockDevice9_GetVertexDeclaration() argument
1582 r = NineDevice9_GetVertexDeclaration(This, ppDecl); in LockDevice9_GetVertexDeclaration()
/external/mesa3d/include/D3D9/
Dd3d9.h244 …texDeclaration(const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVertexDeclaration9 **ppDecl) = 0;
246 virtual HRESULT WINAPI GetVertexDeclaration(IDirect3DVertexDeclaration9 **ppDecl) = 0;
832 …ct3DDevice9 *This, const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVertexDeclaration9 **ppDecl);
834 …ESULT (WINAPI *GetVertexDeclaration)(IDirect3DDevice9 *This, IDirect3DVertexDeclaration9 **ppDecl);
1083 …3DDevice9Ex *This, const D3DVERTEXELEMENT9 *pVertexElements, IDirect3DVertexDeclaration9 **ppDecl);
1085 …ULT (WINAPI *GetVertexDeclaration)(IDirect3DDevice9Ex *This, IDirect3DVertexDeclaration9 **ppDecl);