Searched refs:eglDestroySurface (Results 1 - 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
H A Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
H A Degl.cpp712 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
H A Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
H A Degl_dispatch.h33 eglDestroySurface_t eglDestroySurface; member in struct:egl_dispatch
78 eglDestroySurface_t set_eglDestroySurface(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
H A Degl.cpp395 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
397 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface);

Completed in 8 milliseconds