Home
last modified time | relevance | path

Searched refs:pDecl (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp707 TIntermDeclaration *pDecl = CreateTempInitDeclarationNode(p, windowPosition); in AddBresenhamEmulationFS() local
774 {pDecl, dDecl, fDecl, p_decl, d_decl, f_decl, iDecl, ifStatement}}; in AddBresenhamEmulationFS()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h694 IDirect3DVertexDeclaration9 *pDecl );
Dnine_lock.c1567 IDirect3DVertexDeclaration9 *pDecl ) in LockDevice9_SetVertexDeclaration() argument
1571 r = NineDevice9_SetVertexDeclaration(This, pDecl); in LockDevice9_SetVertexDeclaration()
Ddevice9.c3364 IDirect3DVertexDeclaration9 *pDecl ) in NineDevice9_SetVertexDeclaration() argument
3367 struct NineVertexDeclaration9 *vdecl = NineVertexDeclaration9(pDecl); in NineDevice9_SetVertexDeclaration()
3369 DBG("This=%p pDecl=%p\n", This, pDecl); in NineDevice9_SetVertexDeclaration()
/third_party/mesa3d/include/D3D9/
Dd3d9.h245 virtual HRESULT WINAPI SetVertexDeclaration(IDirect3DVertexDeclaration9 *pDecl) = 0;
833 HRESULT (WINAPI *SetVertexDeclaration)(IDirect3DDevice9 *This, IDirect3DVertexDeclaration9 *pDecl);
1084 …ESULT (WINAPI *SetVertexDeclaration)(IDirect3DDevice9Ex *This, IDirect3DVertexDeclaration9 *pDecl);