Searched defs:eglDestroySurface (Results 1 - 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
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.cpp359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface);
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp966 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function

Completed in 11 milliseconds