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

  /external/mesa3d/src/gallium/auxiliary/util/
u_surfaces.c 92 util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *))
101 destroy_surface(cso_hash_iter_data(iter));
118 destroy_surface(ps);
u_surfaces.h 99 void util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *));
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) function
785 destroy_surface(disp, old_dsurf);
787 destroy_surface(disp, old_rsurf);
1004 destroy_surface(disp, surf);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 462 destroy_surface(_EGLDisplay *dpy, _EGLSurface *surf) function
481 destroy_surface(dpy, surf);
530 destroy_surface(dpy, old_draw);
532 destroy_surface(dpy, old_read);
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 729 destroy_surface(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) function
794 destroy_surface(ctx, pSurfaceGLX);
912 destroy_surface(ctx, pSurfaceGLX);
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 712 TEGL_ADD_API_CASE(destroy_surface, "eglDestroySurface() negative tests",
    [all...]

Completed in 1317 milliseconds