Searched refs:surf (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 296 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()
|
D | EglOsApi_wgl.cpp | 1088 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/ |
D | Android.mk | 29 ifeq ($(TARGET_DEVICE),surf)
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | eglext.h | 1100 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/ |
D | eglext.h | 1176 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/ |
D | egl.cpp | 869 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/ |
D | wsi_common_win32.cpp | 170 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/ |
D | FrameBuffer.h | 508 void destroySharedTrivialContext(EGLContext context, EGLSurface surf);
|