Home
last modified time | relevance | path

Searched refs:EGLSurface (Results 1 - 25 of 152) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.h50 EGLSurface getCurrentSurface(EGLint readdraw) const;
54 EGLSurface createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const;
55 EGLSurface createWindowSurface(EGLConfig config,
59 EGLBoolean destroySurface(EGLSurface surface) const;
60 EGLBoolean makeCurrent(EGLSurface surface, EGLContext context) const;
62 EGLBoolean querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const;
63 EGLBoolean swapBuffers(EGLSurface surface) const;
65 EGLBoolean bindTexImage(EGLSurface surface, EGLint buffer) const;
66 EGLBoolean releaseTexImage(EGLSurface surface, EGLint buffer) const;
67 EGLBoolean surfaceAttrib(EGLSurface surfac
[all...]
H A Dfunctionsegl_typedefs.h23 EGLSurface surface,
29 typedef EGLSurface (*PFNEGLCREATEPBUFFERSURFACEPROC)(EGLDisplay dpy,
32 typedef EGLSurface (*PFNEGLCREATEPIXMAPSURFACEPROC)(EGLDisplay dpy,
36 typedef EGLSurface (*PFNEGLCREATEWINDOWSURFACEPROC)(EGLDisplay dpy,
41 typedef EGLBoolean (*PFNEGLDESTROYSURFACEPROC)(EGLDisplay dpy, EGLSurface surface);
51 typedef EGLSurface (*PFNEGLGETCURRENTSURFACEPROC)(EGLint readdraw);
57 EGLSurface draw,
58 EGLSurface read,
66 EGLSurface surface,
69 typedef EGLBoolean (*PFNEGLSWAPBUFFERSPROC)(EGLDisplay dpy, EGLSurface surfac
[all...]
H A DFunctionsEGL.cpp356 EGLSurface FunctionsEGL::getCurrentSurface(EGLint readdraw) const in getCurrentSurface()
368 EGLSurface FunctionsEGL::createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const in createPbufferSurface()
373 EGLSurface FunctionsEGL::createWindowSurface(EGLConfig config, in createWindowSurface()
385 EGLBoolean FunctionsEGL::destroySurface(EGLSurface surface) const in destroySurface()
390 EGLBoolean FunctionsEGL::makeCurrent(EGLSurface surface, EGLContext context) const in makeCurrent()
400 EGLBoolean FunctionsEGL::querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const in querySurface()
405 EGLBoolean FunctionsEGL::swapBuffers(EGLSurface surface) const in swapBuffers()
410 EGLBoolean FunctionsEGL::bindTexImage(EGLSurface surface, EGLint buffer) const in bindTexImage()
415 EGLBoolean FunctionsEGL::releaseTexImage(EGLSurface surface, EGLint buffer) const in releaseTexImage()
420 EGLBoolean FunctionsEGL::surfaceAttrib(EGLSurface surfac
[all...]
/third_party/EGL/api/1.2/EGL/
H A Degl.h20 typedef void *EGLSurface; typedef
43 #define EGL_NO_SURFACE ((EGLSurface)0)
211 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
214 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
216 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
219 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
220 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
230 EGLSurface eglCreatePbufferFromClientBuffer(
234 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
236 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/EGL/api/1.2/
H A Degl.h16 typedef void *EGLSurface; typedef
39 #define EGL_NO_SURFACE ((EGLSurface)0)
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
226 EGLSurface eglCreatePbufferFromClientBuffer(
230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_autogen.h26 EGLSurface surface,
32 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_CreatePbufferSurface(EGLDisplay dpy,
35 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_CreatePixmapSurface(EGLDisplay dpy,
39 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_CreateWindowSurface(EGLDisplay dpy,
44 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface);
54 ANGLE_EXPORT EGLSurface EGLAPIENTRY EGL_GetCurrentSurface(EGLint readdraw);
61 EGLSurface draw,
62 EGLSurface read,
70 EGLSurface surface,
73 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_SwapBuffers(EGLDisplay dpy, EGLSurface surfac
[all...]
H A Dentry_points_egl_ext_autogen.h31 EGLSurface surface,
34 EGLSurface surface,
39 EGLSurface surface,
42 EGLSurface surface,
45 EGLSurface surface,
60 EGLSurface surface,
101 EGLSurface surface,
118 EGLSurface surface,
123 EGLSurface surface,
135 EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h16 typedef void *EGLSurface; typedef
39 #define EGL_NO_SURFACE ((EGLSurface)0)
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
226 EGLSurface eglCreatePbufferFromClientBuffer(
230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h16 typedef void *EGLSurface; typedef
39 #define EGL_NO_SURFACE ((EGLSurface)0)
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
226 EGLSurface eglCreatePbufferFromClientBuffer(
230 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
232 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/EGL/api/EGL/
H A Degl.h44 typedef void *EGLSurface; typedef
85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface);
117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface rea
[all...]
/third_party/mesa3d/include/EGL/
H A Degl.h44 typedef void *EGLSurface; typedef
85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface);
117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface rea
[all...]
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h44 typedef void *EGLSurface; typedef
85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface);
117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface rea
[all...]
/third_party/EGL/api/1.1/EGL/
H A Degl.h42 typedef void *EGLSurface;
51 #define EGL_NO_SURFACE ((EGLSurface)0)
195 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
196 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
197 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
198 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
199 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
202 GLAPI EGLBoolean APIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
203 GLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
204 GLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h72 typedef void *EGLSurface;
81 #define EGL_NO_SURFACE ((EGLSurface)0)
225 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
226 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
227 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
228 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
229 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
232 GLAPI EGLBoolean APIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
233 GLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
234 GLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp36 EGLSurface (EGLAPIENTRY* eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list);
37 EGLSurface (EGLAPIENTRY* eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
38 EGLSurface (EGLAPIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
39 EGLBoolean (EGLAPIENTRY* eglDestroySurface)(EGLDisplay dpy, EGLSurface surface);
40 EGLBoolean (EGLAPIENTRY* eglQuerySurface)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
45 EGLSurface (EGLAPIENTRY* eglCreatePbufferFromClientBuffer)(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
46 EGLBoolean (EGLAPIENTRY* eglSurfaceAttrib)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
47 EGLBoolean (EGLAPIENTRY* eglBindTexImage)(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
48 EGLBoolean (EGLAPIENTRY* eglReleaseTexImage)(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
52 EGLBoolean (EGLAPIENTRY* eglMakeCurrent)(EGLDisplay dpy, EGLSurface dra
[all...]
H A Dmain.cpp355 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list);
356 EGLSurface EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
357 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
358 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface);
359 EGLBoolean EGLAPIENTRY QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
364 EGLSurface EGLAPIENTRY CreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
365 EGLBoolean EGLAPIENTRY SurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
366 EGLBoolean EGLAPIENTRY BindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
367 EGLBoolean EGLAPIENTRY ReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
371 EGLBoolean EGLAPIENTRY MakeCurrent(EGLDisplay dpy, EGLSurface dra
[all...]
/third_party/EGL/api/1.0/EGL/
H A Degl.h37 typedef void *EGLSurface; typedef
60 #define EGL_NO_SURFACE ((EGLSurface)0)
233 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
236 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
238 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
241 EGLAPI EGLBoolean APIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
242 EGLAPI EGLBoolean APIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
252 EGLAPI EGLSurface APIENTRY eglCreatePbufferFromClientBuffer(
256 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
258 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/EGL/api/1.0/
H A Degl.h34 typedef void *EGLSurface; typedef
57 #define EGL_NO_SURFACE ((EGLSurface)0)
230 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
235 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
238 EGLAPI EGLBoolean APIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
239 EGLAPI EGLBoolean APIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
249 EGLAPI EGLSurface APIENTRY eglCreatePbufferFromClientBuffer(
253 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h34 typedef void *EGLSurface; typedef
57 #define EGL_NO_SURFACE ((EGLSurface)0)
230 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
235 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
238 EGLAPI EGLBoolean APIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
239 EGLAPI EGLBoolean APIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
249 EGLAPI EGLSurface APIENTRY eglCreatePbufferFromClientBuffer(
253 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h34 typedef void *EGLSurface; typedef
57 #define EGL_NO_SURFACE ((EGLSurface)0)
230 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
235 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
238 EGLAPI EGLBoolean APIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
239 EGLAPI EGLBoolean APIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
249 EGLAPI EGLSurface APIENTRY eglCreatePbufferFromClientBuffer(
253 EGLAPI EGLBoolean APIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp55 eglw::EGLBoolean bindTexImage(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer) const;
59 eglw::EGLBoolean copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const;
63 eglw::EGLSurface createPbufferFromClientBuffer(eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const;
64 eglw::EGLSurface createPbufferSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const;
65 eglw::EGLSurface createPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const;
66 eglw::EGLSurface createPlatformPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list) const;
67 eglw::EGLSurface createPlatformPixmapSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list) const;
68 eglw::EGLSurface createPlatformWindowSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list) const;
69 eglw::EGLSurface createPlatformWindowSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLint *attrib_list) const;
72 eglw::EGLSurface createWindowSurfac
[all...]
H A DtcuOhosNativeDisplay.cpp78 eglw::EGLBoolean OhosLibrary::bindTexImage(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer) const in bindTexImage()
98 eglw::EGLBoolean OhosLibrary::copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers()
118 eglw::EGLSurface OhosLibrary::createPbufferFromClientBuffer(eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const in createPbufferFromClientBuffer()
123 eglw::EGLSurface OhosLibrary::createPbufferSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const in createPbufferSurface()
128 eglw::EGLSurface OhosLibrary::createPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const in createPixmapSurface()
133 eglw::EGLSurface OhosLibrary::createPlatformPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list) const in createPlatformPixmapSurface()
138 eglw::EGLSurface OhosLibrary::createPlatformPixmapSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list) const in createPlatformPixmapSurfaceEXT()
143 eglw::EGLSurface OhosLibrary::createPlatformWindowSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list) const in createPlatformWindowSurface()
148 eglw::EGLSurface OhosLibrary::createPlatformWindowSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLint *attrib_list) const in createPlatformWindowSurfaceEXT()
163 eglw::EGLSurface OhosLibrar
[all...]
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp76 EGLSurface surface, in eglCopyBuffers()
92 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface()
100 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface()
109 EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
124 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
154 EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface()
185 EGLSurface draw, in eglMakeCurrent()
186 EGLSurface read, in eglMakeCurrent()
209 EGLSurface surface, in eglQuerySurface()
217 EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay dpy, EGLSurface surfac
[all...]
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h59 typedef void *EGLSurface; typedef
100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface rea
[all...]
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h59 typedef void *EGLSurface; typedef
100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface rea
[all...]

Completed in 17 milliseconds

1234567