Searched refs:secondary_id (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.h33 SurfaceTextureId() : primary_id(0), secondary_id(0) {}
34 SurfaceTextureId(int32 primary_id, int32 secondary_id) argument
35 : primary_id(primary_id), secondary_id(secondary_id) {}
37 int32 secondary_id; member in struct:gfx::SurfaceTextureId
42 GpuMemoryBufferId() : primary_id(0), secondary_id(0) {}
43 GpuMemoryBufferId(int32 primary_id, int32 secondary_id) argument
44 : primary_id(primary_id), secondary_id(secondary_id) {}
46 int32 secondary_id; member in struct:gfx::GpuMemoryBufferId
[all...]
/external/chromium_org/content/common/android/
H A Dsurface_texture_lookup.h18 int secondary_id) = 0;
H A Dsurface_texture_peer.h25 int secondary_id) = 0;
/external/chromium_org/ui/gl/android/
H A Dsurface_texture_tracker.h24 int secondary_id) = 0;
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_x11_pixmap.cc20 X11PixmapMapKey key(id.primary_id, id.secondary_id);
27 X11PixmapMapKey key(id.primary_id, id.secondary_id);
38 X11PixmapMapKey key(id.primary_id, id.secondary_id);
H A Dgpu_memory_buffer_factory_io_surface.cc64 IOSurfaceMapKey key(id.primary_id, id.secondary_id);
77 IOSurfaceMapKey key(id.primary_id, id.secondary_id);
88 IOSurfaceMapKey key(id.primary_id, id.secondary_id);
H A Dgpu_memory_buffer_factory_mac.cc59 if (handle.global_id.secondary_id != client_id)
H A Dgpu_memory_buffer_factory_ozone.cc61 if (handle.global_id.secondary_id != client_id)
H A Dgpu_memory_buffer_factory_x11.cc60 if (handle.global_id.secondary_id != client_id)
H A Dstream_texture_android.h62 void OnEstablishPeer(int32 primary_id, int32 secondary_id);
H A Dstream_texture_android.cc186 void StreamTexture::OnEstablishPeer(int32 primary_id, int32 secondary_id) { argument
193 process, surface_texture_, primary_id, secondary_id);
H A Dgpu_channel_manager.cc65 "secondary_id",
66 handle.global_id.secondary_id);
H A Dgpu_command_buffer_stub.cc959 handle.surface_texture_id.secondary_id != channel()->client_id()) {
/external/chromium_org/content/app/android/
H A Dchild_process_service.cc56 int secondary_id) OVERRIDE {
61 secondary_id);
87 int secondary_id)
92 env, service_.obj(), primary_id, secondary_id));
/external/chromium_org/content/common/
H A Dchild_process_messages.h66 IPC_STRUCT_TRAITS_MEMBER(secondary_id)
72 IPC_STRUCT_TRAITS_MEMBER(secondary_id)
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_ozone_native_buffer.cc61 handle.global_id.secondary_id = client_id;
80 handle.global_id.secondary_id = child_client_id;
H A Dgpu_memory_buffer_impl_io_surface.cc63 handle.global_id.secondary_id = client_id;
82 handle.global_id.secondary_id = child_client_id;
H A Dgpu_memory_buffer_impl_surface_texture.cc42 handle.surface_texture_id.secondary_id);
/external/chromium_org/ui/gl/
H A Dgl_image_surface_texture.cc28 handle.surface_texture_id.secondary_id);
/external/chromium_org/ui/ozone/gpu/
H A Dgpu_memory_buffer_factory_ozone_native_buffer.cc57 return std::pair<uint32_t, uint32_t>(id.primary_id, id.secondary_id);
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc173 jint pid, jobject surface, jint primary_id, jint secondary_id) {
181 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));
171 EstablishSurfacePeer( JNIEnv* env, jclass clazz, jint pid, jobject surface, jint primary_id, jint secondary_id) argument
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc106 int secondary_id) OVERRIDE {
108 SurfaceTextureMapKey key(primary_id, secondary_id);
/external/chromium_org/ash/display/
H A Ddisplay_controller_unittest.cc678 int64 secondary_id = GetSecondaryDisplay().id(); local
679 gfx::Display::SetInternalDisplayId(secondary_id);
680 display_manager->SetDisplayUIScale(secondary_id, 1.125f);
684 display_manager->SetDisplayUIScale(secondary_id, 1.125f);
H A Ddisplay_manager_unittest.cc584 const int64 secondary_id = ScreenUtil::GetSecondaryDisplay().id(); local
587 DisplayInfo secondary_info = display_manager()->GetDisplayInfo(secondary_id);
590 const int64 third_id = primary_id + secondary_id;
602 EXPECT_EQ(secondary_id, ScreenUtil::GetSecondaryDisplay().id());

Completed in 978 milliseconds