Home | History | Annotate | Download | only in libEGL

Lines Matching full:surface

7 // Surface.h: Defines the egl::Surface class, representing a drawing surface
25 class Surface
28 Surface(Display *display, const egl::Config *config, HWND window);
30 ~Surface();
48 DISALLOW_COPY_AND_ASSIGN(Surface);
70 const HWND mWindow; // Window that the surface is created for.
72 const egl::Config *mConfig; // EGL config surface was created with
73 EGLint mHeight; // Height of surface
74 EGLint mWidth; // Width of surface