| /device/generic/goldfish-opengl/tests/gles_android_wrapper/ | 
| D | egl.cpp | 325     EGLSurface surface =  getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);  in eglCreateWindowSurface()  local337     EGLSurface surface =  getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list);  in eglCreatePbufferSurface()  local
 349     EGLSurface surface =  getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);  in eglCreatePixmapSurface()  local
 359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)  in eglDestroySurface()
 371 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)  in eglQuerySurface()
 405 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)  in eglSurfaceAttrib()
 410 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)  in eglBindTexImage()
 415 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)  in eglReleaseTexImage()
 560 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface)  in eglSwapBuffers()
 572 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)  in eglCopyBuffers()
 [all …]
 
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/ | 
| D | DisplaySurfaceGl.cpp | 32                                   EGLSurface surface,  in DisplaySurfaceGlContextHelper()132     EGLSurface surface = s_egl.eglCreatePbufferSurface(display, config, surfaceAttribs);  in createPbufferSurface()  local
 154     EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr);  in createWindowSurface()  local
 164                                    EGLSurface surface,  in DisplaySurfaceGl()
 
 | 
| D | DisplayGl.cpp | 37     const auto* surface = getBoundSurface();  in post()  local81     const auto* surface = getBoundSurface();  in viewport()  local
 99     const auto* surface = getBoundSurface();  in clear()  local
 
 | 
