Searched refs:surf (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/radio/ril/ |
D | Android.mk | 29 ifeq ($(TARGET_DEVICE),surf)
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | Android.mk | 31 ifeq ($(TARGET_DEVICE),surf)
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 501 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/ |
D | egl.cpp | 758 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()
|