Home
last modified time | relevance | path

Searched refs:SetAutomaticFlushes (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dcmd_buffer_helper_test.cc276 helper_->SetAutomaticFlushes(false); in TEST_F()
285 helper_->SetAutomaticFlushes(false); in TEST_F()
294 helper_->SetAutomaticFlushes(false); in TEST_F()
318 helper_->SetAutomaticFlushes(false); in TEST_F()
345 helper_->SetAutomaticFlushes(false); in TEST_F()
381 helper_->SetAutomaticFlushes(false); in TEST_F()
386 helper_->SetAutomaticFlushes(true); in TEST_F()
414 helper_->SetAutomaticFlushes(true); in TEST_F()
681 helper_->SetAutomaticFlushes(false); in TEST_F()
Dcmd_buffer_helper.cc35 void CommandBufferHelper::SetAutomaticFlushes(bool enabled) { in SetAutomaticFlushes() function in gpu::CommandBufferHelper
Dcmd_buffer_helper.h59 void SetAutomaticFlushes(bool enabled);
/external/chromium_org/mojo/gles2/
Dgles2_context.cc39 gles2_helper_->SetAutomaticFlushes(false); in Initialize()
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc235 gles2_helper_->SetAutomaticFlushes(false); in CreateContext()