Home | History | Annotate | Download | only in gl

Lines Matching refs:surface_

255 GLSurfaceAdapter::GLSurfaceAdapter(GLSurface* surface) : surface_(surface) {}
258 return surface_->Initialize();
262 surface_->Destroy();
266 return surface_->Resize(size);
270 return surface_->Recreate();
274 return surface_->DeferDraws();
278 return surface_->IsOffscreen();
282 return surface_->SwapBuffers();
286 return surface_->PostSubBuffer(x, y, width, height);
290 return surface_->SupportsPostSubBuffer();
294 return surface_->GetSize();
298 return surface_->GetHandle();
302 return surface_->GetBackingFrameBufferObject();
306 return surface_->OnMakeCurrent(context);
310 return surface_->SetBackbufferAllocation(allocated);
314 surface_->SetFrontbufferAllocation(allocated);
318 return surface_->GetShareHandle();
322 return surface_->GetDisplay();
326 return surface_->GetConfig();
330 return surface_->GetFormat();
334 return surface_->GetVSyncProvider();