Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/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…
140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l…
143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
146 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLi…
149 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum
203 EGLSyncNV eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list);
207 EGLBoolean eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);
210 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, co…
214 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCNVPROC) (EGLSyncNV sync, EGLenum mode);
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,
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Dmain.h20 EGLenum API;
29 void setCurrentAPI(EGLenum API);
30 EGLenum getCurrentAPI();
DConfig.h49 EGLenum mColorBufferType; // Color buffer type
50 EGLenum mConfigCaveat; // Any caveats for the configuration
69 EGLenum mTransparentType; // Type of transparency supported
DSurface.h82 EGLenum mRenderBuffer; // Render buffer
83 EGLenum mSwapBehavior; // Buffer swap behavior
Dmain.cpp101 void setCurrentAPI(EGLenum API) in setCurrentAPI()
108 EGLenum getCurrentAPI() in getCurrentAPI()
DlibEGL.cpp552 EGLBoolean __stdcall eglBindAPI(EGLenum api) in eglBindAPI()
581 EGLenum __stdcall eglQueryAPI(void) in eglQueryAPI()
587 EGLenum API = egl::getCurrentAPI(); in eglQueryAPI()
635 EGLSurface __stdcall eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuf… in eglCreatePbufferFromClientBuffer()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DSurfaceOpenVG.h88 SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType,
DEGLDisplayOpenVG.h54 …EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EG…
DSurfaceOpenVG.cpp67 SurfaceOpenVG::SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display,… in SurfaceOpenVG()
DEGLDisplayOpenVG.cpp267 EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode) in createPbufferFromClientBuffer()