Searched refs:NINE_DEVICE_CHILD_NEW (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | indexbuffer9.c | 133 NINE_DEVICE_CHILD_NEW(IndexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineIndexBuffer9_new()
|
D | swapchain9ex.c | 114 NINE_DEVICE_CHILD_NEW(SwapChain9Ex, ppOut, pDevice, /* args */ in NineSwapChain9Ex_new()
|
D | vertexbuffer9.c | 125 NINE_DEVICE_CHILD_NEW(VertexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineVertexBuffer9_new()
|
D | nine_helpers.h | 76 #define NINE_DEVICE_CHILD_NEW(nine, out, dev, ...) \ macro
|
D | vertexdeclaration9.c | 272 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, pElements); in NineVertexDeclaration9_new() 409 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, elems); in NineVertexDeclaration9_new_from_fvf()
|
D | pixelshader9.c | 206 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso); in NinePixelShader9_new()
|
D | query9.c | 313 NINE_DEVICE_CHILD_NEW(Query9, ppOut, pDevice, Type); in NineQuery9_new()
|
D | vertexshader9.c | 265 NINE_DEVICE_CHILD_NEW(VertexShader9, ppOut, pDevice, pFunction, cso); in NineVertexShader9_new()
|
D | volumetexture9.c | 287 NINE_DEVICE_CHILD_NEW(VolumeTexture9, ppOut, pDevice, in NineVolumeTexture9_new()
|
D | texture9.c | 389 NINE_DEVICE_CHILD_NEW(Texture9, ppOut, pDevice, in NineTexture9_new()
|
D | cubetexture9.c | 346 NINE_DEVICE_CHILD_NEW(CubeTexture9, ppOut, pDevice, in NineCubeTexture9_new()
|
D | volume9.c | 547 NINE_DEVICE_CHILD_NEW(Volume9, ppOut, pDevice, /* args */ in NineVolume9_new()
|
D | stateblock9.c | 574 NINE_DEVICE_CHILD_NEW(StateBlock9, ppOut, pDevice, type); in NineStateBlock9_new()
|
D | surface9.c | 835 NINE_DEVICE_CHILD_NEW(Surface9, ppOut, pDevice, /* args */ in NineSurface9_new()
|
D | swapchain9.c | 1059 NINE_DEVICE_CHILD_NEW(SwapChain9, ppOut, pDevice, /* args */ in NineSwapChain9_new()
|