Searched defs:SetSurfaceVisible (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_context_support.cc37 void TestContextSupport::SetSurfaceVisible(bool visible) { function in class:cc::TestContextSupport
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc313 void Display::SetSurfaceVisible(bool visible) { function in class:egl::Display
/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc192 void PpapiCommandBufferProxy::SetSurfaceVisible(bool visible) { function in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc448 void CommandBufferProxyImpl::SetSurfaceVisible(bool visible) { function in class:content::CommandBufferProxyImpl
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc382 void GLManager::SetSurfaceVisible(bool visible) { function in class:gpu::GLManager
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc239 void CommandBufferClientImpl::SetSurfaceVisible(bool visible) { function in class:mojo::gles2::CommandBufferClientImpl
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc783 void InProcessCommandBuffer::SetSurfaceVisible(bool visible) {} function in class:gpu::InProcessCommandBuffer
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc389 void GLES2Implementation::SetSurfaceVisible(bool visible) { function in class:gpu::gles2::GLES2Implementation
391 "gpu", "GLES2Implementation::SetSurfaceVisible", "visible", visible);
394 gpu_control_->SetSurfaceVisible(visible);

Completed in 159 milliseconds