| /external/pdfium/core/include/thirdparties/libjpeg/ |
| jpeglib.h | 161 boolean sent_table; /* TRUE when table has been output */
177 boolean sent_table; /* TRUE when table has been output */
227 boolean component_needed; /* do we need the value of this component? */
313 boolean is_decompressor; /* So common code can tell which is which */\
387 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
388 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
389 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
390 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
404 boolean write_JFIF_header; /* should a JFIF marker be written? */
414 boolean write_Adobe_marker; /* should an Adobe marker be written? */ [all...] |
| /external/pdfium/core/src/fxcodec/libjpeg/ |
| jpeglib.h | 161 boolean sent_table; /* TRUE when table has been output */
177 boolean sent_table; /* TRUE when table has been output */
227 boolean component_needed; /* do we need the value of this component? */
313 boolean is_decompressor; /* So common code can tell which is which */\
387 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
388 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
389 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
390 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
404 boolean write_JFIF_header; /* should a JFIF marker be written? */
414 boolean write_Adobe_marker; /* should an Adobe marker be written? */ [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
| draw_context.h | 103 void draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite); 107 void draw_enable_line_stipple(struct draw_context *draw, boolean enable); 109 void draw_enable_point_sprites(struct draw_context *draw, boolean enable); 113 boolean 116 boolean 119 boolean 265 boolean bypass_clip_xy, 266 boolean bypass_clip_z, 267 boolean guard_band_xy); 270 boolean enable ) [all...] |
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| draw_context.h | 103 void draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite); 107 void draw_enable_line_stipple(struct draw_context *draw, boolean enable); 109 void draw_enable_point_sprites(struct draw_context *draw, boolean enable); 113 boolean 116 boolean 119 boolean 265 boolean bypass_clip_xy, 266 boolean bypass_clip_z, 267 boolean guard_band_xy); 270 boolean enable ) [all...] |
| /external/chromium_org/third_party/fips181/ |
| fips181.h | 76 boolean have_initial_y (USHORT *units, USHORT unit_size); 77 boolean illegal_placement (USHORT *units, USHORT pwlen); 78 boolean improper_word (USHORT *units, USHORT word_size); 79 boolean have_final_split (USHORT *units, USHORT unit_size);
|
| /external/chromium_org/third_party/libjpeg_turbo/ |
| jchuff.h | 42 JPP((j_compress_ptr cinfo, boolean isDC, int tblno,
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
| translate.c | 52 boolean translate_is_output_format_supported(enum pipe_format format)
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| u_prim.h | 40 static INLINE boolean u_validate_pipe_prim( unsigned pipe_prim, unsigned nr ) 42 boolean ok = TRUE; 78 static INLINE boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr ) 80 boolean ok = TRUE;
|
| u_ringbuffer.h | 27 boolean wait );
|
| u_staging.h | 58 boolean direct, struct util_staging_transfer *tx);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
| lp_bld_alpha.h | 56 boolean do_branch);
|
| lp_bld_blend.h | 52 boolean not_alpha_dependent, 53 boolean optimise_only); 100 boolean 105 boolean
|
| lp_flush.c | 97 boolean 102 boolean read_only, 103 boolean cpu_access, 104 boolean do_not_block,
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
| nouveau_buffer.h | 49 boolean 53 boolean 74 static INLINE boolean 88 boolean
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
| nvc0_stateobj.h | 42 boolean user; /* should only be TRUE if u.data is valid and non-NULL */ 58 boolean shared_slots; 59 boolean need_conversion; /* e.g. VFETCH cannot convert f64 to f32 */ 68 boolean clean;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
| r300_vs.h | 45 boolean dummy;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
| r600.h | 64 boolean b; 106 boolean r600_context_query_result(struct r600_context *ctx, 108 boolean wait, void *vresult); 119 void si_need_cs_space(struct r600_context *ctx, unsigned num_dw, boolean count_draw_in);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
| svga_context.h | 88 boolean need_white_fragments; 95 boolean blend_enable; 100 boolean separate_alpha_blend_enable; 237 boolean any_user_vertex_buffers; 243 boolean enabled; 295 boolean need_swvfetch; 296 boolean need_pipeline; 297 boolean need_swtnl; 302 boolean in_swtnl_draw; 319 boolean no_swtnl [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| st_manager.h | 48 boolean
|
| /external/jpeg/ |
| jchuff.h | 42 JPP((j_compress_ptr cinfo, boolean isDC, int tblno,
|
| /external/mesa3d/src/gallium/auxiliary/translate/ |
| translate.c | 52 boolean translate_is_output_format_supported(enum pipe_format format)
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_prim.h | 40 static INLINE boolean u_validate_pipe_prim( unsigned pipe_prim, unsigned nr ) 42 boolean ok = TRUE; 78 static INLINE boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr ) 80 boolean ok = TRUE;
|
| u_ringbuffer.h | 27 boolean wait );
|
| u_staging.h | 58 boolean direct, struct util_staging_transfer *tx);
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_bld_alpha.h | 56 boolean do_branch);
|