Subversion Repositories Kolibri OS

Rev

Rev 4502 | Rev 4523 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4502 Rev 4517
Line 21... Line 21...
21
    EGLContext context;
21
    EGLContext context;
22
    EGLint dx, dy;
22
    EGLint dx, dy;
23
    EGLint width, height;
23
    EGLint width, height;
24
    EGLint scr_width, scr_height;
24
    EGLint scr_width, scr_height;
25
    GLuint framebuffer;
25
    GLuint framebuffer;
26
    EGLImageKHR front, back, screen;
26
    EGLImageKHR screen, front, back, mask;
27
    GLuint tx_buffers[2];
27
    GLuint tx_buffers[2];
28
    GLuint tx_screen;
28
    GLuint tx_screen;
-
 
29
    GLuint tx_mask;
-
 
30
    void *mask_buffer;
29
    int back_buffer;
31
    int back_buffer;
30
    GLuint blit_prog;
32
    GLuint blit_prog;
31
    GLint sampler;
33
    GLint sampler;
32
    float vertices[8], texcoords[8];
34
    float vertices[8], texcoords[8];
33
};
35
};