HomeSort by relevance Sort by last modified time
    Searched full:xconf (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 244 struct ximage_config *xconf = ximage_config(nconf); local
252 xsurf->color_format = xconf->base.color_format;
267 xsurf->visual = *xconf->visual;
400 struct ximage_config *xconf = &xdpy->configs[count]; local
402 xconf->visual = &visuals[i];
403 xconf->base.color_format = choose_format(xconf->visual);
404 if (xconf->base.color_format == PIPE_FORMAT_NONE)
407 xconf->base.buffer_mask =
411 xconf->base.window_bit = TRUE
458 const struct ximage_config *xconf = NULL; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 244 struct ximage_config *xconf = ximage_config(nconf); local
252 xsurf->color_format = xconf->base.color_format;
267 xsurf->visual = *xconf->visual;
400 struct ximage_config *xconf = &xdpy->configs[count]; local
402 xconf->visual = &visuals[i];
403 xconf->base.color_format = choose_format(xconf->visual);
404 if (xconf->base.color_format == PIPE_FORMAT_NONE)
407 xconf->base.buffer_mask =
411 xconf->base.window_bit = TRUE
458 const struct ximage_config *xconf = NULL; local
    [all...]
  /external/chromium_org/v8/tools/gcmole/
bootstrap.sh 48 XCONF=com.apple.Xcode
50 [ "$(defaults read "${XCONF}" EnablePredictiveCompilation)" != "0" ]; then
56 echo " defaults write ${XCONF} EnablePredictiveCompilation -boolean NO"
  /external/chromium_org/tools/clang/scripts/
update.sh 98 XCONF=com.apple.Xcode
100 [ "$(defaults read "${XCONF}" EnablePredictiveCompilation)" != "0" ]; then
106 echo " defaults write ${XCONF} EnablePredictiveCompilation -boolean NO"

Completed in 267 milliseconds