Home
last modified time | relevance | path

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

123

/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/vulkan-cereal/stream-servers/gl/
DDisplaySurfaceGl.cpp32 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()
DDisplayGl.cpp37 const auto* surface = getBoundSurface(); in post() local
81 const auto* surface = getBoundSurface(); in viewport() local
99 const auto* surface = getBoundSurface(); in clear() local
DCompositorGl.cpp52 void CompositorGl::bindToSurfaceImpl(gfxstream::DisplaySurface* surface) { in bindToSurfaceImpl()
67 const auto* surface = getBoundSurface(); in unbindFromSurfaceImpl() local
89 const auto* surface = getBoundSurface(); in compose() local
DDisplayGl.h71 void bindToSurfaceImpl(gfxstream::DisplaySurface* surface) override {} in bindToSurfaceImpl()
72 void surfaceUpdated(gfxstream::DisplaySurface* surface) override{} ; in surfaceUpdated()
DEmulatedEglWindowSurface.cpp56 std::unique_ptr<EmulatedEglWindowSurface> surface( in create() local
248 auto surface = create(display, config, width, height, hndl); in onLoad() local
DCompositorGl.h43 void surfaceUpdated(gfxstream::DisplaySurface* surface) override {}; in surfaceUpdated()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp77 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
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.cpp225 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()
Dwayland_virtio_gpu_metadata.cpp51 Surface* surface = GetUserData<Surface>(surface_resource); in virtio_gpu_metadata_get_surface_metadata() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DDisplaySurfaceVk.cpp30 VkSurfaceKHR surface = VK_NULL_HANDLE; in create() local
53 VkSurfaceKHR surface) in DisplaySurfaceVk()
DDisplayVk.cpp103 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
DSwapChainStateVk.cpp158 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/
Dswapchain.cpp190 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/
DFrameBuffer_unittest.cpp401 HandleType surface = mFb->createEmulatedEglWindowSurface(0, mWidth, mHeight); in TEST_F() local
418 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/
DEglOsApi_egl.cpp431 EGLSurface surface = mDispatcher.eglCreatePbufferSurface(mDisplay, in EglOsEglDisplay() local
691 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
DEglImp.cpp863 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/
Degl.cpp191 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument
887 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 …]
DeglDisplay.cpp624 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/
DDisplaySurfaceUser.cpp33 void DisplaySurfaceUser::bindToSurface(DisplaySurface* surface) { in bindToSurface()
/device/generic/vulkan-cereal/include/render-utils/
DRenderLib.h50 void* surface; member
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_directfb.h31 IDirectFBSurface* surface; member
Dvulkan_wayland.h31 struct wl_surface* surface; member
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h77 EGLSurface surface = EGL_NO_SURFACE; member

123