Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h44 typedef unsigned int EGLBoolean; typedef
252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
[all …]
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface,…
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surfac…
85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute…
147 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DlibEGL.cpp121 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
153 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy) in eglTerminate()
213 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *… in eglGetConfigs()
250 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,… in eglChooseConfig()
289 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint … in eglGetConfigAttrib()
437 EGLBoolean __stdcall eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
467 EGLBoolean __stdcall eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *… in eglQuerySurface()
552 EGLBoolean __stdcall eglBindAPI(EGLenum api) in eglBindAPI()
599 EGLBoolean __stdcall eglWaitClient(void) in eglWaitClient()
617 EGLBoolean __stdcall eglReleaseThread(void) in eglReleaseThread()
[all …]
DConfig.h47 EGLBoolean mBindToTextureRGB; // True if bindable to RGB textures.
48 EGLBoolean mBindToTextureRGBA; // True if bindable to RGBA textures.
55 EGLBoolean mMatchNativePixmap; // Match the native pixmap format
61 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface
/external/webkit/Source/WebCore/platform/graphics/openvg/
DEGLDisplayOpenVG.cpp133 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId); in setDefaultPbufferConfig()
176 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId); in setDefaultWindowConfig()
257 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId); in createPbufferSurface()
281 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId); in createPbufferFromClientBuffer()
299 EGLBoolean success = eglGetConfigAttrib(m_display, config, EGL_CONFIG_ID, &surfaceConfigId); in surfaceForWindow()
384 EGLBoolean success = eglQuerySurface(m_display, surface, EGL_CONFIG_ID, &surfaceConfigId); in contextForSurface()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGaneshContext.cpp98 EGLBoolean returnValue = eglInitialize(display, &majorVersion, &minorVersion); in getDeviceForTile()
146EGLBoolean returnValue = eglMakeCurrent(display, tileQueue->m_eglSurface, tileQueue->m_eglSurface,… in getDeviceForTile()
DGLUtils.h62 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
DGLUtils.cpp155 void GLUtils::checkEglError(const char* op, EGLBoolean returnVal) in checkEglError()
/external/mesa3d/docs/
DMESA_drm_image.spec48 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,
103 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,