HomeSort by relevance Sort by last modified time
    Searched refs:CreateGLContext (Results 1 - 16 of 16) 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 84 static scoped_refptr<GLContext> CreateGLContext(
gl_context_android.cc 63 scoped_refptr<GLContext> GLContext::CreateGLContext(
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 167 context_ = gfx::GLContext::CreateGLContext(share_group_.get(),
223 gfx::GLContext::CreateGLContext(base_share_group_->get(),
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 37 gfx::GLContext::CreateGLContext(NULL,
41 LOG(ERROR) << "gfx::GLContext::CreateGLContext failed";
  /external/chromium_org/media/tools/shader_bench/
shader_bench.cc 134 gfx::GLContext* context = gfx::GLContext::CreateGLContext(
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 22 context(gfx::GLContext::CreateGLContext(NULL,
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 139 gl_context_ = gfx::GLContext::CreateGLContext(NULL,
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 51 gl_context_ = gfx::GLContext::CreateGLContext(
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 426 context_ = gfx::GLContext::CreateGLContext(
439 context_ = gfx::GLContext::CreateGLContext(
async_pixel_transfer_manager_share_group.cc 114 context_ = gfx::GLContext::CreateGLContext(parent_context->share_group(),
async_pixel_transfer_manager_egl.cc 107 context_ = gfx::GLContext::CreateGLContext(
  /external/chromium_org/content/gpu/
gpu_main.cc 322 scoped_refptr<gfx::GLContext> context(gfx::GLContext::CreateGLContext(
325 VLOG(1) << "gfx::GLContext::CreateGLContext failed";
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 446 context = gfx::GLContext::CreateGLContext(
469 context = gfx::GLContext::CreateGLContext(
    [all...]

Completed in 655 milliseconds