Searched refs:emit_header (Results 1 – 6 of 6) sorted by relevance
/external/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()
|
/external/mesa3d/src/broadcom/cle/ |
D | gen_pack_header.py | 497 def emit_header(self, name): member in Parser 517 self.emit_header(name) 537 self.emit_header(name)
|
/external/wayland/src/ |
D | scanner.c | 1475 emit_header(struct protocol *protocol, enum side side) in emit_header() function 1899 emit_header(&protocol, CLIENT); in main() 1902 emit_header(&protocol, SERVER); in main()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 1497 emit_header( struct ureg_program *ureg ) in emit_header() function 1513 emit_header( ureg ); in ureg_finalize()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 2047 emit_header( struct ureg_program *ureg ) in emit_header() function 2073 emit_header( ureg ); in ureg_finalize()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3991 static char *emit_header(struct dump_ctx *ctx, char *glsl_hdr) in emit_header() function 4974 glsl_hdr = emit_header(&ctx, glsl_hdr); in vrend_convert_shader()
|