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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 58 PUBLIC boolean
77 PUBLIC boolean
  /external/mesa3d/src/gallium/winsys/sw/null/
null_sw_winsys.c 46 static boolean
104 static boolean
  /external/pdfium/third_party/libjpeg/
transupp.h 89 boolean trim; /* if TRUE, trim partial MCUs as needed */
90 boolean force_grayscale; /* if TRUE, convert color image to grayscale */
  /external/selinux/libselinux/src/
audit2why.c 28 #define BOOLEAN 3
53 static int load_booleans(const sepol_bool_t * boolean,
57 boollist[boolcnt]->name = strdup(sepol_bool_get_name(boolean));
58 boollist[boolcnt]->active = sepol_bool_get_value(boolean);
71 sepol_bool_t *boolean = NULL; local
84 "Could not create boolean key.\n");
89 key, &boolean);
93 "Could not find boolean %s.\n", name);
98 sepol_bool_set_value(boolean, !active);
102 key, boolean);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 140 boolean alpha_ref_dirty;
143 boolean shader_dirty;
147 boolean have_depth_texture, have_depth_fb;
165 boolean predicate_drawing;
169 boolean streamout_start;
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 85 boolean has_stencil_export; /**< can do shader stencil export? */
90 boolean invalidate_on_gl_viewport;
92 boolean vertex_array_out_of_memory;
150 boolean pixelmap_enabled; /**< use the pixelmap texture? */
174 boolean enable_ds_separate;
  /external/mesa3d/src/gallium/state_trackers/egl/gdi/
native_gdi.c 97 static boolean
124 static boolean
129 boolean ret;
142 static boolean
147 boolean ret;
162 static boolean
166 boolean ret;
186 static boolean
369 static boolean
414 native_create_display(void *dpy, boolean use_sw
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 39 static boolean points( unsigned prim )
44 static boolean lines( unsigned prim )
51 static boolean triangles( unsigned prim )
64 boolean
162 boolean need_det = FALSE;
163 boolean precalc_flat = FALSE;
164 boolean wide_lines, wide_points;
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 48 static INLINE boolean
95 static INLINE boolean
145 static INLINE boolean
186 #define p_atomic_dec_zero(_v) ((boolean) --(*(_v)))
207 static INLINE boolean
279 static INLINE boolean
322 static INLINE boolean
u_linear.h 92 static INLINE boolean pipe_linear_check_tile(const struct pipe_tile_info *t)
u_surface.h 46 extern boolean
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.h 51 boolean layout_3d; /* TRUE if layer count varies with mip level */
65 boolean
80 boolean
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 38 static boolean
98 static boolean
128 static boolean
148 static boolean
177 static boolean
323 static boolean
366 static boolean
398 static boolean
424 static boolean
494 static boolean
    [all...]
svga_winsys.h 140 boolean
209 boolean
218 boolean
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 107 boolean
111 boolean changed = FALSE;
133 boolean
215 boolean only_if_exist)
237 boolean
257 boolean
265 boolean ret = FALSE;
329 boolean
344 boolean
371 boolean
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/null/
native_null.c 90 static boolean
122 static boolean
169 native_create_display(void *dpy, boolean use_sw)
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 44 boolean own_dpy;
113 static boolean
140 static boolean
144 boolean ret;
154 static boolean
158 boolean ret;
171 static boolean
175 boolean ret;
195 static boolean
437 static boolean
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/
T_iput_boolean_1.d 33 iget-boolean v0, v1, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_pvt1 Z
41 iput-boolean v1, v2, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_i1 Z
T_iput_boolean_14.d 30 iget-boolean v0, v1, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_p1 Z
38 iput-boolean v1, v2, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_p1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_5.d 27 iput-boolean v2, v3, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z
34 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
T_sput_boolean_1.d 33 sget-boolean v0, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_pvt1 Z
41 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_i1 Z
T_sput_boolean_14.d 30 sget-boolean v0, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_p1 Z
38 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_p1 Z
  /external/libjpeg-turbo/
jcinit.c 63 (boolean) (cinfo->num_scans > 1 || cinfo->optimize_coding));
  /external/libweave/src/
base_api_handler.cc 38 "type": "boolean"
41 "type": "boolean"
75 "type": "boolean",
84 "type": "boolean",
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.h 102 boolean cso_hash_contains(struct cso_hash *hash, unsigned key);

Completed in 677 milliseconds

1 2 3 4 5 6 7 891011>>