/external/mesa3d/src/gallium/state_trackers/nine/ |
D | vertexdeclaration9.h | 62 struct NineVertexDeclaration9 **ppOut ); 67 struct NineVertexDeclaration9 **ppOut );
|
D | indexbuffer9.c | 131 struct NineIndexBuffer9 **ppOut ) in NineIndexBuffer9_new() argument 133 NINE_DEVICE_CHILD_NEW(IndexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineIndexBuffer9_new()
|
D | swapchain9ex.c | 112 struct NineSwapChain9Ex **ppOut ) in NineSwapChain9Ex_new() argument 114 NINE_DEVICE_CHILD_NEW(SwapChain9Ex, ppOut, pDevice, /* args */ in NineSwapChain9Ex_new()
|
D | vertexbuffer9.c | 123 struct NineVertexBuffer9 **ppOut ) in NineVertexBuffer9_new() argument 125 NINE_DEVICE_CHILD_NEW(VertexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineVertexBuffer9_new()
|
D | vertexdeclaration9.c | 270 struct NineVertexDeclaration9 **ppOut ) in NineVertexDeclaration9_new() argument 272 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, pElements); in NineVertexDeclaration9_new() 278 struct NineVertexDeclaration9 **ppOut ) in NineVertexDeclaration9_new_from_fvf() argument 409 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, elems); in NineVertexDeclaration9_new_from_fvf()
|
D | stateblock9.h | 54 struct NineStateBlock9 **ppOut,
|
D | pixelshader9.c | 203 struct NinePixelShader9 **ppOut, in NinePixelShader9_new() argument 206 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso); in NinePixelShader9_new()
|
D | swapchain9ex.h | 46 struct NineSwapChain9Ex **ppOut );
|
D | query9.c | 310 struct NineQuery9 **ppOut, in NineQuery9_new() argument 313 NINE_DEVICE_CHILD_NEW(Query9, ppOut, pDevice, Type); in NineQuery9_new()
|
D | vertexbuffer9.h | 49 struct NineVertexBuffer9 **ppOut );
|
D | indexbuffer9.h | 53 struct NineIndexBuffer9 **ppOut );
|
D | query9.h | 56 struct NineQuery9 **ppOut,
|
D | volumetexture9.h | 47 struct NineVolumeTexture9 **ppOut,
|
D | texture9.h | 48 struct NineTexture9 **ppOut,
|
D | cubetexture9.h | 48 struct NineCubeTexture9 **ppOut,
|
D | vertexshader9.c | 262 struct NineVertexShader9 **ppOut, in NineVertexShader9_new() argument 265 NINE_DEVICE_CHILD_NEW(VertexShader9, ppOut, pDevice, pFunction, cso); in NineVertexShader9_new()
|
D | volume9.h | 71 struct NineVolume9 **ppOut );
|
D | volumetexture9.c | 284 struct NineVolumeTexture9 **ppOut, in NineVolumeTexture9_new() argument 287 NINE_DEVICE_CHILD_NEW(VolumeTexture9, ppOut, pDevice, in NineVolumeTexture9_new()
|
D | vertexshader9.h | 122 struct NineVertexShader9 **ppOut,
|
D | pixelshader9.h | 118 struct NinePixelShader9 **ppOut,
|
D | device9ex.c | 448 struct NineDevice9Ex **ppOut, in NineDevice9Ex_new() argument 454 NINE_NEW(Device9Ex, ppOut, lock, in NineDevice9Ex_new()
|
D | texture9.c | 386 struct NineTexture9 **ppOut, in NineTexture9_new() argument 389 NINE_DEVICE_CHILD_NEW(Texture9, ppOut, pDevice, in NineTexture9_new()
|
D | cubetexture9.c | 343 struct NineCubeTexture9 **ppOut, in NineCubeTexture9_new() argument 346 NINE_DEVICE_CHILD_NEW(CubeTexture9, ppOut, pDevice, in NineCubeTexture9_new()
|
D | swapchain9.h | 91 struct NineSwapChain9 **ppOut );
|
D | adapter9.h | 63 struct NineAdapter9 **ppOut );
|