Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h690 IDirect3DVertexDeclaration9 **ppDecl );
698 IDirect3DVertexDeclaration9 **ppDecl );
Ddevice9.c3346 IDirect3DVertexDeclaration9 **ppDecl ) in NineDevice9_CreateVertexDeclaration() argument
3351 This, pVertexElements, ppDecl); in NineDevice9_CreateVertexDeclaration()
3353 user_assert(pVertexElements && ppDecl, D3DERR_INVALIDCALL); in NineDevice9_CreateVertexDeclaration()
3357 *ppDecl = (IDirect3DVertexDeclaration9 *)vdecl; in NineDevice9_CreateVertexDeclaration()
3389 IDirect3DVertexDeclaration9 **ppDecl ) in NineDevice9_GetVertexDeclaration() argument
3391 user_assert(ppDecl, D3DERR_INVALIDCALL); in NineDevice9_GetVertexDeclaration()
3393 *ppDecl = (IDirect3DVertexDeclaration9 *)This->state.vdecl; in NineDevice9_GetVertexDeclaration()
3394 if (*ppDecl) in NineDevice9_GetVertexDeclaration()
3395 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()
/third_party/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);