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

  /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);

Completed in 58 milliseconds