HomeSort by relevance Sort by last modified time
    Searched refs:surface_id (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 166 int32 surface_id,
169 DCHECK(surface_id);
175 window, surface_id, init_params, &route_id);
gpu_command_buffer_stub.h 78 int32 surface_id,
114 int32 surface_id() const { return surface_id_; } function in class:content::GpuCommandBufferStub
gpu_messages.h 49 IPC_STRUCT_MEMBER(int32, surface_id)
61 IPC_STRUCT_MEMBER(int32, surface_id)
75 IPC_STRUCT_MEMBER(int32, surface_id)
249 int32, /* surface_id */
312 int32, /* surface_id */
346 int32 /* surface_id */)
369 int32 /* surface_id */,
397 int32 /* surface_id */)
401 int32 /* surface_id */,
473 int32 /* surface_id */,
    [all...]
gpu_channel.cc 609 int32 surface_id,
614 "surface_id",
615 surface_id);
645 surface_id,
925 int32 surface_id, GpuRenderingStats* stats) {
939 if (it.GetCurrentValue()->surface_id() == surface_id) {
gpu_command_buffer_stub.cc 116 int32 surface_id,
129 surface_id_(surface_id),
161 gpu_channel_manager->Send(new GpuHostMsg_DestroyCommandBuffer(surface_id()));
500 !surface_id(),
    [all...]
gpu_memory_manager_unittest.cc 96 FakeClient(GpuMemoryManager* memmgr, int32 surface_id, bool visible)
105 memmgr_->CreateClientState(this, surface_id != 0, visible));
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 49 static jobject GetSurface(int surface_id);
render_message_filter.cc 456 int* surface_id,
480 *surface_id = 0;
495 surface_id,
502 int* surface_id) {
504 opener_id, popup_type, route_id, surface_id);
509 int* surface_id) {
511 opener_id, route_id, surface_id);
    [all...]
compositor_impl_android.cc 137 jobject CompositorImpl::GetSurface(int surface_id) {
140 SurfaceMap::iterator it = surfaces->find(surface_id);
143 LOG_IF(WARNING, !jsurface) << "No surface for surface id " << surface_id;
render_process_host_impl.h 112 virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
render_widget_host_impl.h 195 int surface_id() const { return surface_id_; } function in class:content::RenderWidgetHostImpl
    [all...]
  /external/chromium_org/content/public/test/
mock_render_process_host.h 72 virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
mock_render_process_host.cc 228 void MockRenderProcessHost::SurfaceUpdated(int32 surface_id) {
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 64 xp_surface_id surface_id; member in struct:apple_glx_surface
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 64 xp_surface_id surface_id; member in struct:apple_glx_surface
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 327 params.surface_id,
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 263 uint64 surface_id,
  /external/chromium_org/content/plugin/
webplugin_proxy.h 140 uint32 surface_id) OVERRIDE;
webplugin_proxy.cc 655 uint32 surface_id) {
657 route_id_, width, height, surface_id));
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 175 uint32 surface_id);
webplugin_impl.h 129 uint32 surface_id) OVERRIDE;
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
render_thread_impl.h 365 int32 surface_id,
render_widget.h 102 int32 surface_id() const { function in class:content::RenderWidget
  /external/chromium_org/content/common/
view_messages.h 704 IPC_STRUCT_MEMBER(int32, surface_id)
    [all...]

Completed in 650 milliseconds

1 23 4