Searched refs:EGLBoolean (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
D | egl.h | 44 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 …]
|
D | eglext.h | 71 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/ |
D | libEGL.cpp | 121 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 …]
|
D | Config.h | 47 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/ |
D | EGLDisplayOpenVG.cpp | 133 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/ |
D | GaneshContext.cpp | 98 EGLBoolean returnValue = eglInitialize(display, &majorVersion, &minorVersion); in getDeviceForTile() 146 …EGLBoolean returnValue = eglMakeCurrent(display, tileQueue->m_eglSurface, tileQueue->m_eglSurface,… in getDeviceForTile()
|
D | GLUtils.h | 62 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
|
D | GLUtils.cpp | 155 void GLUtils::checkEglError(const char* op, EGLBoolean returnVal) in checkEglError()
|
/external/mesa3d/docs/ |
D | MESA_drm_image.spec | 48 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy, 103 EGLBoolean eglExportDRMImageMESA(EGLDisplay dpy,
|