HomeSort by relevance Sort by last modified time
    Searched refs:fs_options (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.c 272 struct gl_shader_compiler_options *const fs_options = local
274 fs_options->MaxIfDepth = 0;
275 fs_options->EmitNoNoise = true;
276 fs_options->EmitNoPow = true;
277 fs_options->EmitNoMainReturn = true;
278 fs_options->EmitNoIndirectInput = true;
279 fs_options->EmitNoIndirectOutput = true;
280 fs_options->EmitNoIndirectUniform = true;
281 fs_options->EmitNoIndirectTemp = true;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 272 struct gl_shader_compiler_options *const fs_options = local
274 fs_options->MaxIfDepth = 0;
275 fs_options->EmitNoNoise = true;
276 fs_options->EmitNoPow = true;
277 fs_options->EmitNoMainReturn = true;
278 fs_options->EmitNoIndirectInput = true;
279 fs_options->EmitNoIndirectOutput = true;
280 fs_options->EmitNoIndirectUniform = true;
281 fs_options->EmitNoIndirectTemp = true;
  /system/core/fs_mgr/
fs_mgr.c 143 char *fs_options, int fs_options_len)
158 /* initialize fs_options to the null string */
159 if (fs_options && (fs_options_len > 0)) {
160 fs_options[0] = '\0';
216 if (fs_options) {
218 * option. Add it to fs_options if it was passed in.
220 strlcat(fs_options, p, fs_options_len);
221 strlcat(fs_options, ",", fs_options_len);
223 /* fs_options was not passed in, so if the flag is unknown
233 if (fs_options && fs_options[0])
    [all...]
  /system/core/fs_mgr/include/
fs_mgr.h 38 char *fs_options; member in struct:fstab_rec
  /system/vold/
cryptfs.c 1074 char fs_options[256]; local
    [all...]

Completed in 1481 milliseconds