Searched defs:RetireSyncPoint (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dsync_point_manager.cc43 void SyncPointManager::RetireSyncPoint(uint32 sync_point) { function in class:content::SyncPointManager
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc146 void PPB_Graphics3D_Impl::RetireSyncPoint(uint32_t sync_point) { function in class:content::PPB_Graphics3D_Impl
147 return command_buffer_->RetireSyncPoint(sync_point);
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc300 void Display::RetireSyncPoint(uint32 sync_point) { function in class:egl::Display
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc146 void Graphics3DResource::RetireSyncPoint(uint32_t sync_point) { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc175 void PpapiCommandBufferProxy::RetireSyncPoint(uint32 sync_point) { function in class:ppapi::proxy::PpapiCommandBufferProxy
H A Dppb_graphics_3d_proxy.cc107 void Graphics3D::RetireSyncPoint(uint32_t sync_point) { function in class:ppapi::proxy::Graphics3D
355 enter.object()->RetireSyncPoint(sync_point);
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc403 void CommandBufferProxyImpl::RetireSyncPoint(uint32_t sync_point) { function in class:content::CommandBufferProxyImpl
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc369 void GLManager::RetireSyncPoint(uint32 sync_point) { function in class:gpu::GLManager
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc222 void CommandBufferClientImpl::RetireSyncPoint(uint32 sync_point) { function in class:mojo::gles2::CommandBufferClientImpl
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc132 void RetireSyncPoint(uint32 sync_point);
160 void SyncPointManager::RetireSyncPoint(uint32 sync_point) { function in class:gpu::__anon8426::SyncPointManager
709 void InProcessCommandBuffer::RetireSyncPoint(uint32 sync_point) { function in class:gpu::InProcessCommandBuffer
727 g_sync_point_manager.Get().RetireSyncPoint(sync_point);

Completed in 199 milliseconds