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

  /external/chromium_org/mojo/services/surfaces/
surfaces_impl.cc 54 void SurfacesImpl::DestroySurface(SurfaceIdPtr id) {
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 197 void Display::DestroySurface(EGLSurface surface) {
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.h 151 DestroySurface_t DestroySurface;
  /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 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...]

Completed in 359 milliseconds