| D | CompositorGl.cpp | 52 void CompositorGl::bindToSurfaceImpl(gfxstream::DisplaySurface* surface) {  in bindToSurfaceImpl()67     const auto* surface = getBoundSurface();  in unbindFromSurfaceImpl()  local
 89     const auto* surface = getBoundSurface();  in compose()  local
 
 | 
| D | DisplayGl.h | 71     void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {}  in bindToSurfaceImpl()72     void surfaceUpdated(gfxstream::DisplaySurface* surface) override{} ;  in surfaceUpdated()
 
 | 
| D | EmulatedEglWindowSurface.cpp | 56     std::unique_ptr<EmulatedEglWindowSurface> surface(  in create()  local248     auto surface = create(display, config, width, height, hndl);  in onLoad()  local
 
 | 
| D | CompositorGl.h | 43     void surfaceUpdated(gfxstream::DisplaySurface* surface) override {};  in surfaceUpdated()
 | 
| /device/google/cuttlefish/host/libs/wayland/ | 
| D | wayland_compositor.cpp | 77 void surface_destroy(wl_client*, wl_resource* surface) {  in surface_destroy()85                     wl_resource* surface,  in surface_attach()
 112 void surface_frame(wl_client*, wl_resource* surface, uint32_t) {  in surface_frame()
 123   Surface* surface = GetUserData<Surface>(surface_resource);  in surface_set_opaque_region()  local
 197   Surface* surface = new Surface(*surfaces);  in compositor_create_surface()  local
 
 | 
| D | wayland_subcompositor.cpp | 45                             wl_resource* surface) {  in subsurface_place_above()53                             wl_resource* surface) {  in subsurface_place_below()
 90                                   wl_resource* surface,  in subcompositor_get_subsurface()
 
 | 
| D | wayland_shell.cpp | 225 void xdg_surface_destroy(wl_client*, wl_resource* surface) {  in xdg_surface_destroy()234 void xdg_surface_get_toplevel(wl_client* client, wl_resource* surface,  in xdg_surface_get_toplevel()
 250 void xdg_surface_get_popup(wl_client* client, wl_resource* surface, uint32_t id,  in xdg_surface_get_popup()
 266 void xdg_surface_set_window_geometry(wl_client*, wl_resource* surface,  in xdg_surface_set_window_geometry()
 277 void xdg_surface_ack_configure(wl_client*, wl_resource* surface,  in xdg_surface_ack_configure()
 317                                uint32_t id, wl_resource* surface) {  in xdg_shell_get_xdg_surface()
 
 | 
| D | wayland_virtio_gpu_metadata.cpp | 51   Surface* surface = GetUserData<Surface>(surface_resource);  in virtio_gpu_metadata_get_surface_metadata()  local
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | 
| D | DisplaySurfaceVk.cpp | 30     VkSurfaceKHR surface = VK_NULL_HANDLE;  in create()  local53                                    VkSurfaceKHR surface)  in DisplaySurfaceVk()
 
 | 
| D | DisplayVk.cpp | 103 void DisplayVk::bindToSurfaceImpl(gfxstream::DisplaySurface* surface) {  in bindToSurfaceImpl()107 void DisplayVk::surfaceUpdated(gfxstream::DisplaySurface* surface) {  in surfaceUpdated()
 126     const auto* surface = getBoundSurface();  in recreateSwapchain()  local
 174     const auto* surface = getBoundSurface();  in post()  local
 354     const auto* surface = getBoundSurface();  in postImpl()  local
 
 | 
| D | SwapChainStateVk.cpp | 158                                                      VkSurfaceKHR surface,  in validateQueueFamilyProperties()167     const VulkanDispatch& vk, VkSurfaceKHR surface, VkPhysicalDevice physicalDevice, uint32_t width,  in createSwapChainCi()
 
 | 
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ | 
| D | swapchain.cpp | 190 VkSurfaceKHR HandleFromSurface(Surface* surface) {  in HandleFromSurface()220     Surface& surface;  member
 496     Surface* surface = new (mem) Surface;  in CreateAndroidSurfaceKHR()  local
 531     Surface* surface = SurfaceFromHandle(surface_handle);  in DestroySurfaceKHR()  local
 551     const Surface* surface = SurfaceFromHandle(surface_handle);  in GetPhysicalDeviceSurfaceSupportKHR()  local
 594     VkSurfaceKHR surface,  in GetPhysicalDeviceSurfaceCapabilitiesKHR()
 686     Surface& surface = *SurfaceFromHandle(surface_handle);  in GetPhysicalDeviceSurfaceFormatsKHR()  local
 800                                                  VkSurfaceKHR surface,  in GetPhysicalDeviceSurfacePresentModesKHR()
 882                                                VkSurfaceKHR surface,  in GetPhysicalDevicePresentRectanglesKHR()
 968     Surface& surface = *SurfaceFromHandle(create_info->surface);  in CreateSwapchainKHR()  local
 
 | 
| /device/generic/vulkan-cereal/stream-servers/tests/ | 
| D | FrameBuffer_unittest.cpp | 401     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local418     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local
 476     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local
 568     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local
 692     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local
 825     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local
 940     HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight);  in TEST_F()  local
 
 | 
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ | 
| D | EglOsApi_egl.cpp | 431         EGLSurface surface = mDispatcher.eglCreatePbufferSurface(mDisplay,  in EglOsEglDisplay()  local691     EGLSurface surface = mDispatcher.eglCreateWindowSurface(  in createWindowSurface()  local
 706     EglOsEglSurface* surface = (EglOsEglSurface*)pb;  in releasePbuffer()  local
 745 void EglOsEglDisplay::swapBuffers(Surface* surface) {  in swapBuffers()
 760     EglOsEglSurface* surface = (EglOsEglSurface*)win;  in isValidNativeWin()  local
 
 | 
| D | EglImp.cpp | 863 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) {  in eglDestroySurface()874 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay display, EGLSurface surface,  in eglQuerySurface()
 885 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface,  in eglSurfaceAttrib()
 1053         EglPbufferSurface* surface,  in sGetPbufferSurfaceGLProperties()
 1243 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface) {  in eglSwapBuffers()
 1294         SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw();  in eglGetCurrentSurface()  local
 1879     EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufAttribs);  in createAndBindAuxiliaryContext()  local
 1901 static bool unbindAndDestroyAuxiliaryContext(EGLContext context, EGLSurface surface) {  in unbindAndDestroyAuxiliaryContext()
 1930 static bool bindAuxiliaryContext(EGLContext context, EGLSurface surface) {  in bindAuxiliaryContext()
 
 | 
| /device/generic/goldfish-opengl/system/egl/ | 
| D | egl.cpp | 191 #define VALIDATE_SURFACE_RETURN(surface, ret)    \  argument887 static void s_destroyPendingSurfaceAndSetNull(EGLSurface* surface) {  in s_destroyPendingSurfaceAndSetNull()
 1302     egl_surface_t* surface = egl_window_surface_t::create(  in eglCreateWindowSurface()  local
 1365     egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config,  in eglCreatePbufferSurface()  local
 1397     egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface));  in eglDestroySurface()  local
 1422     egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );  in eglQuerySurface()  local
 1614 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)  in eglSurfaceAttrib()
 1676     egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );  in eglBindTexImage()  local
 1695 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)  in eglReleaseTexImage()
 2195 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)  in eglCopyBuffers()
 [all …]
 
 | 
| D | eglDisplay.cpp | 624 void eglDisplay::onCreateSurface(EGLSurface surface) {  in onCreateSurface()636 void eglDisplay::onDestroySurface(EGLSurface surface) {  in onDestroySurface()
 649 bool eglDisplay::isSurface(EGLSurface surface) {  in isSurface()
 
 | 
| /device/generic/vulkan-cereal/stream-servers/ | 
| D | DisplaySurfaceUser.cpp | 33 void DisplaySurfaceUser::bindToSurface(DisplaySurface* surface) {  in bindToSurface()
 | 
| /device/generic/vulkan-cereal/include/render-utils/ | 
| D | RenderLib.h | 50     void* surface;  member
 | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_directfb.h | 31     IDirectFBSurface*                  surface;  member
 | 
| D | vulkan_wayland.h | 31     struct wl_surface*                surface;  member
 | 
| /device/generic/opengl-transport/host/libs/virglrenderer/ | 
| D | EglSurface.h | 77     EGLSurface surface = EGL_NO_SURFACE;  member
 |