AwGLSurface 9 android_webview/browser/aw_gl_surface.cc AwGLSurface::AwGLSurface() : fbo_(0) {} AwGLSurface 11 android_webview/browser/aw_gl_surface.cc AwGLSurface::~AwGLSurface() {} AwGLSurface 13 android_webview/browser/aw_gl_surface.cc void AwGLSurface::Destroy() { AwGLSurface 16 android_webview/browser/aw_gl_surface.cc bool AwGLSurface::IsOffscreen() { AwGLSurface 20 android_webview/browser/aw_gl_surface.cc unsigned int AwGLSurface::GetBackingFrameBufferObject() { AwGLSurface 24 android_webview/browser/aw_gl_surface.cc bool AwGLSurface::SwapBuffers() { AwGLSurface 28 android_webview/browser/aw_gl_surface.cc gfx::Size AwGLSurface::GetSize() { AwGLSurface 32 android_webview/browser/aw_gl_surface.cc void* AwGLSurface::GetHandle() { AwGLSurface 36 android_webview/browser/aw_gl_surface.cc void* AwGLSurface::GetDisplay() { AwGLSurface 40 android_webview/browser/aw_gl_surface.cc void AwGLSurface::SetBackingFrameBufferObject(unsigned int fbo) { AwGLSurface 44 android_webview/browser/aw_gl_surface.cc void AwGLSurface::ResetBackingFrameBufferObject() { AwGLSurface 15 android_webview/browser/aw_gl_surface.h class GL_EXPORT AwGLSurface : public gfx::GLSurface { AwGLSurface 17 android_webview/browser/aw_gl_surface.h AwGLSurface(); AwGLSurface 32 android_webview/browser/aw_gl_surface.h virtual ~AwGLSurface(); AwGLSurface 37 android_webview/browser/aw_gl_surface.h DISALLOW_COPY_AND_ASSIGN(AwGLSurface); AwGLSurface 52 android_webview/browser/hardware_renderer.cc gl_surface_ = new AwGLSurface; AwGLSurface 19 android_webview/browser/hardware_renderer.h class AwGLSurface; AwGLSurface 46 android_webview/browser/hardware_renderer.h scoped_refptr<AwGLSurface> gl_surface_;