/third_party/weston/libweston-desktop/ |
D | surface.c | 52 struct weston_surface *surface; member 81 weston_desktop_surface_update_view_position(struct weston_desktop_surface *surface) in weston_desktop_surface_update_view_position() 127 weston_desktop_surface_destroy(struct weston_desktop_surface *surface) in weston_desktop_surface_destroy() 170 struct weston_desktop_surface *surface = in weston_desktop_surface_surface_committed() local 205 struct weston_desktop_surface *surface = in weston_desktop_surface_surface_destroyed() local 214 struct weston_desktop_surface *surface = in weston_desktop_surface_resource_destroy() local 225 struct weston_desktop_surface *surface = wsurface->committed_private; in weston_desktop_surface_committed() local 235 struct weston_desktop_surface *surface = in weston_desktop_surface_client_destroyed() local 250 struct weston_desktop_surface *surface; in weston_desktop_surface_create() local 297 weston_desktop_surface_add_resource(struct weston_desktop_surface *surface, in weston_desktop_surface_add_resource() [all …]
|
D | xwayland.c | 58 struct weston_desktop_surface *surface; member 70 weston_desktop_xwayland_surface_change_state(struct weston_desktop_xwayland_surface *surface, in weston_desktop_xwayland_surface_change_state() 141 struct weston_desktop_xwayland_surface *surface = user_data; in weston_desktop_xwayland_surface_committed() local 171 struct weston_desktop_xwayland_surface *surface = user_data; in weston_desktop_xwayland_surface_set_size() local 182 struct weston_desktop_xwayland_surface *surface = user_data; in weston_desktop_xwayland_surface_destroy() local 200 struct weston_desktop_xwayland_surface *surface = user_data; in weston_desktop_xwayland_surface_get_maximized() local 209 struct weston_desktop_xwayland_surface *surface = user_data; in weston_desktop_xwayland_surface_get_fullscreen() local 228 struct weston_desktop_xwayland_surface *surface = in weston_destop_xwayland_resource_destroyed() local 239 struct weston_desktop_xwayland_surface *surface; in create_surface() local 270 set_toplevel(struct weston_desktop_xwayland_surface *surface) in set_toplevel() [all …]
|
D | wl-shell.c | 54 struct weston_desktop_surface *surface; member 67 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_set_size() local 81 weston_desktop_wl_shell_surface_maybe_ungrab(struct weston_desktop_wl_shell_surface *surface) in weston_desktop_wl_shell_surface_maybe_ungrab() 97 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_committed() local 113 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_ping() local 122 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_close() local 132 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_get_maximized() local 141 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_get_fullscreen() local 147 weston_desktop_wl_shell_change_state(struct weston_desktop_wl_shell_surface *surface, in weston_desktop_wl_shell_change_state() 187 struct weston_desktop_wl_shell_surface *surface = user_data; in weston_desktop_wl_shell_surface_destroy() local [all …]
|
D | libweston-desktop.c | 147 struct weston_desktop_surface *surface) in weston_desktop_api_surface_added() 160 struct weston_desktop_surface *surface) in weston_desktop_api_surface_removed() 171 struct weston_desktop_surface *surface, in weston_desktop_api_committed() 180 struct weston_desktop_surface *surface, in weston_desktop_api_show_window_menu() 191 struct weston_desktop_surface *surface, in weston_desktop_api_set_parent() 200 struct weston_desktop_surface *surface, in weston_desktop_api_move() 209 struct weston_desktop_surface *surface, in weston_desktop_api_resize() 220 struct weston_desktop_surface *surface, in weston_desktop_api_fullscreen_requested() 231 struct weston_desktop_surface *surface, in weston_desktop_api_maximized_requested() 241 struct weston_desktop_surface *surface) in weston_desktop_api_minimized_requested() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_imageBlitBlend.c | 583 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendAdd() local 1113 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlend() local 1543 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendMod() local 2356 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendNone() local 2824 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendAll() local
|
D | SDL_test_imageBlit.c | 543 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlit() local 1026 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitColor() local 1538 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitAlpha() local
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_pool.cc | 35 auto surface = GetCachedOrCreateSurface(size); in AcquireSurface() local 56 [&size](const auto& surface) { in GetCachedOrCreateSurface() 78 const auto& surface = *it; in GetCachedOrCreateSurface() local 161 auto surface = std::make_unique<VulkanSurface>(vulkan_provider_, context_, in CreateSurface() local 186 void VulkanSurfacePool::RecycleSurface(std::unique_ptr<VulkanSurface> surface) { in RecycleSurface() 225 [&](auto& surface) { in AgeAndCollectOldBuffers() 235 [](const auto& surface) { in AgeAndCollectOldBuffers() 278 for (auto& surface : available_surfaces_) { in ShrinkToFit() local 288 auto surface = CreateSurface(size); in ShrinkToFit() local 304 for (const auto& surface : available_surfaces_) { in TraceStats() local
|
D | vulkan_surface_producer.cc | 144 for (auto& surface : surfaces) { in OnSurfacesPresented() local 174 for (auto& surface : surfaces) { in TransitionSurfacesToExternal() local 234 auto surface = surface_pool_->AcquireSurface(size); in ProduceSurface() local 240 std::unique_ptr<flutter::SceneUpdateContext::SurfaceProducerSurface> in SubmitSurface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_surface.c | 39 SDL_Surface *surface; in SDL_CreateRGBSurfaceWithFormat() local 139 SDL_Surface *surface; in SDL_CreateRGBSurfaceFrom() local 162 SDL_Surface *surface; in SDL_CreateRGBSurfaceWithFormatFrom() local 177 SDL_SetSurfacePalette(SDL_Surface * surface, SDL_Palette * palette) in SDL_SetSurfacePalette() 191 SDL_SetSurfaceRLE(SDL_Surface * surface, int flag) in SDL_SetSurfaceRLE() 212 SDL_SetColorKey(SDL_Surface * surface, int flag, Uint32 key) in SDL_SetColorKey() 257 SDL_GetColorKey(SDL_Surface * surface, Uint32 * key) in SDL_GetColorKey() 275 SDL_ConvertColorkeyToAlpha(SDL_Surface * surface) in SDL_ConvertColorkeyToAlpha() 345 SDL_SetSurfaceColorMod(SDL_Surface * surface, Uint8 r, Uint8 g, Uint8 b) in SDL_SetSurfaceColorMod() 371 SDL_GetSurfaceColorMod(SDL_Surface * surface, Uint8 * r, Uint8 * g, Uint8 * b) in SDL_GetSurfaceColorMod() [all …]
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | angle_surface_manager.cc | 149 EGLSurface surface = EGL_NO_SURFACE; in CreateSurface() local 159 void AngleSurfaceManager::GetSurfaceDimensions(const EGLSurface surface, in GetSurfaceDimensions() 172 void AngleSurfaceManager::DestroySurface(const EGLSurface surface) { in DestroySurface() 178 bool AngleSurfaceManager::MakeCurrent(const EGLSurface surface) { in MakeCurrent() 183 EGLBoolean AngleSurfaceManager::SwapBuffers(const EGLSurface surface) { in SwapBuffers()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_render_sw.c | 100 SDL_Surface *surface; member 114 SDL_Surface *surface = SDL_GetWindowSurface(renderer->window); in SW_ActivateRenderer() local 126 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface() 184 SDL_Surface *surface; in SW_CreateRenderer() local 207 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_GetOutputSize() local 255 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_SetTextureColorMod() local 269 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_SetTextureAlphaMod() local 282 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_SetTextureBlendMode() local 296 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_UpdateTexture() local 322 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_LockTexture() local [all …]
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Surface.java | 30 static public Surface CreateVulkan(android.view.Surface surface) { in CreateVulkan() 34 static public Surface CreateGL(android.view.Surface surface) { in CreateGL() 42 static public Surface createThreadedSurface(android.view.Surface surface) { in createThreadedSurface() 108 private static native long nCreateThreadedSurface(android.view.Surface surface); in nCreateThreadedSurface() 109 private static native long nCreateVKSurface(android.view.Surface surface); in nCreateVKSurface() 110 private static native long nCreateGLSurface(android.view.Surface surface); in nCreateGLSurface()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | surface.c | 47 XvMCSurfacePrivate *surface, in MacroBlocksToPipe() 100 GetPictureDescription(XvMCSurfacePrivate *surface, struct pipe_mpeg12_picture_desc *desc) in GetPictureDescription() 120 RecursiveEndFrame(XvMCSurfacePrivate *surface) in RecursiveEndFrame() 154 Status XvMCCreateSurface(Display *dpy, XvMCContext *context, XvMCSurface *surface) in XvMCCreateSurface() 320 Status XvMCFlushSurface(Display *dpy, XvMCSurface *surface) in XvMCFlushSurface() 336 Status XvMCSyncSurface(Display *dpy, XvMCSurface *surface) in XvMCSyncSurface() 349 Status XvMCPutSurface(Display *dpy, XvMCSurface *surface, Drawable drawable, in XvMCPutSurface() 472 Status XvMCGetSurfaceStatus(Display *dpy, XvMCSurface *surface, int *status) in XvMCGetSurfaceStatus() 499 Status XvMCDestroySurface(Display *dpy, XvMCSurface *surface) in XvMCDestroySurface() 529 Status XvMCHideSurface(Display *dpy, XvMCSurface *surface) in XvMCHideSurface()
|
/third_party/skia/tests/ |
D | SurfaceTest.cpp | 215 sk_sp<SkSurface>& surface, in test_canvas_peek() 244 auto surface(surface_func(kPremul_SkAlphaType, &requestInfo)); in DEF_TEST() local 251 auto surface(surface_func(ctxInfo.directContext(), kPremul_SkAlphaType, &requestInfo)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 256 static void test_snapshot_alphatype(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface, in test_snapshot_alphatype() 270 auto surface(surface_func(at, nullptr)); in DEF_TEST() local 279 auto surface(surface_func(ctxInfo.directContext(), at, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 286 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) { in test_backend_texture_access_copy_on_write() 298 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) { in test_backend_rendertarget_access_copy_on_write() 320 auto surface(surface_func(ctxInfo.directContext(), kPremul_SkAlphaType, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 324 auto surface(surface_func(ctxInfo.directContext(), kPremul_SkAlphaType, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all …]
|
D | DrawPathTest.cpp | 109 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_crbug131181() local 191 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_inversepathwithclip() local 230 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_bug533() local 272 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_bigcubic() local 300 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_halfway() local 321 auto surface(SkSurface::MakeRasterN32Premul(33000, 10)); in test_giantaa() local 375 auto surface(SkSurface::MakeRasterN32Premul(1000, 1000)); in test_crbug_472147_simple() local 390 auto surface(SkSurface::MakeRasterN32Premul(1000, 1000)); in test_crbug_472147_actual() local
|
D | RuntimeBlendTest.cpp | 30 static void test_blend(skiatest::Reporter* r, SkSurface* surface) { in test_blend() 79 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info)); in DEF_TEST() local 86 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(ctxInfo.directContext(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
D | VkProtectedContextTest.cpp | 32 sk_sp<SkSurface> surface; in create_protected_sksurface() local 134 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local 164 auto surface = create_protected_sksurface(dContext, reporter); in DEF_GPUTEST() local 188 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local 204 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local 221 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local 238 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local 257 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local 276 auto surface = create_protected_sksurface(protectedTestHelper->directContext(), reporter); in DEF_GPUTEST() local
|
/third_party/weston/ivi-shell/ |
D | ivi-shell.c | 59 struct weston_surface *surface; member 78 get_ivi_shell_surface(struct weston_surface *surface) in get_ivi_shell_surface() 93 shell_get_ivi_layout_surface(struct weston_surface *surface) in shell_get_ivi_layout_surface() 105 shell_surface_send_configure(struct weston_surface *surface, in shell_surface_send_configure() 119 ivi_shell_surface_committed(struct weston_surface *surface, in ivi_shell_surface_committed() 142 ivi_shell_surface_get_label(struct weston_surface *surface, in ivi_shell_surface_get_label() 477 desktop_surface_added(struct weston_desktop_surface *surface, in desktop_surface_added() 510 desktop_surface_removed(struct weston_desktop_surface *surface, in desktop_surface_removed() 523 desktop_surface_committed(struct weston_desktop_surface *surface, in desktop_surface_committed() 549 desktop_surface_move(struct weston_desktop_surface *surface, in desktop_surface_move() [all …]
|
/third_party/flutter/skia/tests/ |
D | SurfaceTest.cpp | 228 sk_sp<SkSurface>& surface, in test_canvas_peek() 257 auto surface(surface_func(kPremul_SkAlphaType, &requestInfo)); in DEF_TEST() local 264 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, &requestInfo)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 269 static void test_snapshot_alphatype(skiatest::Reporter* reporter, const sk_sp<SkSurface>& surface, in test_snapshot_alphatype() 283 auto surface(surface_func(at, nullptr)); in DEF_TEST() local 292 auto surface(surface_func(ctxInfo.grContext(), at, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 299 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) { in test_backend_texture_access_copy_on_write() 311 skiatest::Reporter* reporter, SkSurface* surface, SkSurface::BackendHandleAccess access) { in test_backend_rendertarget_access_copy_on_write() 333 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 337 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all …]
|
D | DrawPathTest.cpp | 109 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_crbug131181() local 143 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_inversepathwithclip() local 182 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_bug533() local 224 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_bigcubic() local 252 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); in test_halfway() local 273 auto surface(SkSurface::MakeRasterN32Premul(33000, 10)); in test_giantaa() local 327 auto surface(SkSurface::MakeRasterN32Premul(1000, 1000)); in test_crbug_472147_simple() local 342 auto surface(SkSurface::MakeRasterN32Premul(1000, 1000)); in test_crbug_472147_actual() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_surface.cpp | 241 struct d3d12_surface *surface = CALLOC_STRUCT(d3d12_surface); in d3d12_create_surface() local 268 struct d3d12_surface *surface = (struct d3d12_surface*) psurf; in d3d12_surface_destroy() local 283 blit_surface(struct d3d12_surface *surface, bool pre) in blit_surface() 304 d3d12_surface_update_pre_draw(struct d3d12_surface *surface, in d3d12_surface_update_pre_draw() 353 d3d12_surface_update_post_draw(struct d3d12_surface *surface, in d3d12_surface_update_post_draw() 361 d3d12_surface_get_handle(struct d3d12_surface *surface, in d3d12_surface_get_handle()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | bitmap.c | 43 VdpBitmapSurface *surface) in vlVdpBitmapSurfaceCreate() 129 vlVdpBitmapSurfaceDestroy(VdpBitmapSurface surface) in vlVdpBitmapSurfaceDestroy() 152 vlVdpBitmapSurfaceGetParameters(VdpBitmapSurface surface, in vlVdpBitmapSurfaceGetParameters() 181 vlVdpBitmapSurfacePutBitsNative(VdpBitmapSurface surface, in vlVdpBitmapSurfacePutBitsNative()
|
D | surface.c | 57 VdpVideoSurface *surface) in vlVdpVideoSurfaceCreate() 133 vlVdpVideoSurfaceDestroy(VdpVideoSurface surface) in vlVdpVideoSurfaceDestroy() 157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface, in vlVdpVideoSurfaceGetParameters() 198 vlVdpVideoSurfaceGetBitsYCbCr(VdpVideoSurface surface, in vlVdpVideoSurfaceGetBitsYCbCr() 301 vlVdpVideoSurfacePutBitsYCbCr(VdpVideoSurface surface, in vlVdpVideoSurfacePutBitsYCbCr() 466 struct pipe_video_buffer *vlVdpVideoSurfaceGallium(VdpVideoSurface surface) in vlVdpVideoSurfaceGallium() 484 VdpStatus vlVdpVideoSurfaceDMABuf(VdpVideoSurface surface, in vlVdpVideoSurfaceDMABuf()
|
/third_party/skia/modules/androidkit/src/ |
D | Surface.cpp | 55 ThreadedSurface::ThreadedSurface(JNIEnv* env, jobject surface) in ThreadedSurface() 166 static jlong Surface_CreateThreadedSurface(JNIEnv* env, jobject, jobject surface) { in Surface_CreateThreadedSurface() argument 209 if (auto* surface = reinterpret_cast<Surface*>(native_surface)) { in Surface_Release() local 216 auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetNativeCanvas() local 223 if (auto* surface = reinterpret_cast<Surface*>(native_surface)) { in Surface_FlushAndSubmit() local 229 const auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetWidth() local 234 const auto* surface = reinterpret_cast<Surface*>(native_surface); in Surface_GetHeight() local 239 if (const auto* surface = reinterpret_cast<Surface*>(native_surface)) { in Surface_MakeSnapshot() local
|
/third_party/weston/libweston/renderer-mix/ |
D | mix_renderer.cpp | 42 mix_renderer_attach(struct weston_surface *surface, in mix_renderer_attach() 68 mix_renderer_flush_damage(struct weston_surface *surface) in mix_renderer_flush_damage() 125 mix_renderer_surface_set_color(struct weston_surface *surface, in mix_renderer_surface_set_color() 137 mix_renderer_surface_get_content_size(struct weston_surface *surface, in mix_renderer_surface_get_content_size() 144 mix_renderer_surface_copy_content(struct weston_surface *surface, in mix_renderer_surface_copy_content()
|