Home
last modified time | relevance | path

Searched refs:emit_header (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c222 emit_header(gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header() function
310 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); in start_output_gif()
312 emit_header(dest, 256, (JSAMPARRAY)NULL); in start_output_gif()
/third_party/libjpeg-turbo/
Dwrgif.c252 emit_header(gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header() function
340 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); in start_output_gif()
342 emit_header(dest, 256, (JSAMPARRAY)NULL); in start_output_gif()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c252 emit_header(gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header() function
340 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); in start_output_gif()
342 emit_header(dest, 256, (JSAMPARRAY)NULL); in start_output_gif()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.hpp68 void emit_header() override;
Dspirv_cpp.cpp350 emit_header(); in compile()
488 void CompilerCPP::emit_header() in emit_header() function in CompilerCPP
Dspirv_hlsl.hpp218 void emit_header() override;
Dspirv_msl.hpp720 void emit_header() override;
Dspirv_glsl.hpp370 virtual void emit_header();
Dspirv_hlsl.cpp524 void CompilerHLSL::emit_header() in emit_header() function in CompilerHLSL
5795 emit_header(); in compile()
Dspirv_msl.cpp1463 emit_header(); in compile()
4592 void CompilerMSL::emit_header() in emit_header() function in CompilerMSL
Dspirv_glsl.cpp673 emit_header(); in compile()
763 void CompilerGLSL::emit_header() in emit_header() function in CompilerGLSL
/third_party/mesa3d/src/broadcom/cle/
Dgen_pack_header.py545 def emit_header(self, name): member in Parser
568 self.emit_header(name)
594 self.emit_header(name)
/third_party/mesa3d/src/asahi/lib/
Dgen_pack.py638 def emit_header(self, name): member in Parser
694 self.emit_header(name)
/third_party/nghttp2/lib/
Dnghttp2_hd.c786 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header() function
1742 emit_header(nv_out, &nv); in hd_inflate_commit_indexed()
1779 emit_header(nv_out, &nv); in hd_inflate_commit_newname()
1826 emit_header(nv_out, &nv); in hd_inflate_commit_indname()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c781 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header() function
1736 emit_header(nv_out, &nv); in hd_inflate_commit_indexed()
1773 emit_header(nv_out, &nv); in hd_inflate_commit_newname()
1820 emit_header(nv_out, &nv); in hd_inflate_commit_indname()
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_pack.py755 def emit_header(self, name): member in Parser
831 self.emit_header(name)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm465 // See SpirvToMslCompiler::emit_header()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2099 emit_header( struct ureg_program *ureg ) in emit_header() function
2127 emit_header( ureg ); in ureg_finalize()