Searched refs:Flush (Results 476 - 500 of 677) sorted by relevance

<<11121314151617181920>>

/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp89 GET_PROC(Flush);
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller_unittest.cc406 controller_->Flush(time_);
519 controller_->Flush(time_);
528 controller_->Flush(time_);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc515 return Flush(NULL);
518 int32_t result = Flush(&old_image_data);
585 int32_t PepperGraphics2DHost::Flush(PP_Resource* old_image_data) { function in class:content::PepperGraphics2DHost
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc369 // Flush previously entered commands to ensure ordering with any
383 Flush();
883 void GLES2Implementation::Flush() { function in class:gpu::gles2::GLES2Implementation
887 helper_->Flush();
888 // Flush our command buffer
890 helper_->CommandBufferHelper::Flush();
896 // Flush our command buffer
898 helper_->CommandBufferHelper::Flush();
910 // Flush our command buffer (tell the service to execute up to the flush cmd
938 helper_->CommandBufferHelper::Flush();
[all...]
H A Dgles2_implementation_impl_autogen.h497 helper_->CommandBufferHelper::Flush();
526 helper_->CommandBufferHelper::Flush();
548 helper_->CommandBufferHelper::Flush();
569 helper_->CommandBufferHelper::Flush();
1849 helper_->CommandBufferHelper::Flush();
1892 helper_->CommandBufferHelper::Flush();
/external/chromium_org/media/base/
H A Dpipeline.cc489 // Flush.
492 &AudioRenderer::Flush, base::Unretained(audio_renderer_.get())));
503 &VideoRenderer::Flush, base::Unretained(video_renderer_.get())));
514 &TextRenderer::Flush, base::Unretained(text_renderer_.get())));
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc292 void VCMJitterBuffer::Flush() { function in class:webrtc::VCMJitterBuffer
564 Flush();
628 // Flush if this happens consistently.
633 Flush();
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc863 Flush();
988 Flush();
992 // Flush rewritten shared object file data.
993 void ElfFile::Flush() { function in class:relocation_packer::ElfFile
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl.cc945 if (!(ret = Flush(index, 0)))
1345 if (!Flush(index, 0))
1414 if (!Flush(index, 0))
1426 if (!Flush(index, offset + buf_len))
1441 bool EntryImpl::Flush(int index, int min_len) { function in class:disk_cache::EntryImpl
1445 DVLOG(3) << "Flush";
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2094 out_file.Flush ();
2106 out_file.Flush ();
2133 out_file.Flush ();
2569 result.GetImmediateOutputStream()->Flush();
2572 result.GetImmediateErrorStream()->Flush();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp571 void RJpegBitStream::Flush() function in class:RJpegBitStream
1139 m_strm.Flush();
1354 Flush();
1361 void WJpegBitStream::Flush() function in class:WJpegBitStream
1853 // Flush
1854 m_strm.Flush();
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py280 def Flush(self, ui, repo): member in class:CL
383 self.Flush(ui, repo)
400 self.Flush(ui, repo)
1368 d.Flush(ui, repo)
1612 cl.Flush(ui, repo)
1617 cl.Flush(ui, repo)
1736 cl.Flush(ui, repo)
1762 d.Flush(ui, repo)
1825 cl.Flush(ui, repo)
1932 cl.Flush(u
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py280 def Flush(self, ui, repo): member in class:CL
383 self.Flush(ui, repo)
400 self.Flush(ui, repo)
1368 d.Flush(ui, repo)
1612 cl.Flush(ui, repo)
1617 cl.Flush(ui, repo)
1736 cl.Flush(ui, repo)
1762 d.Flush(ui, repo)
1825 cl.Flush(ui, repo)
1932 cl.Flush(u
[all...]
/external/stressapptest/src/
H A Dworker.cc586 os_->Flush(error->vaddr);
632 os_->Flush(error->vaddr);
644 os_->Flush(error->vaddr);
697 os_->Flush(error->vaddr);
954 os_->Flush(error->vaddr);
1000 os_->Flush(error->vaddr);
3280 os_->Flush(error->vaddr);
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_h264_decoder.cc1069 bool VaapiH264Decoder::Flush() { function in class:content::VaapiH264Decoder
1089 if (!Flush())
1652 if (!Flush())
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream.cc489 bool FileStream::Flush() { function in class:talk_base::FileStream
690 bool AsyncWriteStream::Flush() { function in class:talk_base::AsyncWriteStream
698 return stream_->Flush();
/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc472 bool FileStream::Flush() { function in class:rtc::FileStream
673 bool AsyncWriteStream::Flush() { function in class:rtc::AsyncWriteStream
681 return stream_->Flush();
/external/chromium_org/v8/src/
H A Dutils.h1174 void Flush(FILE* out);
1176 inline void Flush() {
1177 Flush(stdout);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp726 s->Flush ();
964 s->Flush ();
1345 s->Flush ();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs332 @out.Flush();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs414 @out.Flush();
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h487 // Flush all collected events to the given output callback. The callback will
498 void Flush(const OutputCallback& cb);
730 // Set when asynchronous Flush is in progress.
/external/chromium_org/base/files/
H A Dfile_posix.cc414 bool File::Flush() { function in class:base::File
H A Dfile_proxy_unittest.cc277 // Flush the written data. (So that the following read should always
279 proxy.Flush(Bind(&FileProxyTest::DidFinish, weak_factory_.GetWeakPtr()));
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc151 void TestGLES2Interface::Flush() { test_context_->flush(); } function in class:cc::TestGLES2Interface

Completed in 2988 milliseconds

<<11121314151617181920>>