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

  /external/chromium_org/android_webview/browser/
aw_gl_surface.cc 9 AwGLSurface::AwGLSurface() : fbo_(0) {}
11 AwGLSurface::~AwGLSurface() {}
13 void AwGLSurface::Destroy() {
16 bool AwGLSurface::IsOffscreen() {
20 unsigned int AwGLSurface::GetBackingFrameBufferObject() {
24 bool AwGLSurface::SwapBuffers() {
28 gfx::Size AwGLSurface::GetSize() {
32 void* AwGLSurface::GetHandle()
    [all...]
aw_gl_surface.h 15 class GL_EXPORT AwGLSurface : public gfx::GLSurface {
17 AwGLSurface();
32 virtual ~AwGLSurface();
37 DISALLOW_COPY_AND_ASSIGN(AwGLSurface);
in_process_view_renderer.h 27 class AwGLSurface;
160 scoped_refptr<AwGLSurface> gl_surface_;
in_process_view_renderer.cc 463 gl_surface_ = new AwGLSurface;
    [all...]

Completed in 163 milliseconds