Searched defs:id_surface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_objects.c78 struct identity_surface *id_surface; local
85 id_surface = CALLOC_STRUCT(identity_surface);
86 if(!id_surface)
89 memcpy(&id_surface->base, surface, sizeof(struct pipe_surface));
91 pipe_reference_init(&id_surface->base.reference, 1);
92 id_surface->base.texture = NULL;
93 pipe_resource_reference(&id_surface->base.texture, &id_resource->base);
94 id_surface->surface = surface;
96 return &id_surface->base;
105 struct identity_surface *id_surface)
104 identity_surface_destroy(struct identity_context *id_context, struct identity_surface *id_surface) argument
[all...]
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.c78 struct identity_surface *id_surface; local
85 id_surface = CALLOC_STRUCT(identity_surface);
86 if(!id_surface)
89 memcpy(&id_surface->base, surface, sizeof(struct pipe_surface));
91 pipe_reference_init(&id_surface->base.reference, 1);
92 id_surface->base.texture = NULL;
93 pipe_resource_reference(&id_surface->base.texture, &id_resource->base);
94 id_surface->surface = surface;
96 return &id_surface->base;
105 struct identity_surface *id_surface)
104 identity_surface_destroy(struct identity_context *id_context, struct identity_surface *id_surface) argument
[all...]

Completed in 533 milliseconds