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 393 NativeViewGLSurfaceGLX::NativeViewGLSurfaceGLX(gfx::AcceleratedWidget window)
399 gfx::AcceleratedWidget NativeViewGLSurfaceGLX::GetDrawableHandle() const {
403 bool NativeViewGLSurfaceGLX::Initialize() {
448 void NativeViewGLSurfaceGLX::Destroy() {
459 bool NativeViewGLSurfaceGLX::CanDispatchEvent(const ui::PlatformEvent& event) {
463 uint32_t NativeViewGLSurfaceGLX::DispatchEvent(const ui::PlatformEvent& event) {
472 bool NativeViewGLSurfaceGLX::Resize(const gfx::Size& size) {
480 bool NativeViewGLSurfaceGLX::IsOffscreen() {
484 bool NativeViewGLSurfaceGLX::SwapBuffers()
    [all...]
gl_surface_x11.cc 288 scoped_refptr<GLSurface> surface(new NativeViewGLSurfaceGLX(window));

Completed in 1040 milliseconds