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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_objects.c 78 struct galahad_surface *glhd_surface; local
85 glhd_surface = CALLOC_STRUCT(galahad_surface);
86 if(!glhd_surface)
89 memcpy(&glhd_surface->base, surface, sizeof(struct pipe_surface));
91 pipe_reference_init(&glhd_surface->base.reference, 1);
92 glhd_surface->base.texture = NULL;
93 pipe_resource_reference(&glhd_surface->base.texture, &glhd_resource->base);
94 glhd_surface->surface = surface;
96 return &glhd_surface->base;
105 struct galahad_surface *glhd_surface)
    [all...]
glhd_objects.h 158 struct galahad_surface *glhd_surface);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.c 78 struct galahad_surface *glhd_surface; local
85 glhd_surface = CALLOC_STRUCT(galahad_surface);
86 if(!glhd_surface)
89 memcpy(&glhd_surface->base, surface, sizeof(struct pipe_surface));
91 pipe_reference_init(&glhd_surface->base.reference, 1);
92 glhd_surface->base.texture = NULL;
93 pipe_resource_reference(&glhd_surface->base.texture, &glhd_resource->base);
94 glhd_surface->surface = surface;
96 return &glhd_surface->base;
105 struct galahad_surface *glhd_surface)
    [all...]
glhd_objects.h 158 struct galahad_surface *glhd_surface);

Completed in 81 milliseconds