Searched refs:surf (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/include/EGL/
H A Deglext.h501 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
502 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
505 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
506 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp619 egl_surface_t* surf = static_cast<egl_surface_t *>(*surface); local
620 if (surf && surf->deletePending) {
621 delete surf;

Completed in 24 milliseconds