Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp296 for (auto surf : it.second) { in ~GlxDisplay() local
298 GlxSurface::drawableFor(surf)); in ~GlxDisplay()
303 for (auto surf : it.second) { in ~GlxDisplay() local
305 GlxSurface::drawableFor(surf)); in ~GlxDisplay()
498 EglOS::Surface* surf = freeElts.back(); in createPbufferSurface() local
502 forLive.push_back(surf); in createPbufferSurface()
504 return surf; in createPbufferSurface()
DEglOsApi_wgl.cpp1088 EglOS::Surface* surf = freeElts.back(); in createPbufferSurface() local
1089 WinSurface* winSurface = WinSurface::from(surf); in createPbufferSurface()
1093 mDeletePbufs.push_back(surf); in createPbufferSurface()
1094 surf = createPbufferSurfaceImpl(pixelFormat); in createPbufferSurface()
1098 mLivePbufs[pixelFormat].insert(surf); in createPbufferSurface()
1100 return surf; in createPbufferSurface()
1119 for (auto surf : mDeletePbufs) { in releasePbuffer() local
1120 WinSurface* winSurface = WinSurface::from(surf); in releasePbuffer()
/hardware/ril/reference-ril/
DAndroid.mk29 ifeq ($(TARGET_DEVICE),surf)
/hardware/google/gfxstream/common/opengl/include/EGL/
Deglext.h1100 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1101 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1104 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWin…
1105 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePix…
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglext.h1176 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1177 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, E…
1180 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWin…
1181 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePix…
/hardware/google/gfxstream/guest/egl/
Degl.cpp869 egl_surface_t* surf = static_cast<egl_surface_t *>(*surface); in s_destroyPendingSurfaceAndSetNull() local
870 if (surf && surf->deletePending) { in s_destroyPendingSurfaceAndSetNull()
871 delete surf; in s_destroyPendingSurfaceAndSetNull()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp170 wsi_win32_surface_get_capabilities(VkIcdSurfaceBase *surf, in wsi_win32_surface_get_capabilities() argument
174 VkIcdSurfaceWin32 *surface = (VkIcdSurfaceWin32 *)surf; in wsi_win32_surface_get_capabilities()
/hardware/google/gfxstream/host/
DFrameBuffer.h508 void destroySharedTrivialContext(EGLContext context, EGLSurface surf);