HomeSort by relevance Sort by last modified time
    Searched refs:boolean (Results 101 - 125 of 1205) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 87 boolean simple_interp;
88 boolean depth_clamp;
119 boolean pixel_center_integer,
120 boolean depth_clamp,
lp_flush.c 99 boolean
103 boolean read_only,
104 boolean cpu_access,
105 boolean do_not_block,
lp_query.h 58 extern boolean llvmpipe_check_render_cond(struct llvmpipe_context *);
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.h 45 boolean dummy;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fence.c 43 static boolean
  /external/mesa3d/src/gallium/drivers/swr/
swr_query.h 47 extern boolean swr_check_render_cond(struct pipe_context *pipe);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 73 boolean bPbuffer;
85 boolean must_resize;
87 boolean minimized; /**< Is the window currently minimized? */
96 boolean textureMipmap; /**< TRUE/FALSE */
stw_st.h 49 boolean
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 79 boolean has_stencil_export; /**< can do shader stencil export? */
80 boolean has_time_elapsed;
81 boolean has_shader_model3;
82 boolean has_etc1;
83 boolean has_etc2;
84 boolean prefer_blit_based_texture_transfer;
85 boolean force_persample_in_shader;
86 boolean has_shareable_shaders;
87 boolean has_half_float_packing;
88 boolean has_multi_draw_indirect
    [all...]
st_extensions.h 44 boolean has_lib_dxtc);
st_manager.h 46 boolean
  /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
  /hardware/qcom/media/msm8998/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
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.h 82 boolean user;
165 boolean pending;
194 boolean dirty; /**< Need to do a readback before mapping? */
222 static inline boolean
247 static inline boolean
262 unsigned flags, boolean *retry)
287 boolean rebind;
svga_resource_texture.h 61 boolean views_modified;
85 boolean validated;
91 boolean imported;
96 boolean can_use_upload;
131 boolean use_direct_map;
237 static inline boolean
262 static inline boolean
279 boolean
288 boolean
294 boolean
    [all...]
svga_tgsi_emit.h 78 boolean emitted_vface;
79 boolean emit_frontface;
88 boolean constant_color_output;
90 boolean in_main_func;
92 boolean created_common_immediate;
95 boolean created_loop_const;
110 boolean ps_reads_pos;
111 boolean emitted_depth_fog;
145 boolean
148 boolean
    [all...]
svga_context.h 114 boolean blend_enable;
119 boolean separate_alpha_blend_enable;
247 boolean need_swvfetch;
310 boolean enabled;
334 boolean dirty;
409 boolean need_swvfetch;
410 boolean need_pipeline;
411 boolean need_swtnl;
416 boolean in_swtnl_draw;
437 boolean no_swtnl
    [all...]
  /external/selinux/libsemanage/src/
booleans_file.c 24 semanage_bool_t * boolean, FILE * str)
27 const char *name = semanage_bool_get_name(boolean);
28 int value = semanage_bool_get_value(boolean);
31 ERR(handle, "could not print boolean %s to stream", name);
39 parse_info_t * info, semanage_bool_t * boolean)
54 if (semanage_bool_set_name(handle, boolean, str) < 0)
80 ERR(handle, "invalid boolean value for \"%s\": %u "
81 "(%s: %u)\n%s", semanage_bool_get_name(boolean),
85 semanage_bool_set_value(boolean, value);
97 ERR(handle, "could not parse boolean record")
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_winsys.h 110 boolean (*validate_buffers)(struct i915_winsys_batchbuffer *batch,
128 unsigned offset, boolean fenced);
187 boolean (*buffer_get_handle)(struct i915_winsys *iws,
197 boolean write);
222 boolean (*buffer_is_busy)(struct i915_winsys *iws,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 111 void draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite);
115 void draw_enable_line_stipple(struct draw_context *draw, boolean enable);
117 void draw_enable_point_sprites(struct draw_context *draw, boolean enable);
121 boolean
124 boolean
127 boolean
141 boolean
279 boolean bypass_clip_xy,
280 boolean bypass_clip_z,
281 boolean guard_band_xy
    [all...]
draw_pt_post_vs.c 51 boolean (*run)( struct pt_post_vs *pvs,
119 boolean draw_pt_post_vs_run( struct pt_post_vs *pvs,
128 boolean clip_xy,
129 boolean clip_z,
130 boolean clip_user,
131 boolean guard_band,
132 boolean bypass_viewport,
133 boolean clip_halfz,
134 boolean need_edgeflags )
draw_vbuf.h 67 boolean (*need_pipeline)(const struct vbuf_render *render,
84 boolean (*allocate_vertices)( struct vbuf_render *,
  /external/mesa3d/src/gallium/auxiliary/util/
u_caps.h 67 boolean util_check_caps(struct pipe_screen *screen, const unsigned *list);
68 boolean util_check_caps_out(struct pipe_screen *screen, const unsigned *list, int *out);

Completed in 537 milliseconds

1 2 3 45 6 7 8 91011>>