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

1 2

  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 57 void DestroySurface();
165 DestroySurface();
184 void PbufferImageTransportSurface::DestroySurface() {
228 DestroySurface();
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 63 void DestroySurface(EGLSurface surface);
display.cc 196 void Display::DestroySurface(EGLSurface surface) {
egl.cc 238 display->DestroySurface(surface);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglfallbacks.c 75 drv->API.DestroySurface = (DestroySurface_t) _eglReturnFalse;
egldisplay.c 311 drv->API.DestroySurface(drv, display, surf);
eglapi.h 151 DestroySurface_t DestroySurface;
eglapi.c 591 ret = drv->API.DestroySurface(drv, disp, surf);
    [all...]
  /external/mesa3d/src/egl/main/
eglfallbacks.c 75 drv->API.DestroySurface = (DestroySurface_t) _eglReturnFalse;
egldisplay.c 311 drv->API.DestroySurface(drv, display, surf);
eglapi.h 151 DestroySurface_t DestroySurface;
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 467 drv->API.DestroySurface = dri2_destroy_surface;
platform_android.c 374 drv->API.DestroySurface = droid_destroy_surface;
egl_dri2.c 918 drv->API.DestroySurface(drv, disp, old_dsurf);
920 drv->API.DestroySurface(drv, disp, old_rsurf);
    [all...]
platform_x11.c 973 drv->API.DestroySurface = dri2_destroy_surface;
1051 drv->API.DestroySurface = dri2_destroy_surface;
    [all...]
platform_wayland.c 203 * Called via eglDestroySurface(), drv->API.DestroySurface().
760 drv->API.DestroySurface = dri2_destroy_surface;
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 467 drv->API.DestroySurface = dri2_destroy_surface;
platform_android.c 374 drv->API.DestroySurface = droid_destroy_surface;
egl_dri2.c 918 drv->API.DestroySurface(drv, disp, old_dsurf);
920 drv->API.DestroySurface(drv, disp, old_rsurf);
    [all...]
platform_x11.c 973 drv->API.DestroySurface = dri2_destroy_surface;
1051 drv->API.DestroySurface = dri2_destroy_surface;
    [all...]
platform_wayland.c 203 * Called via eglDestroySurface(), drv->API.DestroySurface().
760 drv->API.DestroySurface = dri2_destroy_surface;
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 904 drv->API.DestroySurface = egl_g3d_destroy_surface;
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 904 drv->API.DestroySurface = egl_g3d_destroy_surface;

Completed in 865 milliseconds

1 2