Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
DAndroid.mk29 ifeq ($(TARGET_DEVICE),surf)
/device/google/cuttlefish/guest/hals/ril/reference-ril/
DAndroid.mk31 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.cpp758 egl_surface_t* surf = static_cast<egl_surface_t *>(*surface); in s_destroyPendingSurfaceAndSetNull() local
759 if (surf && surf->deletePending) { in s_destroyPendingSurfaceAndSetNull()
760 delete surf; in s_destroyPendingSurfaceAndSetNull()