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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 33 eglDestroySurface_t eglDestroySurface;
EGLDispatch.cpp 47 s_egl.eglDestroySurface = (eglDestroySurface_t) lib->findSymbol("eglDestroySurface");
egl_proc.h 34 typedef EGLBoolean (EGLAPIENTRY *eglDestroySurface_t) (EGLDisplay, EGLSurface);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 33 eglDestroySurface_t eglDestroySurface;
78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
egl_proc.h 34 typedef EGLBoolean (* eglDestroySurface_t) (EGLDisplay, EGLSurface);
egl_dispatch.cpp 36 ptr = dlsym(gles_android,"eglDestroySurface"); disp->set_eglDestroySurface((eglDestroySurface_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 33 eglDestroySurface_t eglDestroySurface;
78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
egl_proc.h 34 typedef EGLBoolean (* eglDestroySurface_t) (EGLDisplay, EGLSurface);
egl_dispatch.cpp 42 ptr = dlsym(libEGL,"eglDestroySurface"); disp->set_eglDestroySurface((eglDestroySurface_t)ptr);

Completed in 176 milliseconds