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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 521 * Give the RGBA colormask of the channels that can be represented in this
529 unsigned colormask; local
536 colormask = 0;
539 colormask |= (1 << chan);
542 return colormask;
555 * @param desc a format description to check colormask with
556 * @param colormask a bit mask for channels, matches format of PIPE_MASK_RGBA
559 util_format_colormask_full(const struct util_format_description *desc, unsigned colormask)
561 return (~colormask & util_format_colormask(desc)) == 0;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 521 * Give the RGBA colormask of the channels that can be represented in this
529 unsigned colormask; local
536 colormask = 0;
539 colormask |= (1 << chan);
542 return colormask;
555 * @param desc a format description to check colormask with
556 * @param colormask a bit mask for channels, matches format of PIPE_MASK_RGBA
559 util_format_colormask_full(const struct util_format_description *desc, unsigned colormask)
561 return (~colormask & util_format_colormask(desc)) == 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 264 unsigned colormask:4; /**< bitmask of PIPE_MASK_R/G/B/A */ member in struct:pipe_rt_blend_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 264 unsigned colormask:4; /**< bitmask of PIPE_MASK_R/G/B/A */ member in struct:pipe_rt_blend_state

Completed in 212 milliseconds