Searched refs:EGLenum (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec14 EGLBoolean eglBindAPI ( EGLenum api )
15 EGLenum eglQueryAPI ( void )
18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
/frameworks/native/opengl/include/EGL/
H A Deglext.h63 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
65 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
113 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* message);
128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
152 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
157 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
208 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
211 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
322 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mod
[all...]
H A Degl.h171 typedef unsigned int EGLenum; typedef
202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
203 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI (void);
204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp153 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
158 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) {
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePbufferFromClientBuffer.cpp1 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */
44 (EGLenum)buftype,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1629 EGLBoolean eglBindAPI(EGLenum api)
1646 EGLenum eglQueryAPI(void)
1680 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
1737 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
1797 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
1827 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) {
1909 EGLenum attribute, EGLint value)
1926 EGLenum attribute, EGLint *value)
1943 EGLenum attribute, EGLuint64KHR *value)
1960 EGLenum attribut
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp807 /* EGLBoolean eglBindAPI ( EGLenum api ) */
813 (EGLenum)api
818 /* EGLenum eglQueryAPI ( void ) */
822 EGLenum _returnValue = (EGLenum) 0;
845 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */
888 (EGLenum)buftype,
/frameworks/native/opengl/libagl/
H A Degl.cpp2025 EGLBoolean eglBindAPI(EGLenum api)
2032 EGLenum eglQueryAPI(void)
2050 EGLDisplay dpy, EGLenum /*buftype*/, EGLClientBuffer /*buffer*/,
2087 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
2148 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type,

Completed in 178 milliseconds