Home
last modified time | relevance | path

Searched refs:NINE_DEVICE_CHILD_NEW (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dindexbuffer9.c133 NINE_DEVICE_CHILD_NEW(IndexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineIndexBuffer9_new()
Dswapchain9ex.c114 NINE_DEVICE_CHILD_NEW(SwapChain9Ex, ppOut, pDevice, /* args */ in NineSwapChain9Ex_new()
Dvertexbuffer9.c125 NINE_DEVICE_CHILD_NEW(VertexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineVertexBuffer9_new()
Dnine_helpers.h76 #define NINE_DEVICE_CHILD_NEW(nine, out, dev, ...) \ macro
Dvertexdeclaration9.c272 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()
Dpixelshader9.c206 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso); in NinePixelShader9_new()
Dquery9.c313 NINE_DEVICE_CHILD_NEW(Query9, ppOut, pDevice, Type); in NineQuery9_new()
Dvertexshader9.c265 NINE_DEVICE_CHILD_NEW(VertexShader9, ppOut, pDevice, pFunction, cso); in NineVertexShader9_new()
Dvolumetexture9.c287 NINE_DEVICE_CHILD_NEW(VolumeTexture9, ppOut, pDevice, in NineVolumeTexture9_new()
Dtexture9.c389 NINE_DEVICE_CHILD_NEW(Texture9, ppOut, pDevice, in NineTexture9_new()
Dcubetexture9.c346 NINE_DEVICE_CHILD_NEW(CubeTexture9, ppOut, pDevice, in NineCubeTexture9_new()
Dvolume9.c547 NINE_DEVICE_CHILD_NEW(Volume9, ppOut, pDevice, /* args */ in NineVolume9_new()
Dstateblock9.c574 NINE_DEVICE_CHILD_NEW(StateBlock9, ppOut, pDevice, type); in NineStateBlock9_new()
Dsurface9.c835 NINE_DEVICE_CHILD_NEW(Surface9, ppOut, pDevice, /* args */ in NineSurface9_new()
Dswapchain9.c1059 NINE_DEVICE_CHILD_NEW(SwapChain9, ppOut, pDevice, /* args */ in NineSwapChain9_new()