HomeSort by relevance Sort by last modified time
    Searched defs:NativeViewGLSurfaceWGL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_surface_wgl.h 30 class NativeViewGLSurfaceWGL : public GLSurfaceWGL {
32 explicit NativeViewGLSurfaceWGL(gfx::AcceleratedWidget window);
33 virtual ~NativeViewGLSurfaceWGL();
48 DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceWGL);
gl_surface_wgl.cc 195 NativeViewGLSurfaceWGL::NativeViewGLSurfaceWGL(gfx::AcceleratedWidget window)
202 NativeViewGLSurfaceWGL::~NativeViewGLSurfaceWGL() {
206 bool NativeViewGLSurfaceWGL::Initialize() {
254 void NativeViewGLSurfaceWGL::Destroy() {
265 bool NativeViewGLSurfaceWGL::IsOffscreen() {
269 bool NativeViewGLSurfaceWGL::SwapBuffers() {
287 gfx::Size NativeViewGLSurfaceWGL::GetSize() {
294 void* NativeViewGLSurfaceWGL::GetHandle()
    [all...]

Completed in 32 milliseconds