Searched defs:WaitSyncPoint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc174 void RendererGpuVideoAcceleratorFactories::WaitSyncPoint(uint32 sync_point) { function in class:content::RendererGpuVideoAcceleratorFactories
184 // Callers expect the WaitSyncPoint to affect the next IPCs. Make sure to
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc936 void GLHelper::WaitSyncPoint(uint32 sync_point) { function in class:content::GLHelper
953 WaitSyncPoint(sync_point);
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc135 void WaitSyncPoint(uint32 sync_point);
172 void SyncPointManager::WaitSyncPoint(uint32 sync_point) { function in class:gpu::__anon8426::SyncPointManager
740 g_sync_point_manager.Get().WaitSyncPoint(sync_point);

Completed in 360 milliseconds