Searched defs:InsertSyncPoint (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc138 uint32_t PPB_Graphics3D_Impl::InsertSyncPoint() { function in class:content::PPB_Graphics3D_Impl
139 return command_buffer_->InsertSyncPoint();
189 sync_point_ = command_buffer_->InsertSyncPoint();
301 sync_point_ = command_buffer_->InsertSyncPoint();
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc290 uint32 Display::InsertSyncPoint() { function in class:egl::Display
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.cc136 uint32_t Graphics3DResource::InsertSyncPoint() { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc157 uint32 PpapiCommandBufferProxy::InsertSyncPoint() { function in class:ppapi::proxy::PpapiCommandBufferProxy
H A Dppb_graphics_3d_proxy.cc97 uint32_t Graphics3D::InsertSyncPoint() { function in class:ppapi::proxy::Graphics3D
339 *sync_point = enter.object()->InsertSyncPoint();
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc385 uint32 CommandBufferProxyImpl::InsertSyncPoint() { function in class:content::CommandBufferProxyImpl
H A Dgl_helper.cc934 uint32 GLHelper::InsertSyncPoint() { return gl_->InsertSyncPointCHROMIUM(); } function in class:content::GLHelper
945 return gpu::MailboxHolder(mailbox, GL_TEXTURE_2D, InsertSyncPoint());
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc359 uint32 GLManager::InsertSyncPoint() { function in class:gpu::GLManager
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc210 uint32 CommandBufferClientImpl::InsertSyncPoint() { function in class:mojo::gles2::CommandBufferClientImpl
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc697 uint32 InProcessCommandBuffer::InsertSyncPoint() { function in class:gpu::InProcessCommandBuffer
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc119 uint32 InsertSyncPoint() { return next_sync_point_++; } function in class:cc::__anon2773::ContextSharedData
172 uint32 sync_point = shared_data_->InsertSyncPoint();
263 // InsertSyncPoint, so that it is not visible to other contexts that

Completed in 2595 milliseconds