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

  /external/mesa3d/src/egl/main/
eglapi.h 151 DestroySurface_t DestroySurface;
  /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/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...]

Completed in 94 milliseconds