Searched refs:InsertSyncPoint (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
H A Dgpu_control.h46 virtual uint32_t InsertSyncPoint() = 0;
H A Dclient_test_helper.h98 MOCK_METHOD0(InsertSyncPoint, uint32());
/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();
H A Dppb_graphics_3d_impl.h40 virtual uint32_t InsertSyncPoint() OVERRIDE;
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_mock.h40 MOCK_METHOD0(InsertSyncPoint, uint32());
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_3d_api.h55 virtual uint32_t InsertSyncPoint() = 0;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dgraphics_3d_resource.h56 virtual uint32_t InsertSyncPoint() OVERRIDE;
H A Dgraphics_3d_resource.cc136 uint32_t Graphics3DResource::InsertSyncPoint() { function in class:mojo::examples::Graphics3DResource
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.h100 virtual uint32 InsertSyncPoint() OVERRIDE;
H A Dgl_manager.cc359 uint32 GLManager::InsertSyncPoint() { function in class:gpu::GLManager
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.h63 virtual uint32 InsertSyncPoint() OVERRIDE;
H A Dcommand_buffer_client_impl.cc210 uint32 CommandBufferClientImpl::InsertSyncPoint() { function in class:mojo::gles2::CommandBufferClientImpl
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.h55 virtual uint32 InsertSyncPoint() OVERRIDE;
H A Dppb_graphics_3d_proxy.h49 virtual uint32_t InsertSyncPoint() OVERRIDE;
H A Dppb_graphics_3d_proxy.cc97 uint32_t Graphics3D::InsertSyncPoint() { function in class:ppapi::proxy::Graphics3D
339 *sync_point = enter.object()->InsertSyncPoint();
H A Dppapi_command_buffer_proxy.cc157 uint32 PpapiCommandBufferProxy::InsertSyncPoint() { function in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.h84 virtual uint32 InsertSyncPoint() OVERRIDE;
H A Ddisplay.cc290 uint32 Display::InsertSyncPoint() { function in class:egl::Display
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.h107 virtual uint32 InsertSyncPoint() OVERRIDE;
H A Dgl_helper.h246 uint32 InsertSyncPoint();
H A Dcommand_buffer_proxy_impl.cc385 uint32 CommandBufferProxyImpl::InsertSyncPoint() { function in class:content::CommandBufferProxyImpl
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.h127 virtual uint32 InsertSyncPoint() OVERRIDE;
/external/chromium_org/media/base/
H A Dvideo_frame.h301 virtual uint32 InsertSyncPoint() = 0;
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.cc65 virtual uint32 InsertSyncPoint() OVERRIDE {
66 return gl_helper_->InsertSyncPoint();
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater.cc30 virtual uint32 InsertSyncPoint() OVERRIDE {

Completed in 2837 milliseconds

12