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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 134 * The FOUND_BIT is needed to differentiate the value of DISABLED from
144 * After the first call, those IDs will have a FOUND_BIT, but will not
160 FOUND_BIT = 1 << 0,
166 DISABLED = FOUND_BIT,
167 ENABLED = ENABLED_BIT | FOUND_BIT
  /external/mesa3d/src/mesa/main/
errors.c 134 * The FOUND_BIT is needed to differentiate the value of DISABLED from
144 * After the first call, those IDs will have a FOUND_BIT, but will not
160 FOUND_BIT = 1 << 0,
166 DISABLED = FOUND_BIT,
167 ENABLED = ENABLED_BIT | FOUND_BIT

Completed in 536 milliseconds