Lines Matching refs:function
10 This function queries the host renderer version number.
13 This function queries the host renderer for the EGL version
17 This function queries the host for EGL string (.i.e EGL_EXTENSIONS).
25 The function returns the number of supported configs and returns in
29 This function queries the host for the all set of supported configs
35 of required bytes is returned otherwise the function returns the number
43 This function triggers an eglChooseConfig on the host, to get a list of
56 This function creates a rendering context on the host and returns its
63 This function destroys a rendering context on the host.
67 This function creates a 'window' surface on the host which can be then
69 The function returns a handle to the created window surface.
72 This function destoys a window surface.
75 This function creates a colorBuffer object on the host which can be then
79 The function returns a handle to the colorBuffer object, with an initial
103 This function causes the content of the colorBuffer object to be
104 displayed on the host framebuffer window. The function returns
111 This function instruct the host to bind the content of the specified
113 This function should be used to implement eglBindTexImage.
116 This function returns only after all rendering requests for the specified
120 if 'forRead' is not-zero, the function returns positive value in case
122 with non-zero 'forRead' value, otherwise the function returns zero or
128 This function queries the host for the pixel content of a colorBuffer's