Home
last modified time | relevance | path

Searched refs:EGLenum (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_entries.in37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum)
38 EGL_ENTRY(EGLenum, eglQueryAPI, void)
41 EGL_ENTRY(EGLSurface, eglCreatePbufferFromClientBuffer, EGLDisplay, EGLenum, EGLClientBuffer, EGLCo…
51 EGL_ENTRY(EGLImageKHR, eglCreateImageKHR, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const…
56 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *)
59 EGL_ENTRY(EGLBoolean, eglSignalSyncKHR, EGLDisplay, EGLSyncKHR, EGLenum)
66 EGL_ENTRY(EGLBoolean, eglStreamAttribKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint)
67 EGL_ENTRY(EGLBoolean, eglQueryStreamKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLint *)
68 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR *)
73 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
DeglApi.cpp1330 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI()
1347 EGLenum eglQueryAPI(void) in eglQueryAPI()
1385 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, in eglCreatePbufferFromClientBuffer()
1442 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
1484 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
1514 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) { in eglSignalSyncKHR()
1596 EGLenum attribute, EGLint value) in eglStreamAttribKHR()
1613 EGLenum attribute, EGLint *value) in eglQueryStreamKHR()
1630 EGLenum attribute, EGLuint64KHR *value) in eglQueryStreamu64KHR()
1647 EGLenum attribute, EGLTimeKHR *value) in eglQueryStreamTimeKHR()
/frameworks/native/opengl/include/EGL/
Deglext.h84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, E…
87 …(EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClient…
141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l…
144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
147 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLi…
150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum
220 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint …
224 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);
227 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, co…
231 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode);
[all …]
Degl.h45 typedef unsigned int EGLenum; typedef
277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
278 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI(void);
285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec14 EGLBoolean eglBindAPI ( EGLenum api )
15 EGLenum eglQueryAPI ( void )
18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff…
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePbufferFromClientBuffer.cpp48 (EGLenum)buftype, in android_eglCreatePbufferFromClientBuffer()
/frameworks/base/libs/hwui/tests/
Dnullegl.cpp151 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffe… in eglCreateImageKHR()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp838 (EGLenum)api in android_eglBindAPI()
847 EGLenum _returnValue = (EGLenum) 0; in android_eglQueryAPI()
917 (EGLenum)buftype, in android_eglCreatePbufferFromClientBuffer()
/frameworks/native/opengl/libagl/
Degl.cpp1992 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI()
1999 EGLenum eglQueryAPI(void) in eglQueryAPI()
2017 EGLDisplay dpy, EGLenum /*buftype*/, EGLClientBuffer /*buffer*/, in eglCreatePbufferFromClientBuffer() argument
2054 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR()
2115 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR()