Home
last modified time | relevance | path

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

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