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

1 2

  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 66 void DestroySurface(EGLSurface surface);
display.cc 197 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;
  /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/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/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 853 class DestroySurface : public tcu::ThreadUtil::Operation
856 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface);
864 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface)
865 : tcu::ThreadUtil::Operation ("DestroySurface")
872 void DestroySurface::exec (tcu::ThreadUtil::Thread& thread)
    [all...]
  /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;

Completed in 480 milliseconds

1 2