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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 507 uint depth, nconf_depth; local
512 nconf_depth = util_format_get_blocksizebits(
515 if (depth == nconf_depth ||
516 (depth == 24 && depth + 8 == nconf_depth)) {
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 507 uint depth, nconf_depth; local
512 nconf_depth = util_format_get_blocksizebits(
515 if (depth == nconf_depth ||
516 (depth == 24 && depth + 8 == nconf_depth)) {

Completed in 293 milliseconds