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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.h 40 struct rbug_resource struct
96 static INLINE struct rbug_resource *
97 rbug_resource(struct pipe_resource *_resource) function
102 return (struct rbug_resource *)_resource;
110 (void)rbug_resource(_sampler_view->texture);
119 (void)rbug_resource(_surface->texture);
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
189 rbug_resource_destroy(struct rbug_resource *rb_resource);
193 struct rbug_resource *rb_resource
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 40 struct rbug_resource struct
96 static INLINE struct rbug_resource *
97 rbug_resource(struct pipe_resource *_resource) function
102 return (struct rbug_resource *)_resource;
110 (void)rbug_resource(_sampler_view->texture);
119 (void)rbug_resource(_surface->texture);
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
189 rbug_resource_destroy(struct rbug_resource *rb_resource);
193 struct rbug_resource *rb_resource
    [all...]

Completed in 46 milliseconds