Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/broadcom/cle/
Dgen_pack_header.py497 def emit_header(self, name): member in Parser
517 self.emit_header(name)
537 self.emit_header(name)
/external/wayland/src/
Dscanner.c1475 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/
Dtgsi_ureg.c1497 emit_header( struct ureg_program *ureg ) in emit_header() function
1513 emit_header( ureg ); in ureg_finalize()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2047 emit_header( struct ureg_program *ureg ) in emit_header() function
2073 emit_header( ureg ); in ureg_finalize()
/external/virglrenderer/src/
Dvrend_shader.c3991 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()