Searched refs:surface_id (Results 1 - 25 of 109) sorted by last modified time

12345

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c196 surface->surface_id = XAllocID(dpy);
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_surface.c80 assert(surface.surface_id != 0);
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.h64 xp_surface_id surface_id; member in struct:apple_glx_surface
H A Dapple_glx_surface.c68 apple_glx_diagnostic("%s: ac->context_obj %p s->surface_id %u\n",
69 __func__, (void *) ac->context_obj, s->surface_id);
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id);
99 apple_glx_diagnostic("%s: s->surface_id %u\n", __func__, s->surface_id);
101 xp_error error = xp_destroy_surface(s->surface_id);
146 error = xp_import_surface(key, &s->surface_id);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c196 surface->surface_id = XAllocID(dpy);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_surface.c80 assert(surface.surface_id != 0);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.h64 xp_surface_id surface_id; member in struct:apple_glx_surface
H A Dapple_glx_surface.c68 apple_glx_diagnostic("%s: ac->context_obj %p s->surface_id %u\n",
69 __func__, (void *) ac->context_obj, s->surface_id);
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id);
99 apple_glx_diagnostic("%s: s->surface_id %u\n", __func__, s->surface_id);
101 xp_error error = xp_destroy_surface(s->surface_id);
146 error = xp_import_surface(key, &s->surface_id);
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.h9 #include "cc/surfaces/surface_id.h"
36 virtual void SubmittedFrame(SurfaceIdPtr surface_id) OVERRIDE;
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/
H A Dsurfaces_type_converters.cc274 surface_state->surface = SurfaceId::From(surface_quad->surface_id);
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
H A Dsurface_unittest.cc338 EXPECT_EQ(arbitrary_id, round_trip_surface_quad->surface_id);
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_impl.cc182 void ViewManagerClientImpl::SetSurfaceId(Id view_id, SurfaceIdPtr surface_id) { argument
184 if (surface_id.is_null())
187 view_id, surface_id.Pass(), ActionCompletedCallback());
H A Dview_manager_client_impl.h55 void SetSurfaceId(Id view_id, SurfaceIdPtr surface_id);
/external/chromium_org/mojo/services/view_manager/
H A Ddisplay_manager.cc44 cc::SurfaceId node_id = view->surface_id();
H A Dserver_view.cc132 void ServerView::SetSurfaceId(cc::SurfaceId surface_id) { argument
133 surface_id_ = surface_id;
H A Dserver_view.h11 #include "cc/surfaces/surface_id.h"
68 void SetSurfaceId(cc::SurfaceId surface_id);
69 const cc::SurfaceId surface_id() const { return surface_id_; } function in class:mojo::service::ServerView
H A Dview_manager_service_impl.cc433 SurfaceIdPtr surface_id,
441 view->SetSurfaceId(surface_id.To<cc::SurfaceId>());
431 SetViewSurfaceId( Id view_id, SurfaceIdPtr surface_id, const Callback<void(bool)>& callback) argument
H A Dview_manager_service_impl.h16 #include "mojo/services/public/interfaces/surfaces/surface_id.mojom.h"
169 SurfaceIdPtr surface_id,
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc1200 uint32 surface_id) {
1202 plugin_->AcceleratedPluginAllocatedIOSurface(width, height, surface_id);
1197 OnAcceleratedPluginAllocatedIOSurface( int32 width, int32 height, uint32 surface_id) argument
H A Dwebplugin_delegate_proxy.h191 uint32 surface_id);
H A Dwebplugin_impl.cc833 uint32 surface_id) {
837 next_io_surface_id_ = surface_id;
831 AcceleratedPluginAllocatedIOSurface(int32 width, int32 height, uint32 surface_id) argument
H A Dwebplugin_impl.h143 uint32 surface_id) OVERRIDE;
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc1226 int32 surface_id,
1231 "surface_id",
1232 surface_id);
1236 surface_id,
1368 params.surface_id,
1225 CreateViewCommandBuffer( int32 surface_id, const GPUCreateCommandBufferConfig& init_params, int32 route_id) argument
H A Drender_thread_impl.h413 int32 surface_id,
H A Drender_view_impl.cc703 surface_id_ = params->surface_id;
1143 int32 surface_id,
1163 surface_id,
1667 int32 surface_id = 0; local
1674 &surface_id,
1702 surface_id,
1136 Create( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument

Completed in 417 milliseconds

12345