OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rb_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.c
127
struct rbug_sampler_view *
rb_view
;
local
134
rb_view
= MALLOC(sizeof(struct rbug_sampler_view));
136
rb_view
->base = *view;
137
rb_view
->base.reference.count = 1;
138
rb_view
->base.texture = NULL;
139
pipe_resource_reference(&
rb_view
->base.texture, &rb_resource->base);
140
rb_view
->base.context = rb_context->pipe;
141
rb_view
->sampler_view = view;
143
return &
rb_view
->base;
150
struct rbug_sampler_view *
rb_view
)
[
all
...]
/external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.c
127
struct rbug_sampler_view *
rb_view
;
local
134
rb_view
= MALLOC(sizeof(struct rbug_sampler_view));
136
rb_view
->base = *view;
137
rb_view
->base.reference.count = 1;
138
rb_view
->base.texture = NULL;
139
pipe_resource_reference(&
rb_view
->base.texture, &rb_resource->base);
140
rb_view
->base.context = rb_context->pipe;
141
rb_view
->sampler_view = view;
143
return &
rb_view
->base;
150
struct rbug_sampler_view *
rb_view
)
[
all
...]
Completed in 256 milliseconds