| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/ |
| D | FunctionsEGL.cpp | 365 EGLBoolean FunctionsEGL::makeCurrent(EGLSurface surface, EGLContext context) const in makeCurrent() 375 EGLBoolean FunctionsEGL::querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const in querySurface() 385 EGLBoolean FunctionsEGL::bindTexImage(EGLSurface surface, EGLint buffer) const in bindTexImage() 390 EGLBoolean FunctionsEGL::releaseTexImage(EGLSurface surface, EGLint buffer) const in releaseTexImage() 395 EGLBoolean FunctionsEGL::surfaceAttrib(EGLSurface surface, EGLint attribute, EGLint value) const in surfaceAttrib() 443 EGLBoolean FunctionsEGL::swapBuffersWithDamageKHR(EGLSurface surface, in swapBuffersWithDamageKHR() 450 EGLBoolean FunctionsEGL::presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const in presentationTimeANDROID() 461 EGLBoolean FunctionsEGL::getCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) const in getCompositorTimingSupportedANDROID() 466 EGLBoolean FunctionsEGL::getCompositorTimingANDROID(EGLSurface surface, in getCompositorTimingANDROID() 475 EGLBoolean FunctionsEGL::getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const in getNextFrameIdANDROID() [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
| D | MultithreadingTest.cpp | 33 std::function<void(EGLSurface surface, size_t threadIndex)> testBody, in runMultithreadedGLTest() 48 EGLSurface surface = EGL_NO_SURFACE; in runMultithreadedGLTest() local 101 EGLSurface surface = window->getSurface(); in TEST_P() local 138 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P() 165 auto testBody = [](EGLSurface surface, size_t thread) { in TEST_P()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libEGL/ |
| D | libEGL.cpp | 72 EGLSurface surface, in eglCopyBuffers() 120 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() 199 EGLSurface surface, in eglQuerySurface() 207 EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers() 231 EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage() 237 EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() 244 EGLSurface surface, in eglSurfaceAttrib() 374 EGLSurface surface, in eglQuerySurfacePointerANGLE() 383 EGLSurface surface, in eglPostSubBufferNV() 566 EGLSurface surface, in eglGetSyncValuesCHROMIUM() [all …]
|
| /device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
| D | egl.cpp | 325 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/third-party/angle/src/tests/egl_tests/ |
| D | EGLContextSharingTest.cpp | 68 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local 137 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local 219 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local 260 EGLSurface surface = eglWindow->getSurface(); in TEST_P() local 317 EGLSurface surface = eglWindow->getSurface(); in TEST_P() local 385 EGLSurface surface[kThreadCount] = {EGL_NO_SURFACE, EGL_NO_SURFACE}; in TEST_P() local
|
| D | EGLSyncTest.cpp | 320 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local 397 EGLSurface surface = getEGLWindow()->getSurface(); in TEST_P() local
|
| /device/google/cuttlefish/host/libs/wayland/ |
| D | wayland_compositor.cpp | 77 void surface_destroy(wl_client*, wl_resource* surface) { in surface_destroy() 83 wl_resource* surface, in surface_attach() 110 void surface_frame(wl_client*, wl_resource* surface, uint32_t) { in surface_frame() 121 Surface* surface = GetUserData<Surface>(surface_resource); in surface_set_opaque_region() local 199 Surface* surface = surfaces->GetOrCreateSurface(display_id); 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 | 257 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()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | validationEGL.cpp | 861 Surface *surface = static_cast<Surface *>(object); in ValidateLabeledObject() local 957 Error ValidateSurface(const Display *display, const Surface *surface) in ValidateSurface() 1048 const Surface *GetSurfaceIfValid(const Display *display, const Surface *surface) in GetSurfaceIfValid() 2039 const Surface *surface) in ValidateCompatibleSurface() 3427 const Surface *surface, in ValidateDestroySurface() 3473 const Surface *surface, in ValidateSwapBuffersWithDamageKHR() 3518 Error ValidateCopyBuffers(Display *display, const Surface *surface) in ValidateCopyBuffers() 3533 const Surface *surface, in ValidateBindTexImage() 3577 const Surface *surface, in ValidateReleaseTexImage() 3632 const Surface *surface, in ValidatePresentationTimeANDROID() [all …]
|
| D | Surface_unittest.cpp | 68 egl::Surface *surface = new egl::WindowSurface( in TEST() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
| D | entry_points_egl.cpp | 259 egl::Surface *surface = nullptr; in EGL_CreateWindowSurface() local 285 egl::Surface *surface = nullptr; in EGL_CreatePbufferSurface() local 318 EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface) in EGL_DestroySurface() 339 EGLSurface surface, in EGL_QuerySurface() 560 EGLBoolean EGLAPIENTRY EGL_SwapBuffers(EGLDisplay dpy, EGLSurface surface) in EGL_SwapBuffers() 581 EGLSurface surface, in EGL_CopyBuffers() 604 EGLBoolean EGLAPIENTRY EGL_BindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in EGL_BindTexImage() 632 EGLSurface surface, in EGL_SurfaceAttrib() 655 EGLBoolean EGLAPIENTRY EGL_ReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in EGL_ReleaseTexImage() 758 egl::Surface *surface = nullptr; in EGL_CreatePbufferFromClientBuffer() local [all …]
|
| D | entry_points_egl_ext.cpp | 30 EGLSurface surface, in EGL_QuerySurfacePointerANGLE() 104 EGLSurface surface, in EGL_PostSubBufferNV() 1024 EGLSurface surface, in EGL_GetMscRateANGLE() 1060 EGLSurface surface, in EGL_GetSyncValuesCHROMIUM() 1097 EGLSurface surface, in EGL_SwapBuffersWithDamageKHR() 1133 EGLSurface surface, in EGL_PresentationTimeANDROID() 1354 EGLSurface surface, in EGL_GetCompositorTimingSupportedANDROID() 1377 EGLSurface surface, in EGL_GetCompositorTimingANDROID() 1406 EGLSurface surface, in EGL_GetNextFrameIdANDROID() 1429 EGLSurface surface, in EGL_GetFrameTimestampSupportedANDROID() [all …]
|
| /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/ |
| D | SwapChainStateVk.cpp | 73 VkSurfaceKHR surface, uint32_t queueFamilyIndex) { in validateQueueFamilyProperties() 82 const goldfish_vk::VulkanDispatch &vk, VkSurfaceKHR surface, in createSwapChainCi()
|
| D | RenderLib.h | 47 void* surface; member
|
| /device/generic/vulkan-cereal/stream-servers/tests/ |
| D | FrameBuffer_unittest.cpp | 383 HandleType surface = mFb->createWindowSurface(0, mWidth, mHeight); in TEST_F() local 400 HandleType surface = mFb->createWindowSurface(0, mWidth, mHeight); in TEST_F() local 458 HandleType surface = mFb->createWindowSurface(0, mWidth, mHeight); in TEST_F() local 571 HandleType surface = mFb->createWindowSurface(0, mWidth, mHeight); in TEST_F() local 695 HandleType surface = mFb->createWindowSurface(0, mWidth, mHeight); in TEST_F() local 828 HandleType surface = mFb->createWindowSurface(0, mWidth, mHeight); in TEST_F() local
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
| D | EglOsApi_egl.cpp | 539 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface() local 553 EglOsEglSurface* surface = (EglOsEglSurface*)pb; in releasePbuffer() local 592 void EglOsEglDisplay::swapBuffers(Surface* surface) { in swapBuffers() 601 EglOsEglSurface* surface = (EglOsEglSurface*)win; in isValidNativeWin() local
|
| D | EglImp.cpp | 851 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface() 862 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay display, EGLSurface surface, in eglQuerySurface() 873 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface, in eglSurfaceAttrib() 1041 EglPbufferSurface* surface, in sGetPbufferSurfaceGLProperties() 1232 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() 1283 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface() local 1777 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufAttribs); in createAndBindAuxiliaryContext() local 1799 static bool unbindAndDestroyAuxiliaryContext(EGLContext context, EGLSurface surface) { in unbindAndDestroyAuxiliaryContext() 1828 static bool bindAuxiliaryContext(EGLContext context, EGLSurface surface) { in bindAuxiliaryContext()
|
| /device/generic/goldfish-opengl/system/egl/ |
| D | egl.cpp | 199 #define VALIDATE_SURFACE_RETURN(surface, ret) \ argument 882 static void s_destroyPendingSurfaceAndSetNull(EGLSurface* surface) { in s_destroyPendingSurfaceAndSetNull() 1317 egl_surface_t* surface = egl_window_surface_t::create( in eglCreateWindowSurface() local 1380 egl_surface_t* surface = egl_pbuffer_surface_t::create(dpy, config, in eglCreatePbufferSurface() local 1412 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface)); in eglDestroySurface() local 1437 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglQuerySurface() local 1629 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() 1691 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) ); in eglBindTexImage() local 1710 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage() 2209 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() [all …]
|
| D | eglDisplay.cpp | 629 void eglDisplay::onCreateSurface(EGLSurface surface) { in onCreateSurface() 641 void eglDisplay::onDestroySurface(EGLSurface surface) { in onDestroySurface() 654 bool eglDisplay::isSurface(EGLSurface surface) { in isSurface()
|
| /device/generic/vulkan-cereal/third-party/angle/samples/multi_window/ |
| D | MultiWindow.cpp | 134 EGLSurface surface = windowRecord.surface; in draw() local 188 EGLSurface surface; member
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/android/ |
| D | DisplayAndroid.h | 75 EGLSurface surface = EGL_NO_SURFACE; member
|
| /device/generic/vulkan-cereal/include/vulkan/ |
| D | vulkan_wayland.h | 31 struct wl_surface* surface; member
|
| /device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
| D | vulkan_wayland.h | 41 struct wl_surface* surface; member
|