HomeSort by relevance Sort by last modified time
    Searched refs:CreateGLContext (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ui/gl/
gl_context_ozone.cc 20 scoped_refptr<GLContext> GLContext::CreateGLContext(
gl_context_win.cc 23 scoped_refptr<GLContext> GLContext::CreateGLContext(
27 TRACE_EVENT0("gpu", "GLContext::CreateGLContext");
gl_context_x11.cc 25 scoped_refptr<GLContext> GLContext::CreateGLContext(
29 TRACE_EVENT0("gpu", "GLContext::CreateGLContext");
gl_context.h 110 static scoped_refptr<GLContext> CreateGLContext(
gl_context_android.cc 74 scoped_refptr<GLContext> GLContext::CreateGLContext(
gl_surface_egl.cc 202 scoped_refptr<GLContext> context = GLContext::CreateGLContext(
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 37 gfx::GLContext::CreateGLContext(NULL,
41 LOG(ERROR) << "gfx::GLContext::CreateGLContext failed";
  /external/chromium_org/ui/ozone/demo/
ozone_demo.cc 94 context_ = gfx::GLContext::CreateGLContext(
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 206 context_ = gfx::GLContext::CreateGLContext(share_group_.get(),
264 gfx::GLContext::CreateGLContext(base_share_group_->get(),
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 93 context_ = gfx::GLContext::CreateGLContext(
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 52 gl_context_ = gfx::GLContext::CreateGLContext(
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 141 gl_context_ = gfx::GLContext::CreateGLContext(NULL,
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 25 context(gfx::GLContext::CreateGLContext(NULL,
  /external/chromium_org/content/gpu/
gpu_main.cc 450 scoped_refptr<gfx::GLContext> context(gfx::GLContext::CreateGLContext(
453 VLOG(1) << "gfx::GLContext::CreateGLContext failed";
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.cc 106 context_ = gfx::GLContext::CreateGLContext(parent_context->share_group(),
in_process_command_buffer.cc 381 context_ = gfx::GLContext::CreateGLContext(
394 context_ = gfx::GLContext::CreateGLContext(
async_pixel_transfer_manager_egl.cc 104 context_ = gfx::GLContext::CreateGLContext(
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 508 context = gfx::GLContext::CreateGLContext(
536 context = gfx::GLContext::CreateGLContext(
    [all...]
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 177 gl_context_ = gfx::GLContext::CreateGLContext(

Completed in 333 milliseconds