/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | wrgif.c | 222 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/ |
D | wrgif.c | 252 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/ |
D | wrgif.c | 252 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/ |
D | spirv_cpp.hpp | 68 void emit_header() override;
|
D | spirv_cpp.cpp | 350 emit_header(); in compile() 488 void CompilerCPP::emit_header() in emit_header() function in CompilerCPP
|
D | spirv_hlsl.hpp | 218 void emit_header() override;
|
D | spirv_msl.hpp | 720 void emit_header() override;
|
D | spirv_glsl.hpp | 370 virtual void emit_header();
|
D | spirv_hlsl.cpp | 524 void CompilerHLSL::emit_header() in emit_header() function in CompilerHLSL 5795 emit_header(); in compile()
|
D | spirv_msl.cpp | 1463 emit_header(); in compile() 4592 void CompilerMSL::emit_header() in emit_header() function in CompilerMSL
|
D | spirv_glsl.cpp | 673 emit_header(); in compile() 763 void CompilerGLSL::emit_header() in emit_header() function in CompilerGLSL
|
/third_party/mesa3d/src/broadcom/cle/ |
D | gen_pack_header.py | 545 def emit_header(self, name): member in Parser 568 self.emit_header(name) 594 self.emit_header(name)
|
/third_party/mesa3d/src/asahi/lib/ |
D | gen_pack.py | 638 def emit_header(self, name): member in Parser 694 self.emit_header(name)
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.c | 786 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/ |
D | nghttp2_hd.c | 781 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/ |
D | gen_pack.py | 755 def emit_header(self, name): member in Parser 831 self.emit_header(name)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_glslang_mtl_utils.mm | 465 // See SpirvToMslCompiler::emit_header()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 2099 emit_header( struct ureg_program *ureg ) in emit_header() function 2127 emit_header( ureg ); in ureg_finalize()
|