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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h 95 boolean flatshade_first;
96 boolean ccw_is_frontface;
97 boolean scissor_test;
98 boolean point_size_per_vertex;
167 boolean lp_setup_update_state( struct lp_setup_context *setup,
168 boolean update_scene);
172 boolean lp_setup_flush_and_restart(struct lp_setup_context *setup);
192 boolean
lp_test.h 61 boolean
65 boolean
68 boolean
128 boolean
132 boolean
lp_fence.h 49 boolean issued;
62 boolean
88 static INLINE boolean
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fence.c 43 static boolean
52 static boolean
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_x11.c 36 native_create_display(void *dpy, boolean use_sw)
39 boolean force_sw;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.h 53 boolean broken_invalidate;
68 boolean d_depth_bits_last;
69 boolean sd_depth_bits_last;
70 boolean auto_fake_front;
96 static INLINE boolean
108 static INLINE boolean
dri_context.h 77 boolean dri_unbind_context(__DRIcontext * driContextPriv);
79 boolean
87 boolean
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.h 53 boolean broken_invalidate;
68 boolean d_depth_bits_last;
69 boolean sd_depth_bits_last;
70 boolean auto_fake_front;
96 static INLINE boolean
108 static INLINE boolean
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 81 typedef bool boolean; typedef
84 #define boolean Boolean macro
86 typedef enum boolean { false = FALSE, true = TRUE } boolean; typedef in typeref:enum:boolean
147 /*@only@*/ wordptr BitVector_Create (N_int bits, boolean clear); /* malloc */
149 listptr BitVector_Create_List(N_int bits, boolean clear, N_int count);
207 boolean BitVector_interval_scan_inc (wordptr addr, N_int start,
210 boolean BitVector_interval_scan_dec (wordptr addr, N_int start,
225 boolean BitVector_is_empty (wordptr addr); /* X == {} ? *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 101 boolean preserve;
107 boolean premultiplied_alpha;
126 boolean (*present)(struct native_surface *nsurf,
141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
160 boolean window_bit;
161 boolean pixmap_bit;
162 boolean scanout_bit;
167 boolean transparent_rgb;
195 boolean (*init_screen)(struct native_display *ndpy);
218 boolean (*get_pixmap_format)(struct native_display *ndpy
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 101 boolean preserve;
107 boolean premultiplied_alpha;
126 boolean (*present)(struct native_surface *nsurf,
141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
160 boolean window_bit;
161 boolean pixmap_bit;
162 boolean scanout_bit;
167 boolean transparent_rgb;
195 boolean (*init_screen)(struct native_display *ndpy);
218 boolean (*get_pixmap_format)(struct native_display *ndpy
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt.h 111 boolean (*run_linear_elts)( struct draw_pt_middle_end *,
220 boolean draw_pt_post_vs_run( struct pt_post_vs *pvs,
224 boolean clip_xy,
225 boolean clip_z,
226 boolean clip_user,
227 boolean guard_band,
228 boolean bypass_viewport,
229 boolean opengl,
230 boolean need_edgeflags );
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 111 boolean (*run_linear_elts)( struct draw_pt_middle_end *,
220 boolean draw_pt_post_vs_run( struct pt_post_vs *pvs,
224 boolean clip_xy,
225 boolean clip_z,
226 boolean clip_user,
227 boolean guard_band,
228 boolean bypass_viewport,
229 boolean opengl,
230 boolean need_edgeflags );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 61 boolean
65 boolean
68 boolean
128 boolean
132 boolean
lp_fence.h 49 boolean issued;
62 boolean
88 static INLINE boolean
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 126 boolean (*is_format_supported)( struct pipe_screen *,
136 boolean (*is_video_format_supported)( struct pipe_screen *,
160 boolean (*resource_get_handle)(struct pipe_screen *,
190 boolean (*fence_signalled)( struct pipe_screen *screen,
197 boolean (*fence_finish)( struct pipe_screen *screen,
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 126 boolean (*is_format_supported)( struct pipe_screen *,
136 boolean (*is_video_format_supported)( struct pipe_screen *,
160 boolean (*resource_get_handle)(struct pipe_screen *,
190 boolean (*fence_signalled)( struct pipe_screen *screen,
197 boolean (*fence_finish)( struct pipe_screen *screen,
  /external/jpeg/
jpeglib.h 94 boolean sent_table; /* TRUE when table has been output */
110 boolean sent_table; /* TRUE when table has been output */
160 boolean component_needed; /* do we need the value of this component? */
250 boolean is_decompressor; /* So common code can tell which is which */\
324 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
326 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
327 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
341 boolean write_JFIF_header; /* should a JFIF marker be written? */
351 boolean write_Adobe_marker; /* should an Adobe marker be written? *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 94 boolean sent_table; /* TRUE when table has been output */
110 boolean sent_table; /* TRUE when table has been output */
160 boolean component_needed; /* do we need the value of this component? */
250 boolean is_decompressor; /* So common code can tell which is which */\
324 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
326 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
327 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
341 boolean write_JFIF_header; /* should a JFIF marker be written? */
351 boolean write_Adobe_marker; /* should an Adobe marker be written? *
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jpeglib.h 101 boolean sent_table; /* TRUE when table has been output */
117 boolean sent_table; /* TRUE when table has been output */
172 boolean component_needed; /* do we need the value of this component? */
279 boolean is_decompressor; /* So common code can tell which is which */\
371 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
372 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
373 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
374 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
376 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
391 boolean write_JFIF_header; /* should a JFIF marker be written? *
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.h 49 boolean reset();
50 boolean vbusPwr ( boolean );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.h 23 boolean translated;
24 boolean need_tls;
43 boolean need_vertex_id;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw.h 47 boolean flatshade,
48 boolean flatshade_first );
79 boolean
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.h 6 boolean xorg_composite_accelerated(int op,
11 boolean xorg_composite_bind_state(struct exa_context *exa,
25 boolean xorg_solid_bind_state(struct exa_context *exa,
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
i915_drm_winsys.h 20 boolean dump_cmd;
22 boolean send_cmd;
57 boolean flinked;

Completed in 1572 milliseconds

1 2 34 5 6 7 8 91011>>