Home | History | Annotate | Download | only in config

Lines Matching refs:surface

24   scoped_refptr<gfx::GLSurface> surface(
26 if (!surface.get()) {
31 return surface;
34 scoped_refptr<gfx::GLContext> InitializeGLContext(gfx::GLSurface* surface) {
38 surface,
45 if (!context->MakeCurrent(surface)) {
87 scoped_refptr<gfx::GLSurface> surface(InitializeGLSurface());
88 if (!surface.get()) {
89 LOG(ERROR) << "Could not create surface for info collection.";
93 scoped_refptr<gfx::GLContext> context(InitializeGLContext(surface.get()));
123 context->ReleaseCurrent(surface.get());