HomeSort by relevance Sort by last modified time
    Searched refs:destroy_surface (Results 1 - 11 of 11) 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/dri2/
platform_surfaceless.c 236 .destroy_surface = surfaceless_destroy_surface,
egl_dri2.h 97 EGLBoolean (*destroy_surface)(_EGLDriver *drv, _EGLDisplay *dpy, member in struct:dri2_egl_display_vtbl
platform_x11_dri3.c 431 .destroy_surface = dri3_destroy_surface,
platform_drm.c 634 .destroy_surface = dri2_drm_destroy_surface,
platform_x11.c     [all...]
platform_wayland.c     [all...]
platform_android.c     [all...]
egl_dri2.c     [all...]
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 746 TEGL_ADD_API_CASE(destroy_surface, "eglDestroySurface() negative tests",
    [all...]

Completed in 435 milliseconds