/third_party/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.h | 62 struct NineVertexDeclaration9 **ppOut ); 67 struct NineVertexDeclaration9 **ppOut );
|
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 | indexbuffer9.c | 131 struct NineIndexBuffer9 **ppOut ) in NineIndexBuffer9_new() argument 133 NINE_DEVICE_CHILD_NEW(IndexBuffer9, ppOut, /* args */ pDevice, pDesc); in NineIndexBuffer9_new()
|
D | pixelshader9.c | 250 struct NinePixelShader9 **ppOut, in NinePixelShader9_new() argument 254 NINE_DEVICE_CHILD_BIND_NEW(PixelShader9, ppOut, pDevice, pFunction, cso); in NinePixelShader9_new() 256 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso); in NinePixelShader9_new()
|
D | vertexdeclaration9.c | 271 struct NineVertexDeclaration9 **ppOut ) in NineVertexDeclaration9_new() argument 273 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, pElements); in NineVertexDeclaration9_new() 279 struct NineVertexDeclaration9 **ppOut ) in NineVertexDeclaration9_new_from_fvf() argument 410 NINE_DEVICE_CHILD_NEW(VertexDeclaration9, ppOut, /* args */ pDevice, elems); in NineVertexDeclaration9_new_from_fvf()
|
D | vertexshader9.c | 299 struct NineVertexShader9 **ppOut, in NineVertexShader9_new() argument 303 NINE_DEVICE_CHILD_BIND_NEW(VertexShader9, ppOut, pDevice, pFunction, cso); in NineVertexShader9_new() 305 NINE_DEVICE_CHILD_NEW(VertexShader9, ppOut, pDevice, pFunction, cso); in NineVertexShader9_new()
|
D | stateblock9.h | 54 struct NineStateBlock9 **ppOut,
|
D | swapchain9ex.h | 46 struct NineSwapChain9Ex **ppOut );
|
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 | 49 struct NineTexture9 **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 | cubetexture9.h | 49 struct NineCubeTexture9 **ppOut,
|
D | volume9.h | 71 struct NineVolume9 **ppOut );
|
D | volumetexture9.c | 287 struct NineVolumeTexture9 **ppOut, in NineVolumeTexture9_new() argument 290 NINE_DEVICE_CHILD_NEW(VolumeTexture9, ppOut, pDevice, in NineVolumeTexture9_new()
|
D | vertexshader9.h | 139 struct NineVertexShader9 **ppOut,
|
D | swapchain9.h | 93 struct NineSwapChain9 **ppOut );
|
D | cubetexture9.c | 347 struct NineCubeTexture9 **ppOut, in NineCubeTexture9_new() argument 350 NINE_DEVICE_CHILD_NEW(CubeTexture9, ppOut, pDevice, in NineCubeTexture9_new()
|
D | surface9.h | 73 struct NineSurface9 **ppOut );
|
D | adapter9.h | 67 struct NineAdapter9 **ppOut );
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 1047 char **ppOut in XNVCTRLStringOperation() argument 1058 if (!ppOut) in XNVCTRLStringOperation() 1061 *ppOut = NULL; in XNVCTRLStringOperation() 1099 if (outSize) *ppOut = (char *) Xmalloc(outSize); in XNVCTRLStringOperation() 1101 if (!*ppOut) { in XNVCTRLStringOperation() 1104 _XRead(dpy, (char *) *ppOut, outSize); in XNVCTRLStringOperation()
|
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 1047 char **ppOut in XNVCTRLStringOperation() argument 1058 if (!ppOut) in XNVCTRLStringOperation() 1061 *ppOut = NULL; in XNVCTRLStringOperation() 1099 if (outSize) *ppOut = (char *) Xmalloc(outSize); in XNVCTRLStringOperation() 1101 if (!*ppOut) { in XNVCTRLStringOperation() 1104 _XRead(dpy, (char *) *ppOut, outSize); in XNVCTRLStringOperation()
|