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

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dimportgl.h69 FNDEF(EGLBoolean, eglDestroySurface, (EGLDisplay dpy, EGLSurface surface));
121 #define eglDestroySurface FNPTR(eglDestroySurface) macro
/development/tools/emulator/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.cpp395 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) function
397 EGLBoolean res = getDispatch()->eglDestroySurface(dpy, surface);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp705 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) function

Completed in 106 milliseconds