Searched refs:out_desc (Results 1 - 14 of 14) sorted by relevance

/external/zlib/src/contrib/infback9/
H A Dinfback9.h25 out_func out, void FAR *out_desc));
H A Dinfback9.c183 if (out(out_desc, put, (unsigned)left)) { \
217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc)
222 void FAR *out_desc;
585 if (out(out_desc, window, (unsigned)(WSIZE - left)))
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h144 virtual void STDMETHODCALLTYPE GetDesc(Desc *out_desc) argument
146 memcpy(out_desc, &desc, sizeof(desc));
204 virtual void STDMETHODCALLTYPE GetDesc1(D3D10_BLEND_DESC1 *out_desc) argument
206 memcpy(out_desc, &desc1, sizeof(desc1));
357 virtual void STDMETHODCALLTYPE GetDesc(Desc *out_desc) argument
359 memcpy(out_desc, &desc, sizeof(desc));
527 DXGI_SURFACE_DESC *out_desc)
529 out_desc->Format = this->desc.Format;
530 out_desc->Width = this->desc.Width;
531 out_desc
526 GetDesc( DXGI_SURFACE_DESC *out_desc) argument
638 GetDesc1(D3D10_SHADER_RESOURCE_VIEW_DESC1 *out_desc) argument
643 GetDesc(D3D10_SHADER_RESOURCE_VIEW_DESC *out_desc) argument
699 GetDesc( D3D11_QUERY_DESC *out_desc) argument
732 GetDesc( D3D11_COUNTER_DESC *out_desc) argument
[all...]
/external/opencv3/3rdparty/zlib/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
255 void FAR *out_desc;
610 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h1031 out_func out, void FAR *out_desc));
1064 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1080 The in_desc and out_desc parameters of inflateBack() is passed as the
/external/zlib/src/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
255 void FAR *out_desc;
610 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h1031 out_func out, void FAR *out_desc));
1064 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1080 The in_desc and out_desc parameters of inflateBack() is passed as the
/external/pdfium/third_party/zlib_v128/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
255 void FAR *out_desc)
610 if (out(out_desc, state->window, state->wsize - left))
250 inflateBack( z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) argument
H A Dzlib.h1100 out_func out, void FAR *out_desc));
1133 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1149 The in_desc and out_desc parameters of inflateBack() is passed as the
/external/zlib/src/examples/
H A Dgun.c131 local int out(void *out_desc, unsigned char *buf, unsigned len) argument
134 struct outd *me = (struct outd *)out_desc;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp459 DXGI_OUTPUT_DESC *out_desc)
461 *out_desc = desc;
1296 DXGI_SWAP_CHAIN_DESC *out_desc)
1298 *out_desc = desc;
458 GetDesc( DXGI_OUTPUT_DESC *out_desc) argument
1295 GetDesc( DXGI_SWAP_CHAIN_DESC *out_desc) argument
/external/zlib/
H A Dzlib.h1031 out_func out, void FAR *out_desc));
1064 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1080 The in_desc and out_desc parameters of inflateBack() is passed as the
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas139 out_fn: out_func; out_desc: Pointer): Integer;
/external/zlib/src/as400/
H A Dzlib.inc403 D out_desc * value Output descriptor

Completed in 385 milliseconds