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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.h 35 boolean centroid;
48 boolean uses_kill;
49 boolean fs_write_all;
50 boolean vs_prohibit_ucps;
51 boolean two_side;
61 boolean vs_out_misc_write;
62 boolean vs_out_point_size;
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 35 boolean centroid;
48 boolean uses_kill;
49 boolean fs_write_all;
50 boolean vs_prohibit_ucps;
51 boolean two_side;
61 boolean vs_out_misc_write;
62 boolean vs_out_point_size;
  /external/arduino/hardware/arduino/cores/arduino/
WCharacter.h 26 inline boolean isAlphaNumeric(int c) __attribute__((always_inline));
27 inline boolean isAlpha(int c) __attribute__((always_inline));
28 inline boolean isAscii(int c) __attribute__((always_inline));
29 inline boolean isWhitespace(int c) __attribute__((always_inline));
30 inline boolean isControl(int c) __attribute__((always_inline));
31 inline boolean isDigit(int c) __attribute__((always_inline));
32 inline boolean isGraph(int c) __attribute__((always_inline));
33 inline boolean isLowerCase(int c) __attribute__((always_inline));
34 inline boolean isPrintable(int c) __attribute__((always_inline));
35 inline boolean isPunct(int c) __attribute__((always_inline))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_flush.h 46 boolean
51 boolean read_only,
52 boolean cpu_access,
53 boolean do_not_block,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_flush.h 47 boolean
53 boolean read_only,
54 boolean cpu_access,
55 boolean do_not_block);
sp_query.h 35 extern boolean
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_flush.h 46 boolean
51 boolean read_only,
52 boolean cpu_access,
53 boolean do_not_block,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_flush.h 47 boolean
53 boolean read_only,
54 boolean cpu_access,
55 boolean do_not_block);
sp_query.h 35 extern boolean
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_iterate.h 40 boolean
44 boolean
49 boolean
54 boolean
59 boolean
64 boolean
71 boolean
tgsi_ppc.h 41 boolean
45 boolean do_swizzles);
tgsi_sanity.h 44 boolean
tgsi_scan.h 66 boolean reads_position; /**< does fragment shader read position? */
67 boolean reads_z; /**< does fragment shader read depth? */
68 boolean writes_z; /**< does fragment shader write Z value? */
69 boolean writes_stencil; /**< does fragment shader write stencil value? */
70 boolean writes_edgeflag; /**< vertex shader outputs edgeflag */
71 boolean uses_kill; /**< KIL or KILP instruction used? */
72 boolean uses_instanceid;
73 boolean uses_vertexid;
74 boolean origin_lower_left;
75 boolean pixel_center_integer
    [all...]
  /external/libsepol/src/
boolean_record.c 9 /* This boolean's name */
17 /* This boolean's name */
29 ERR(handle, "out of memory, " "could not create boolean key");
50 const sepol_bool_t * boolean,
54 if (sepol_bool_key_create(handle, boolean->name, key_ptr) < 0) {
55 ERR(handle, "could not extract key from boolean %s",
56 boolean->name);
68 int sepol_bool_compare(const sepol_bool_t * boolean,
72 return strcmp(boolean->name, key->name);
75 int sepol_bool_compare2(const sepol_bool_t * boolean,
128 sepol_bool_t *boolean = (sepol_bool_t *) malloc(sizeof(sepol_bool_t)); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_iterate.h 40 boolean
44 boolean
49 boolean
54 boolean
59 boolean
64 boolean
71 boolean
tgsi_ppc.h 41 boolean
45 boolean do_swizzles);
tgsi_sanity.h 44 boolean
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_screen.h 47 boolean is_i945;
50 boolean tiling;
51 boolean lie;
52 boolean use_blitter;
68 boolean
  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.h 47 boolean is_i945;
50 boolean tiling;
51 boolean lie;
52 boolean use_blitter;
68 boolean
  /external/libsepol/include/sepol/
boolean_record.h 20 const sepol_bool_t * boolean,
25 extern int sepol_bool_compare(const sepol_bool_t * boolean,
28 extern int sepol_bool_compare2(const sepol_bool_t * boolean,
32 extern const char *sepol_bool_get_name(const sepol_bool_t * boolean);
35 sepol_bool_t * boolean, const char *name);
38 extern int sepol_bool_get_value(const sepol_bool_t * boolean);
40 extern void sepol_bool_set_value(sepol_bool_t * boolean, int value);
46 const sepol_bool_t * boolean,
49 extern void sepol_bool_free(sepol_bool_t * boolean);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_decompose.h 3 const boolean quads_flatshade_last = \
5 const boolean last_vertex_last = \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_decompose.h 3 const boolean quads_flatshade_last = \
5 const boolean last_vertex_last = \
  /external/chromium_org/third_party/fips181/
owntypes.h 36 typedef int boolean; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_public.h 37 boolean
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_public.h 37 boolean

Completed in 1213 milliseconds

1 2 3 4 5 6 7 8 91011>>