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

  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_defines.h 205 PIPE_TRANSFER_READ = (1 << 0),
216 PIPE_TRANSFER_READ_WRITE = PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE,
232 * It should not be used with PIPE_TRANSFER_READ.
252 * It should not be used with PIPE_TRANSFER_READ.
265 * It should not be used with PIPE_TRANSFER_READ.
276 * It should not be used with PIPE_TRANSFER_READ.
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 205 PIPE_TRANSFER_READ = (1 << 0),
216 PIPE_TRANSFER_READ_WRITE = PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE,
232 * It should not be used with PIPE_TRANSFER_READ.
252 * It should not be used with PIPE_TRANSFER_READ.
265 * It should not be used with PIPE_TRANSFER_READ.
276 * It should not be used with PIPE_TRANSFER_READ.

Completed in 207 milliseconds