Searched refs:pDecl (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 707 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/ |
D | device9.h | 694 IDirect3DVertexDeclaration9 *pDecl );
|
D | nine_lock.c | 1567 IDirect3DVertexDeclaration9 *pDecl ) in LockDevice9_SetVertexDeclaration() argument 1571 r = NineDevice9_SetVertexDeclaration(This, pDecl); in LockDevice9_SetVertexDeclaration()
|
D | device9.c | 3364 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/ |
D | d3d9.h | 245 virtual HRESULT WINAPI SetVertexDeclaration(IDirect3DVertexDeclaration9 *pDecl) = 0; 833 HRESULT (WINAPI *SetVertexDeclaration)(IDirect3DDevice9 *This, IDirect3DVertexDeclaration9 *pDecl); 1084 …ESULT (WINAPI *SetVertexDeclaration)(IDirect3DDevice9Ex *This, IDirect3DVertexDeclaration9 *pDecl);
|