/external/chromium_org/third_party/libjpeg_turbo/ |
wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) function 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); 309 emit_header(dest, 256, (JSAMPARRAY) NULL);
|
/external/jpeg/ |
wrgif.c | 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) function 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); 309 emit_header(dest, 256, (JSAMPARRAY) NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 1597 emit_header( struct ureg_program *ureg ) function [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.c | 1597 emit_header( struct ureg_program *ureg ) function [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
indirect.c | 62 #define emit_header(dest, op, size) \ macro 186 emit_header(gc->pc, rop, cmdlen); 198 emit_header(gc->pc, rop, cmdlen); 210 emit_header(gc->pc, rop, cmdlen); 222 emit_header(gc->pc, rop, cmdlen); 234 emit_header(gc->pc, rop, cmdlen); 246 emit_header(gc->pc, rop, cmdlen); 258 emit_header(gc->pc, rop, cmdlen); 270 emit_header(gc->pc, rop, cmdlen); 325 emit_header(gc->pc, X_GLrop_CallList, cmdlen) [all...] |