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

  /external/chromium_org/ui/gl/
gl_surface_glx.h 52 class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX,
55 explicit NativeViewGLSurfaceGLX(gfx::AcceleratedWidget window);
71 virtual ~NativeViewGLSurfaceGLX();
92 DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceGLX);
gl_surface_glx.cc 417 NativeViewGLSurfaceGLX::NativeViewGLSurfaceGLX(gfx::AcceleratedWidget window)
423 gfx::AcceleratedWidget NativeViewGLSurfaceGLX::GetDrawableHandle() const {
427 bool NativeViewGLSurfaceGLX::Initialize() {
472 void NativeViewGLSurfaceGLX::Destroy() {
483 bool NativeViewGLSurfaceGLX::CanDispatchEvent(const ui::PlatformEvent& event) {
487 uint32_t NativeViewGLSurfaceGLX::DispatchEvent(const ui::PlatformEvent& event) {
496 bool NativeViewGLSurfaceGLX::Resize(const gfx::Size& size) {
504 bool NativeViewGLSurfaceGLX::IsOffscreen() {
508 bool NativeViewGLSurfaceGLX::SwapBuffers()
    [all...]
gl_surface_x11.cc 287 scoped_refptr<GLSurface> surface(new NativeViewGLSurfaceGLX(window));

Completed in 59 milliseconds