OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rb_surface
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.c
86
struct rbug_surface *
rb_surface
;
local
93
rb_surface
= CALLOC_STRUCT(rbug_surface);
94
if(!
rb_surface
)
97
memcpy(&
rb_surface
->base, surface, sizeof(struct pipe_surface));
99
pipe_reference_init(&
rb_surface
->base.reference, 1);
100
rb_surface
->base.texture = NULL;
101
rb_surface
->base.context = &rb_context->base;
102
rb_surface
->surface = surface; /* we own the surface already */
103
pipe_resource_reference(&
rb_surface
->base.texture, &rb_resource->base);
105
return &
rb_surface
->base
[
all
...]
rbug_objects.h
198
struct rbug_surface *
rb_surface
);
rbug_context.c
1012
struct rbug_surface *
rb_surface
= rbug_surface(_surface);
local
1016
rb_surface
);
[
all
...]
/external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.c
86
struct rbug_surface *
rb_surface
;
local
93
rb_surface
= CALLOC_STRUCT(rbug_surface);
94
if(!
rb_surface
)
97
memcpy(&
rb_surface
->base, surface, sizeof(struct pipe_surface));
99
pipe_reference_init(&
rb_surface
->base.reference, 1);
100
rb_surface
->base.texture = NULL;
101
rb_surface
->base.context = &rb_context->base;
102
rb_surface
->surface = surface; /* we own the surface already */
103
pipe_resource_reference(&
rb_surface
->base.texture, &rb_resource->base);
105
return &
rb_surface
->base
[
all
...]
rbug_objects.h
198
struct rbug_surface *
rb_surface
);
rbug_context.c
1012
struct rbug_surface *
rb_surface
= rbug_surface(_surface);
local
1016
rb_surface
);
[
all
...]
Completed in 668 milliseconds