From 31ff5ce755d00cf12ea2ffc96c33ed9acd36358f Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Wed, 21 Nov 2018 16:32:29 +0800 Subject: update doc add new sequence and update doxygen files. Change-Id: I6737939eb2628577d58b2d1d65086e46e7cb14a4 Signed-off-by: wang_zhiqiang --- doc/api-ref/html/d6/de3/structwindow.html | 381 ++++++++++++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 doc/api-ref/html/d6/de3/structwindow.html (limited to 'doc/api-ref/html/d6/de3') diff --git a/doc/api-ref/html/d6/de3/structwindow.html b/doc/api-ref/html/d6/de3/structwindow.html new file mode 100644 index 0000000..76f755f --- /dev/null +++ b/doc/api-ref/html/d6/de3/structwindow.html @@ -0,0 +1,381 @@ + + + + + + +HomeScreenBinding: window Struct Reference + + + + + + + + + + +
+
+ + + + + + +
+
HomeScreenBinding +
+
+
+ + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
window Struct Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

struct displaydisplay
 
struct geometry geometry window_size
 
struct {
   GLuint   rotation_uniform
 
   GLuint   pos
 
   GLuint   col
 
gl
 
uint32_t benchmark_time
 
uint32_t frames
 
struct wl_egl_window * native
 
struct wl_surface * surface
 
struct ivi_surface * ivi_surface
 
EGLSurface egl_surface
 
struct wl_callback * callback
 
int fullscreen
 
int opaque
 
int buffer_size
 
int frame_sync
 
+

Detailed Description

+
+

Definition at line 136 of file simple-egl.cpp.

+

Member Data Documentation

+ +
+
+ + + + +
uint32_t window::benchmark_time
+
+ +

Definition at line 145 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
int window::buffer_size
+
+ +

Definition at line 151 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct wl_callback* window::callback
+
+ +

Definition at line 150 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
GLuint window::col
+
+ +

Definition at line 142 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct display* window::display
+
+ +

Definition at line 137 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
EGLSurface window::egl_surface
+
+ +

Definition at line 149 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
int window::frame_sync
+
+ +

Definition at line 151 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
uint32_t window::frames
+
+ +

Definition at line 145 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
int window::fullscreen
+
+ +

Definition at line 151 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct { ... } window::gl
+
+ +
+
+ +
+
+ + + + +
struct ivi_surface* window::ivi_surface
+
+ +

Definition at line 148 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct wl_egl_window* window::native
+
+ +

Definition at line 146 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
int window::opaque
+
+ +

Definition at line 151 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
GLuint window::pos
+
+ +

Definition at line 141 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
GLuint window::rotation_uniform
+
+ +

Definition at line 140 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct wl_surface* window::surface
+
+ +

Definition at line 147 of file simple-egl.cpp.

+ +
+
+ +
+
+ + + + +
struct geometry geometry window::window_size
+
+ +

Definition at line 138 of file simple-egl.cpp.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + -- cgit 1.2.3-korg