Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h31 {"eglDestroySurface", (void *)eglDestroySurface},
DeglDisplay.cpp238 eglDestroySurface(static_cast<EGLDisplay>(this), *surfaceToDelete); in terminate()
Degl.cpp966 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.cpp359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function
361 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface); in eglDestroySurface()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);