HomeSort by relevance Sort by last modified time
    Searched refs:id_surface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.c 78 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)
    [all...]
id_objects.h 156 struct identity_surface *id_surface);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.c 78 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)
    [all...]
id_objects.h 156 struct identity_surface *id_surface);

Completed in 363 milliseconds