HomeSort by relevance Sort by last modified time
    Searched refs:id_namespace (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/mojo/services/surfaces/
surfaces_service_impl.cc 21 uint32_t id_namespace = (*next_id_namespace_)++; local
23 BindToProxy(new SurfacesImpl(manager_, id_namespace, client_), &surface);
24 callback.Run(surface.Pass(), id_namespace);
surfaces_impl.cc 18 uint32_t id_namespace,
22 id_namespace_(id_namespace),
surfaces_impl.h 36 uint32_t id_namespace,
  /external/chromium_org/cc/surfaces/
surface_id_allocator.cc 9 SurfaceIdAllocator::SurfaceIdAllocator(uint32_t id_namespace)
10 : id_namespace_(id_namespace), next_id_(1u) {
surface_id_allocator.h 18 explicit SurfaceIdAllocator(uint32_t id_namespace);
  /external/chromium_org/mojo/cc/
output_surface_mojo.h 27 uint32_t id_namespace);
output_surface_mojo.cc 18 uint32_t id_namespace)
22 id_allocator_(id_namespace) {
  /external/chromium_org/mojo/examples/surfaces_app/
child_gl_impl.h 51 void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
child_impl.h 56 void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
child_impl.cc 55 uint32_t id_namespace) {
58 allocator_.reset(new cc::SurfaceIdAllocator(id_namespace));
surfaces_app.cc 88 void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace) {
92 allocator_.reset(new cc::SurfaceIdAllocator(id_namespace));
child_gl_impl.cc 81 uint32_t id_namespace) {
84 allocator_.reset(new cc::SurfaceIdAllocator(id_namespace));
  /external/chromium_org/mojo/services/native_viewport/
viewport_surface.h 37 void OnSurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
viewport_surface.cc 57 uint32_t id_namespace) {
60 id_allocator_.reset(new cc::SurfaceIdAllocator(id_namespace));
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
bitmap_uploader.h 42 void OnSurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
bitmap_uploader.cc 206 uint32_t id_namespace) {
209 id_allocator_.reset(new cc::SurfaceIdAllocator(id_namespace));
  /external/chromium_org/mojo/services/view_manager/
display_manager.h 52 void OnSurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
display_manager.cc 111 uint32_t id_namespace) {
114 surface_id_allocator_.reset(new cc::SurfaceIdAllocator(id_namespace));
  /external/chromium_org/mojo/services/html_viewer/
weblayertreeview_impl.h 111 void OnSurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
weblayertreeview_impl.cc 209 uint32_t id_namespace) {
215 this, context_provider, surface.Pass(), id_namespace));
  /external/chromium_org/gpu/command_buffer/client/
share_group.cc 85 explicit StrictIdHandler(int id_namespace) : id_namespace_(id_namespace) {}
gles2_implementation.h 597 IdHandlerInterface* GetIdHandler(int id_namespace) const;
601 IdAllocatorInterface* GetIdAllocator(int id_namespace) const;

Completed in 944 milliseconds