HomeSort by relevance Sort by last modified time
    Searched refs:ppOut (Results 1 - 25 of 40) sorted by null

1 2

  /external/mesa3d/src/gallium/state_trackers/nine/
stateblock9.h 54 struct NineStateBlock9 **ppOut,
swapchain9ex.h 46 struct NineSwapChain9Ex **ppOut );
vertexdeclaration9.h 62 struct NineVertexDeclaration9 **ppOut );
67 struct NineVertexDeclaration9 **ppOut );
indexbuffer9.h 54 struct NineIndexBuffer9 **ppOut );
query9.h 56 struct NineQuery9 **ppOut,
texture9.h 48 struct NineTexture9 **ppOut,
vertexbuffer9.h 49 struct NineVertexBuffer9 **ppOut );
volumetexture9.h 47 struct NineVolumeTexture9 **ppOut,
indexbuffer9.c 136 struct NineIndexBuffer9 **ppOut )
138 NINE_DEVICE_CHILD_NEW(IndexBuffer9, ppOut, /* args */ pDevice, pDesc);
swapchain9ex.c 112 struct NineSwapChain9Ex **ppOut )
114 NINE_DEVICE_CHILD_NEW(SwapChain9Ex, ppOut, pDevice, /* args */
vertexbuffer9.c 123 struct NineVertexBuffer9 **ppOut )
125 NINE_DEVICE_CHILD_NEW(VertexBuffer9, ppOut, /* args */ pDevice, pDesc);
cubetexture9.h 48 struct NineCubeTexture9 **ppOut,
volume9.h 71 struct NineVolume9 **ppOut );
pixelshader9.h 118 struct NinePixelShader9 **ppOut,
vertexshader9.h 122 struct NineVertexShader9 **ppOut,
adapter9.h 63 struct NineAdapter9 **ppOut );
surface9.h 72 struct NineSurface9 **ppOut );
swapchain9.h 91 struct NineSwapChain9 **ppOut );
pixelshader9.c 203 struct NinePixelShader9 **ppOut,
206 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso);
query9.c 310 struct NineQuery9 **ppOut,
313 NINE_DEVICE_CHILD_NEW(Query9, ppOut, pDevice, Type);
device9ex.h 47 struct NineDevice9Ex **ppOut,
vertexdeclaration9.c 270 struct NineVertexDeclaration9 **ppOut )
272 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, pElements);
278 struct NineVertexDeclaration9 **ppOut )
409 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, elems);
cubetexture9.c 343 struct NineCubeTexture9 **ppOut,
346 NINE_DEVICE_CHILD_NEW(CubeTexture9, ppOut, pDevice,
device9ex.c 448 struct NineDevice9Ex **ppOut,
454 NINE_NEW(Device9Ex, ppOut, lock,
texture9.c 386 struct NineTexture9 **ppOut,
389 NINE_DEVICE_CHILD_NEW(Texture9, ppOut, pDevice,

Completed in 141 milliseconds

1 2