Searched refs:NativeViewGLSurfaceGLX (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_surface_glx.cc417 NativeViewGLSurfaceGLX::NativeViewGLSurfaceGLX(gfx::AcceleratedWidget window) function in class:gfx::NativeViewGLSurfaceGLX
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
[all...]
H A Dgl_surface_glx.h52 class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX, class in namespace:gfx
55 explicit NativeViewGLSurfaceGLX(gfx::AcceleratedWidget window);
71 virtual ~NativeViewGLSurfaceGLX();
92 DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceGLX);
H A Dgl_surface_x11.cc287 scoped_refptr<GLSurface> surface(new NativeViewGLSurfaceGLX(window));

Completed in 101 milliseconds