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

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp 42 ptr = dlsym(libEGL,"eglDestroySurface"); disp->set_eglDestroySurface((eglDestroySurface_t)ptr);
egl_dispatch.h 78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 36 ptr = dlsym(gles_android,"eglDestroySurface"); disp->set_eglDestroySurface((eglDestroySurface_t)ptr);
egl_dispatch.h 78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}

Completed in 24 milliseconds