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

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_defines.h 211 PIPE_TRANSFER_WRITE = (1 << 1),
216 PIPE_TRANSFER_READ_WRITE = PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE,
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 211 PIPE_TRANSFER_WRITE = (1 << 1),
216 PIPE_TRANSFER_READ_WRITE = PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE,

Completed in 84 milliseconds