HomeSort by relevance Sort by last modified time
    Searched refs:surface_destroy (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_resource.c 76 pipe->surface_destroy = nv30_miptree_surface_del;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_resource.c 50 r300->context.surface_destroy = r300_surface_destroy;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.c 76 pipe->surface_destroy = nv30_miptree_surface_del;
  /external/mesa3d/src/gallium/drivers/r300/
r300_resource.c 50 r300->context.surface_destroy = r300_surface_destroy;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_surface.c 38 static void surface_destroy(Display * dpy, struct apple_glx_drawable *d);
44 .destroy = surface_destroy
95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) function
  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 38 static void surface_destroy(Display * dpy, struct apple_glx_drawable *d);
44 .destroy = surface_destroy
95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) function
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_resource.c 54 pcontext->surface_destroy = nv50_surface_destroy;
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
gbmint.h 81 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device
gbm.c 404 surf->gbm->surface_destroy(surf);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_resource.c 54 pcontext->surface_destroy = nv50_surface_destroy;
  /external/mesa3d/src/gbm/main/
gbmint.h 81 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device
gbm.c 404 surf->gbm->surface_destroy(surf);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.c 96 pcontext->surface_destroy = nv50_surface_destroy;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 96 pcontext->surface_destroy = nv50_surface_destroy;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.c 108 id_context->pipe->surface_destroy(id_context->pipe,
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.c 108 id_context->pipe->surface_destroy(id_context->pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 113 old_surf->context->surface_destroy(old_surf->context, old_surf);
120 * of using a deleted context's surface_destroy() method when freeing a surface
128 pipe->surface_destroy(pipe, *ptr);
u_debug.c 557 pipe->surface_destroy(pipe, surface);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 113 old_surf->context->surface_destroy(old_surf->context, old_surf);
120 * of using a deleted context's surface_destroy() method when freeing a surface
128 pipe->surface_destroy(pipe, *ptr);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 321 ctx->surface_destroy = noop_surface_destroy;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 373 void (*surface_destroy)(struct pipe_context *ctx, member in struct:pipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 114 q.pipe->surface_destroy(q.pipe, st);
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 321 ctx->surface_destroy = noop_surface_destroy;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 373 void (*surface_destroy)(struct pipe_context *ctx, member in struct:pipe_context
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 114 q.pipe->surface_destroy(q.pipe, st);

Completed in 396 milliseconds

1 2 3