Home
last modified time | relevance | path

Searched refs:surf (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/radio/ril/
DAndroid.mk29 ifeq ($(TARGET_DEVICE),surf)
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h501 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWin…
502 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePix…
505 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EG…
506 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EG…
/device/generic/goldfish-opengl/system/egl/
Degl.cpp648 egl_surface_t* surf = static_cast<egl_surface_t *>(*surface); in s_destroyPendingSurfaceAndSetNull() local
649 if (surf && surf->deletePending) { in s_destroyPendingSurfaceAndSetNull()
650 delete surf; in s_destroyPendingSurfaceAndSetNull()