MakeCurrent 25 android_webview/browser/scoped_app_gl_state_restore.cc void MakeCurrent() { context->MakeCurrent(surface.get()); } MakeCurrent 41 android_webview/browser/scoped_app_gl_state_restore.cc g_app_context_surface.Get().MakeCurrent(); MakeCurrent 189 content/common/gpu/gpu_command_buffer_stub.cc if (!MakeCurrent()) MakeCurrent 263 content/common/gpu/gpu_command_buffer_stub.cc if (decoder_.get() && !MakeCurrent()) MakeCurrent 346 content/common/gpu/gpu_command_buffer_stub.cc if (decoder_->MakeCurrent()) MakeCurrent 377 content/common/gpu/gpu_command_buffer_stub.cc have_context = decoder_->MakeCurrent(); MakeCurrent 485 content/common/gpu/gpu_command_buffer_stub.cc if (!context->MakeCurrent(surface_.get())) { MakeCurrent 782 content/common/gpu/gpu_command_buffer_stub.cc if (context_group_->mailbox_manager()->UsesSync() && MakeCurrent()) MakeCurrent 970 content/common/gpu/gpu_command_buffer_stub.cc if (surface_.get() && MakeCurrent()) MakeCurrent 151 content/common/gpu/gpu_command_buffer_stub.h bool MakeCurrent(); MakeCurrent 163 content/common/gpu/image_transport_surface.cc return decoder->MakeCurrent(); MakeCurrent 139 content/common/gpu/image_transport_surface.h bool MakeCurrent(); MakeCurrent 143 content/common/gpu/image_transport_surface_android.cc !GetHelper()->stub()->decoder()->MakeCurrent()) MakeCurrent 50 content/common/gpu/media/gpu_video_decode_accelerator.cc if (!stub->decoder()->MakeCurrent()) { MakeCurrent 33 content/common/gpu/media/gpu_video_encode_accelerator.cc if (!stub->decoder()->MakeCurrent()) { MakeCurrent 230 content/common/gpu/media/rendering_helper.cc MakeCurrent(i); MakeCurrent 367 content/common/gpu/media/rendering_helper.cc MakeCurrent(-1); MakeCurrent 389 content/common/gpu/media/rendering_helper.cc MakeCurrent(window_id); MakeCurrent 418 content/common/gpu/media/rendering_helper.cc MakeCurrent(window_id); MakeCurrent 95 content/common/gpu/media/rendering_helper.h void MakeCurrent(int window_id); MakeCurrent 149 content/common/gpu/texture_image_transport_surface.cc helper_->MakeCurrent()) { MakeCurrent 337 content/common/gpu/texture_image_transport_surface.cc if (helper_->MakeCurrent()) { MakeCurrent 386 content/gpu/gpu_main.cc if (context->MakeCurrent(surface.get())) { MakeCurrent 75 content/plugin/webplugin_accelerated_surface_proxy_mac.cc surface_->MakeCurrent(); MakeCurrent 106 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc bool is_current = context_->MakeCurrent(surface_.get()); MakeCurrent 115 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc context_->MakeCurrent(surface_.get()); MakeCurrent 37 gpu/command_buffer/service/gl_context_virtual.cc if (!shared_context_->MakeCurrent(compatible_surface)) { MakeCurrent 41 gpu/command_buffer/service/gl_context_virtual.h virtual bool MakeCurrent(gfx::GLSurface* surface) OVERRIDE; MakeCurrent 596 gpu/command_buffer/service/gles2_cmd_decoder.cc virtual bool MakeCurrent() OVERRIDE; MakeCurrent 2976 gpu/command_buffer/service/gles2_cmd_decoder.cc if (!context_->MakeCurrent(surface_.get()) || WasContextLost()) { MakeCurrent 124 gpu/command_buffer/service/gles2_cmd_decoder.h virtual bool MakeCurrent() = 0; MakeCurrent 14 gpu/command_buffer/service/gles2_cmd_decoder_mock.cc ON_CALL(*this, MakeCurrent()) MakeCurrent 47 gpu/command_buffer/service/gles2_cmd_decoder_mock.h MOCK_METHOD0(MakeCurrent, bool()); MakeCurrent 132 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc context_->MakeCurrent(surface_.get()); MakeCurrent 299 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc decoder_->MakeCurrent(); MakeCurrent 370 gpu/command_buffer/service/gpu_tracer.cc if (!decoder_->MakeCurrent()) { MakeCurrent 235 gpu/command_buffer/service/in_process_command_buffer.cc if (!context_lost_ && decoder_->MakeCurrent()) MakeCurrent 247 gpu/command_buffer/service/in_process_command_buffer.cc if (!MakeCurrent()) MakeCurrent 394 gpu/command_buffer/service/in_process_command_buffer.cc if (!context_->MakeCurrent(surface_.get())) { MakeCurrent 448 gpu/command_buffer/service/in_process_command_buffer.cc bool have_context = context_ && context_->MakeCurrent(surface_); MakeCurrent 638 gpu/command_buffer/service/in_process_command_buffer.cc if (mailbox_manager->UsesSync() && MakeCurrent()) MakeCurrent 172 gpu/command_buffer/service/in_process_command_buffer.h bool MakeCurrent(); MakeCurrent 195 gpu/command_buffer/service/mailbox_manager_unittest.cc context_->MakeCurrent(surface_); MakeCurrent 435 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc gl_.MakeCurrent(); MakeCurrent 456 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc gl2.MakeCurrent(); MakeCurrent 462 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc gl_.MakeCurrent(); MakeCurrent 490 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc gl2.MakeCurrent(); MakeCurrent 492 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc gl_.MakeCurrent(); MakeCurrent 78 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc gl_.MakeCurrent(); MakeCurrent 48 gpu/command_buffer/tests/gl_lose_context_chromium_unittest.cc gl1a_.MakeCurrent(); MakeCurrent 60 gpu/command_buffer/tests/gl_lose_context_chromium_unittest.cc gl1b_.MakeCurrent(); MakeCurrent 63 gpu/command_buffer/tests/gl_lose_context_chromium_unittest.cc gl2_.MakeCurrent(); MakeCurrent 164 gpu/command_buffer/tests/gl_manager.cc ASSERT_TRUE(context_->MakeCurrent(surface_.get())); MakeCurrent 209 gpu/command_buffer/tests/gl_manager.cc MakeCurrent(); MakeCurrent 240 gpu/command_buffer/tests/gl_manager.cc MakeCurrent(); MakeCurrent 249 gpu/command_buffer/tests/gl_manager.cc decoder_->MakeCurrent(); MakeCurrent 260 gpu/command_buffer/tests/gl_manager.cc decoder_->MakeCurrent(); MakeCurrent 71 gpu/command_buffer/tests/gl_manager.h void MakeCurrent(); MakeCurrent 37 gpu/command_buffer/tests/gl_shared_resources_unittest.cc gl1_.MakeCurrent(); MakeCurrent 40 gpu/command_buffer/tests/gl_shared_resources_unittest.cc gl2_.MakeCurrent(); MakeCurrent 43 gpu/command_buffer/tests/gl_shared_resources_unittest.cc gl1_.MakeCurrent(); MakeCurrent 46 gpu/command_buffer/tests/gl_shared_resources_unittest.cc gl2_.MakeCurrent(); MakeCurrent 73 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 98 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 109 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 145 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 166 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 187 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 200 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 212 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 217 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 243 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 247 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 250 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 257 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 263 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 268 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 273 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 276 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 279 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 282 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl2_.MakeCurrent(); MakeCurrent 285 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 294 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 306 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc other_gl[i].MakeCurrent(); MakeCurrent 314 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 322 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc other_gl[i].MakeCurrent(); MakeCurrent 329 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 334 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc other_gl[i].MakeCurrent(); MakeCurrent 338 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc gl1_.MakeCurrent(); MakeCurrent 22 gpu/command_buffer/tests/gl_texture_storage_unittest.cc gl_.MakeCurrent(); MakeCurrent 116 gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc gl_manager->MakeCurrent(); MakeCurrent 123 gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc gl_manager->MakeCurrent(); MakeCurrent 130 gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc gl_manager->MakeCurrent(); MakeCurrent 138 gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc gl_manager->MakeCurrent(); MakeCurrent 45 gpu/config/gpu_info_collector.cc if (!context->MakeCurrent(surface)) { MakeCurrent 146 gpu/gles2_conform_support/egl/display.cc gl_context_->MakeCurrent(gl_surface_.get()); MakeCurrent 73 gpu/gles2_conform_support/egl/display.h bool MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx); MakeCurrent 346 gpu/gles2_conform_support/egl/egl.cc if (!display->MakeCurrent(draw, read, ctx)) MakeCurrent 29 mojo/gles2/gles2_support_impl.h virtual void MakeCurrent(MojoGLES2Context context) OVERRIDE; MakeCurrent 45 mojo/public/gles2/gles2_private.cc g_gles2_support->MakeCurrent(context); MakeCurrent 35 mojo/public/gles2/gles2_private.h virtual void MakeCurrent(MojoGLES2Context context) = 0; MakeCurrent 79 mojo/services/gles2/command_buffer_impl.cc if (!context->MakeCurrent(surface.get())) MakeCurrent 202 ui/gl/gl_context.cc return virtual_gl_api_->MakeCurrent(virtual_context, surface); MakeCurrent 60 ui/gl/gl_context.h virtual bool MakeCurrent(GLSurface* surface) = 0; MakeCurrent 33 ui/gl/gl_context_android.cc virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 25 ui/gl/gl_context_cgl.h virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 30 ui/gl/gl_context_egl.h virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 30 ui/gl/gl_context_glx.h virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 28 ui/gl/gl_context_nsview.h virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 28 ui/gl/gl_context_osmesa.h virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 21 ui/gl/gl_context_stub.h virtual bool MakeCurrent(GLSurface* surface) OVERRIDE; MakeCurrent 27 ui/gl/gl_context_wgl.h virtual bool MakeCurrent(GLSurface* surface); MakeCurrent 430 ui/gl/gl_gl_api_implementation.cc if (!real_context_->MakeCurrent(surface)) { MakeCurrent 98 ui/gl/gl_gl_api_implementation.h bool MakeCurrent(GLContext* virtual_context, GLSurface* surface); MakeCurrent 268 ui/gl/gl_surface_egl.cc if (!context->MakeCurrent(surface.get())) MakeCurrent 22 ui/gl/scoped_make_current.cc succeeded_ = context->MakeCurrent(surface); MakeCurrent 28 ui/gl/scoped_make_current.cc previous_context_->MakeCurrent(previous_surface_.get()); MakeCurrent 169 ui/surface/accelerated_surface_mac.cc return gl_context_->MakeCurrent(gl_surface_.get()); MakeCurrent 70 ui/surface/accelerated_surface_mac.h bool MakeCurrent();