Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp76 void surface_destroy(wl_client*, wl_resource* surface) { in surface_destroy()
82 wl_resource* surface, in surface_attach()
109 void surface_frame(wl_client*, wl_resource* surface, uint32_t) { in surface_frame()
120 Surface* surface = GetUserData<Surface>(surface_resource); in surface_set_opaque_region() local
193 Surface* surface = GetUserData<Surface>(compositor); in compositor_create_surface() local
242 void BindCompositorInterface(wl_display* display, Surface* surface) { in BindCompositorInterface()
Dwayland_subcompositor.cpp45 wl_resource* surface) { in subsurface_place_above()
53 wl_resource* surface) { in subsurface_place_below()
90 wl_resource* surface, in subcompositor_get_subsurface()
Dwayland_shell.cpp257 void zxdg_surface_v6_destroy(wl_client*, wl_resource* surface) { in zxdg_surface_v6_destroy()
267 wl_resource* surface, in zxdg_surface_v6_get_toplevel()
284 wl_resource* surface, in zxdg_surface_v6_get_popup()
303 wl_resource* surface, in zxdg_surface_v6_set_window_geometry()
317 wl_resource* surface, in zxdg_surface_v6_ack_configure()
361 wl_resource* surface) { in zxdg_shell_v6_get_xdg_surface()
Dwayland_seat.cpp30 wl_resource* surface, in pointer_set_cursor()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp325 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() local
337 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/goldfish-opengl/system/egl/
Degl.cpp188 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument
749 static void s_destroyPendingSurfaceAndSetNull(EGLSurface* surface) { in s_destroyPendingSurfaceAndSetNull()
1165 egl_surface_t* surface = egl_window_surface_t::create( in eglCreateWindowSurface() local
1228 egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config, in eglCreatePbufferSurface() local
1260 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface)); in eglDestroySurface() local
1285 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglQuerySurface() local
1477 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
1539 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglBindTexImage() local
1558 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
2072 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
[all …]
DeglDisplay.cpp626 void eglDisplay::onCreateSurface(EGLSurface surface) { in onCreateSurface()
638 void eglDisplay::onDestroySurface(EGLSurface surface) { in onDestroySurface()
651 bool eglDisplay::isSurface(EGLSurface surface) { in isSurface()
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h77 EGLSurface surface = EGL_NO_SURFACE; member
DRenderControl.cpp445 EglSurface* surface = in rcCreateWindowSurface() local
459 EglSurface* surface = it->second; in rcDestroyWindowSurface() local
492 EglSurface* surface = surface_it->second; in rcSetWindowColorBuffer() local
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayService.java62 public Surface surface; field in MultiDisplayService.MultiDisplay
/device/generic/goldfish-opengl/system/vulkan/
Dfunc_table.cpp2088 VkSurfaceKHR surface, in entry_vkDestroySurfaceKHR()
2098 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceSupportKHR()
2109 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
2120 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceFormatsKHR()
2132 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfacePresentModesKHR()
2296 VkSurfaceKHR surface, in entry_vkGetDeviceGroupSurfacePresentModesKHR()
2307 VkSurfaceKHR surface, in dynCheck_entry_vkGetDeviceGroupSurfacePresentModesKHR()
2323 VkSurfaceKHR surface, in entry_vkGetPhysicalDevicePresentRectanglesKHR()
4312 VkSurfaceKHR surface, in entry_vkGetPhysicalDeviceSurfaceCapabilities2EXT()
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp12045 VkSurfaceKHR surface, in vkDestroySurfaceKHR()
12118 VkSurfaceKHR surface, in vkGetPhysicalDeviceSurfaceSupportKHR()
12173 VkSurfaceKHR surface, in vkGetPhysicalDeviceSurfaceCapabilitiesKHR()
12228 VkSurfaceKHR surface, in vkGetPhysicalDeviceSurfaceFormatsKHR()
12343 VkSurfaceKHR surface, in vkGetPhysicalDeviceSurfacePresentModesKHR()
12900 VkSurfaceKHR surface, in vkGetDeviceGroupSurfacePresentModesKHR()
12973 VkSurfaceKHR surface, in vkGetPhysicalDevicePresentRectanglesKHR()
20637 VkSurfaceKHR surface, in vkGetPhysicalDeviceSurfaceCapabilities2EXT()