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

  /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;
eglapi.c 591 ret = drv->API.DestroySurface(drv, disp, surf);
    [all...]
  /hardware/intel/common/libva/va/glx/
va_glx.c 147 INVOKE(ctx, DestroySurface, (ctx, gl_surface));
va_glx_impl.c 830 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/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 241 egl.destroySurface(runtimeContext->display, eglSurface);
832 class DestroySurface : public tcu::ThreadUtil::Operation
835 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface);
843 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface)
844 : tcu::ThreadUtil::Operation ("DestroySurface")
851 void DestroySurface::exec (tcu::ThreadUtil::Thread& t)
856 EGLU_CHECK_CALL(thread.egl, destroySurface(m_display, m_surface->surface));
    [all...]
  /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 2761 milliseconds