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

  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 129 gl_surface_ = gfx::GLSurface::CreateOffscreenGLSurface(size);
134 gl_surface_ = gfx::GLSurface::CreateViewGLSurface(win);
136 if (!gl_surface_.get())
140 gl_surface_.get(),
145 gl_context_->MakeCurrent(gl_surface_.get());
163 if (!decoder_->Initialize(gl_surface_.get(),
165 gl_surface_->IsOffscreen(),
203 gl_surface_ = NULL;
display.h 87 scoped_refptr<gfx::GLSurface> gl_surface_; member in class:egl::Display
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 42 gl_surface_ = gfx::GLSurface::CreateOffscreenGLSurface(gfx::Size(1, 1));
43 if (!gl_surface_.get()) {
53 gl_surface_.get(),
72 gl_surface_ = NULL;
170 return gl_context_->MakeCurrent(gl_surface_.get());
174 DCHECK(gl_context_->IsCurrent(gl_surface_.get()));
200 ui::ScopedMakeCurrent make_current(gl_context_.get(), gl_surface_.get());
accelerated_surface_mac.h 119 scoped_refptr<gfx::GLSurface> gl_surface_; member in class:AcceleratedSurface
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.cc 19 gl_surface_ = new gfx::GLSurfaceStub;
21 gl_context_->MakeCurrent(gl_surface_.get());
test_web_graphics_context_3d.h 442 scoped_refptr<gfx::GLSurface> gl_surface_; member in class:ui::TestWebGraphicsContext3D
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.cc 402 DCHECK(!gl_surface_);
403 gl_surface_ = new AwGLSurface;
404 hardware_failed_ = !compositor_->InitializeHwDraw(gl_surface_);
408 gl_surface_ = NULL;
490 DCHECK(gl_surface_);
491 gl_surface_->SetBackingFrameBufferObject(
523 gl_surface_->ResetBackingFrameBufferObject();
711 gl_surface_ = NULL;
    [all...]
in_process_view_renderer.h 160 scoped_refptr<AwGLSurface> gl_surface_; member in class:android_webview::InProcessViewRenderer

Completed in 232 milliseconds