HomeSort by relevance Sort by last modified time
    Searched refs:boolean (Results 76 - 100 of 1017) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 64 boolean pot;
65 boolean userBuffer;
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 82 PUBLIC boolean graw_parse_args(int *argi, int argc, char *argv[]);
92 PUBLIC boolean graw_save_surface_to_file(struct pipe_context *pipe,
  /external/mesa3d/src/gallium/tests/unit/
u_format_compatible_test.c 35 static boolean
71 boolean success;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 58 boolean software;
74 st_new_renderbuffer_fb(enum pipe_format format, int samples, boolean sw);
st_mesa_to_tgsi.h 62 boolean passthrough_edgeflags,
63 boolean clamp_color);
st_manager.h 48 boolean
  /external/libjpeg-turbo/
jpegint.h 68 boolean call_pass_startup; /* True if pass_startup must be called */
69 boolean is_last_pass; /* True during last pass */
92 boolean (*compress_data) (j_compress_ptr cinfo, JSAMPIMAGE input_buf);
110 boolean need_context_rows; /* TRUE if need rows above & below */
125 void (*start_pass) (j_compress_ptr cinfo, boolean gather_statistics);
126 boolean (*encode_mcu) (j_compress_ptr cinfo, JBLOCKROW *MCU_data);
153 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */
160 boolean jinit_upsampler_no_alloc;
171 boolean has_multiple_scans; /* True if file has multiple scans */
172 boolean eoi_reached; /* True when EOI has been consumed *
    [all...]
jchuff.h 37 (j_compress_ptr cinfo, boolean isDC, int tblno,
  /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/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);
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/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.h 49 boolean
53 boolean
74 static INLINE boolean
88 boolean
  /external/mesa3d/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/mesa3d/src/gallium/drivers/r300/
r300_vs.h 45 boolean dummy;
  /external/mesa3d/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/mesa3d/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/pdfium/third_party/libjpeg/
jchuff.h 42 JPP((j_compress_ptr cinfo, boolean isDC, int tblno,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 52 #define TRUE 1 /* Boolean true value. */
53 #define FALSE 0 /* Boolean false value. */
65 typedef unsigned char boolean; /* Boolean value type. */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 52 #define TRUE 1 /* Boolean true value. */
53 #define FALSE 0 /* Boolean false value. */
65 typedef unsigned char boolean; /* Boolean value type. */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 52 #define TRUE 1 /* Boolean true value. */
53 #define FALSE 0 /* Boolean false value. */
65 typedef unsigned char boolean; /* Boolean value type. */ typedef

Completed in 949 milliseconds

1 2 34 5 6 7 8 91011>>