Home
last modified time | relevance | path

Searched defs:ppOut (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexshader9.c305 NineVertexShader9_new( struct NineDevice9 *pDevice, struct NineVertexShader9 **ppOut, const DWORD *pFunction, void *cso ) NineVertexShader9_new() argument
H A Dpixelshader9.c256 NinePixelShader9_new( struct NineDevice9 *pDevice, struct NinePixelShader9 **ppOut, const DWORD *pFunction, void *cso ) NinePixelShader9_new() argument
H A Dtexture9.c381 NineTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineTexture9 **ppOut, HANDLE *pSharedHandle ) NineTexture9_new() argument
H A Dstateblock9.c597 NineStateBlock9_new( struct NineDevice9 *pDevice, struct NineStateBlock9 **ppOut, enum nine_stateblock_type type) NineStateBlock9_new() argument
H A Dquery9.c309 NineQuery9_new( struct NineDevice9 *pDevice, struct NineQuery9 **ppOut, D3DQUERYTYPE Type ) NineQuery9_new() argument
H A Dvolumetexture9.c282 NineVolumeTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineVolumeTexture9 **ppOut, HANDLE *pSharedHandle ) NineVolumeTexture9_new() argument
H A Dcubetexture9.c342 NineCubeTexture9_new( struct NineDevice9 *pDevice, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineCubeTexture9 **ppOut, HANDLE *pSharedHandle ) NineCubeTexture9_new() argument
H A Ddevice9ex.c516 NineDevice9Ex_new( struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, struct NineDevice9Ex **ppOut, int minorVersionNum ) NineDevice9Ex_new() argument
H A Ddevice9.c4296 NineDevice9_new( struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, boolean ex, D3DDISPLAYMODEEX *pFullscreenDisplayMode, struct NineDevice9 **ppOut, int minorVersionNum ) NineDevice9_new() argument
/third_party/sqlite/src/
H A Dshell.c7833 zipfileDeflate( const u8 *aIn, int nIn, u8 **ppOut, int *pnOut, char **pzErr ) zipfileDeflate() argument
10049 idxGetTableInfo( sqlite3 *db, const char *zTab, IdxTable **ppOut, char **pzErrmsg ) idxGetTableInfo() argument
[all...]
H A Dsqlite3.c32872 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) sqlite3ThreadJoin() argument
32968 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) sqlite3ThreadJoin() argument
33034 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) sqlite3ThreadJoin() argument
88786 valueFromValueList( sqlite3_value *pVal, sqlite3_value **ppOut, int bNext ) global() argument
88834 sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut) global() argument
88842 sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut) global() argument
225925 sqlite3Fts5ConfigParse( Fts5Global *pGlobal, sqlite3 *db, int nArg, const char **azArg, Fts5Config **ppOut, char **pzErr ) global() argument
229845 Fts5HashEntry **ppOut = &pRet; global() local
229931 sqlite3Fts5HashQuery( Fts5Hash *pHash, int nPre, const char *pTerm, int nTerm, void **ppOut, int *pnDoclist ) global() argument
[all...]

Completed in 143 milliseconds