HomeSort by relevance Sort by last modified time
    Searched refs:sync_point (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h 54 unsigned sync_point,
web_external_texture_layer_impl.cc 113 unsigned sync_point,
122 available_mailbox.syncPoint = sync_point;
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 98 unsigned sync_point,
134 sync_point));
142 ack.gl_frame_data->sync_point = sync_point;
184 unsigned sync_point,
203 MailboxReleased(mailbox, sync_point, false);
250 texture_mailbox = cc::TextureMailbox(mailbox.name, callback, sync_point);
290 frame->gl_frame_data->sync_point,
browser_plugin_compositing_helper.h 83 unsigned sync_point,
86 unsigned sync_point,
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 85 unsigned sync_point,
91 ASSERT_LT(sync_point_for_mailbox_[mailbox], sync_point);
92 sync_point_for_mailbox_[mailbox] = sync_point;
96 unsigned sync_point) {
104 if (sync_point_for_mailbox_[mailbox] > sync_point) {
130 unsigned sync_point = shared_data_->InsertSyncPoint();
138 (*it)->mailbox, sync_point, (*it)->texture);
141 return sync_point;
144 virtual void waitSyncPoint(unsigned sync_point) OVERRIDE {
145 last_waited_sync_point_ = std::max(sync_point, last_waited_sync_point_)
786 unsigned sync_point = context()->insertSyncPoint(); local
895 unsigned sync_point = context()->insertSyncPoint(); local
959 unsigned sync_point = context()->insertSyncPoint(); local
996 unsigned sync_point = context()->insertSyncPoint(); local
1194 unsigned sync_point = 30; local
1254 unsigned sync_point = 30; local
    [all...]
video_resource_updater.h 102 unsigned sync_point,
video_resource_updater.cc 320 unsigned sync_point,
322 mailbox_holder->Return(sync_point);
365 mailbox_holder->sync_point()));
373 unsigned sync_point,
382 if (context && sync_point)
383 GLC(context, context->waitSyncPoint(sync_point));
resource_provider.cc 359 unsigned sync_point = resource->mailbox.sync_point(); local
366 sync_point = context3d->insertSyncPoint();
375 resource->mailbox.RunReleaseCallback(sync_point, lost_resource);
522 if (resource->mailbox.sync_point()) {
524 context3d->waitSyncPoint(resource->mailbox.sync_point()));
804 if (!resource.sync_point)
811 unsigned int sync_point = context3d->insertSyncPoint(); local
815 if (!it->sync_point)
816 it->sync_point = sync_point
849 unsigned int sync_point = context3d->insertSyncPoint(); local
    [all...]
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 55 if (current_backing_.sync_point)
56 context3d_->waitSyncPoint(current_backing_.sync_point);
154 it->sync_point = ack.gl_frame_data->sync_point;
185 frame->gl_frame_data->sync_point = context3d_->insertSyncPoint();
  /external/chromium_org/media/base/
video_frame.h 68 typedef base::Callback<void(uint32 sync_point)>
72 unsigned sync_point,
76 unsigned sync_point() const { return sync_point_; } function in class:media::VideoFrame::MailboxHolder
78 void Return(unsigned sync_point) { sync_point_ = sync_point; }
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 38 virtual void DeleteImage(int32 image_idu, int32 sync_point) OVERRIDE;
88 void DeleteImageOnIO(int32 image_id, int32 sync_point);
browser_gpu_channel_host_factory.cc 181 int32 image_id, int32 sync_point) {
187 host->DeleteImage(gpu_client_id_, image_id, sync_point);
191 int32 image_id, int32 sync_point) {
197 sync_point));
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.h 121 uint32 sync_point);
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 46 virtual void WaitSyncPoint(uint32_t sync_point) OVERRIDE {}
89 virtual void WaitSyncPoint(uint32_t sync_point) OVERRIDE;
151 void CmdBufferImageTransportFactory::WaitSyncPoint(uint32_t sync_point) {
156 context_->waitSyncPoint(sync_point);
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 134 void AddSyncPoint(uint32 sync_point);
175 void OnRetireSyncPoint(uint32 sync_point);
176 bool OnWaitSyncPoint(uint32 sync_point);
178 void OnSignalSyncPoint(uint32 sync_point, uint32 id);
gpu_command_buffer_stub.cc 762 void GpuCommandBufferStub::AddSyncPoint(uint32 sync_point) {
763 sync_points_.push_back(sync_point);
766 void GpuCommandBufferStub::OnRetireSyncPoint(uint32 sync_point) {
767 DCHECK(!sync_points_.empty() && sync_points_.front() == sync_point);
770 manager->sync_point_manager()->RetireSyncPoint(sync_point);
773 bool GpuCommandBufferStub::OnWaitSyncPoint(uint32 sync_point) {
782 sync_point,
797 void GpuCommandBufferStub::OnSignalSyncPoint(uint32 sync_point, uint32 id) {
800 sync_point,
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 79 virtual void SignalSyncPoint(unsigned sync_point,
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 232 if (texture_mailbox.sync_point())
233 context3d->waitSyncPoint(texture_mailbox.sync_point());
298 uint32 sync_point,
300 if (sync_point)
301 context3d->waitSyncPoint(sync_point);
368 uint32 sync_point = context3d->insertSyncPoint(); local
376 sync_point);
layer_tree_pixel_test.h 83 uint32 sync_point,
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 130 uint32 sync_point) {
131 return helper_->ConsumeMailboxToTexture(mailbox, sync_point);
234 uint32 sync_point,
272 uint32 sync_point,
577 uint32 sync_point,
583 WebGLId mailbox_texture = ConsumeMailboxToTexture(src_mailbox, sync_point);
694 uint32 sync_point) {
697 if (sync_point)
698 context_->waitSyncPoint(sync_point);
825 uint32 sync_point,
    [all...]
gl_helper.h 243 uint32 sync_point,
293 uint32 sync_point);
385 uint32 sync_point,
command_buffer_proxy_impl.cc 413 uint32 sync_point = 0;
414 Send(new GpuCommandBufferMsg_InsertSyncPoint(route_id_, &sync_point));
415 return sync_point;
418 bool CommandBufferProxyImpl::SignalSyncPoint(uint32 sync_point,
426 sync_point,
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.h 64 virtual void WaitSyncPoint(uint32 sync_point) OVERRIDE;
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc 225 uint32 sync_point = 0; local
228 ppapi::API_ID_PPB_GRAPHICS_3D, resource_, &sync_point));
230 return sync_point;
ppb_graphics_3d_proxy.h 107 void OnMsgInsertSyncPoint(const HostResource& context, uint32* sync_point);

Completed in 1014 milliseconds

12 3 4 5