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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 134 pipe_resource_reference(struct pipe_resource **ptr, struct pipe_resource *tex) function
194 pipe_resource_reference(&ps->texture, pt);
511 pipe_resource_reference(&dst[i].buffer, src[i].buffer);
515 pipe_resource_reference(&dst[i].buffer, NULL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 134 pipe_resource_reference(struct pipe_resource **ptr, struct pipe_resource *tex) function
194 pipe_resource_reference(&ps->texture, pt);
511 pipe_resource_reference(&dst[i].buffer, src[i].buffer);
515 pipe_resource_reference(&dst[i].buffer, NULL);

Completed in 141 milliseconds