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

1 2

  /external/chromium_org/mojo/cc/
output_surface_mojo.cc 43 surface_->DestroySurface(SurfaceId::From(surface_id_));
  /external/chromium_org/mojo/services/surfaces/
surfaces_impl.h 43 virtual void DestroySurface(SurfaceIdPtr id) OVERRIDE;
surfaces_impl.cc 54 void SurfacesImpl::DestroySurface(SurfaceIdPtr id) {
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 65 void DestroySurface(EGLSurface surface);
display.cc 197 void Display::DestroySurface(EGLSurface surface) {
egl.cc 238 display->DestroySurface(surface);
  /external/chromium_org/mojo/examples/surfaces_app/
child_impl.cc 40 surface_->DestroySurface(mojo::SurfaceId::From(id_));
child_gl_impl.cc 64 surface_->DestroySurface(mojo::SurfaceId::From(id_));
  /external/chromium_org/mojo/services/native_viewport/
viewport_surface.cc 46 surface_->DestroySurface(SurfaceId::From(id_));
  /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;
  /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;
  /hardware/intel/common/libva/va/glx/
va_glx.c 147 INVOKE(ctx, DestroySurface, (ctx, gl_surface));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dciddi.h 115 void (CALLBACK *DestroySurface) (LPVOID);
ddrawi.h 351 LPDDHALSURFCB_DESTROYSURFACE DestroySurface;
540 LPDDHALSURFCB_DESTROYSURFACE DestroySurface;
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
bitmap_uploader.cc 95 surface_->DestroySurface(SurfaceId::From(id_));
  /external/chromium_org/mojo/services/view_manager/
display_manager.cc 153 surface_->DestroySurface(SurfaceId::From(surface_id_));
  /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...]
  /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;

Completed in 752 milliseconds

1 2