/third_party/mesa3d/src/egl/main/ |
D | eglconfig.h | 53 EGLint BufferSize; 54 EGLint AlphaSize; 55 EGLint BlueSize; 56 EGLint GreenSize; 57 EGLint RedSize; 58 EGLint DepthSize; 59 EGLint StencilSize; 60 EGLint ConfigCaveat; 61 EGLint ConfigID; 62 EGLint Level; [all …]
|
D | egldriver.h | 92 _EGLContext *share_list, const EGLint *attrib_list); 103 void *native_window, const EGLint *attrib_list); 105 void *native_pixmap, const EGLint *attrib_list); 107 const EGLint *attrib_list); 110 EGLint attribute, EGLint *value); 112 EGLint buffer); 114 EGLint buffer); 116 EGLint interval); 123 EGLint *rects, EGLint n_rects); 127 EGLBoolean (*WaitNative)(EGLint engine); [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Config.h | 35 …at displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, s… 41 const EGLint mMultiSample; 43 EGLint mBufferSize; // Depth of the color buffer 44 EGLint mRedSize; // Bits of Red in the color buffer 45 EGLint mGreenSize; // Bits of Green in the color buffer 46 EGLint mBlueSize; // Bits of Blue in the color buffer 47 EGLint mLuminanceSize; // Bits of Luminance in the color buffer 48 EGLint mAlphaSize; // Bits of Alpha in the color buffer 49 EGLint mAlphaMaskSize; // Bits of Alpha Mask in the mask buffer 54 EGLint mConfigID; // Unique EGLConfig identifier [all …]
|
D | libEGL.hpp | 28 EGLint (EGLAPIENTRY* eglGetError)(void); 30 EGLBoolean (EGLAPIENTRY* eglInitialize)(EGLDisplay dpy, EGLint *major, EGLint *minor); 32 const char *(EGLAPIENTRY* eglQueryString)(EGLDisplay dpy, EGLint name); 33 …GLAPIENTRY* eglGetConfigs)(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_con… 34 …RY* eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 35 …GLAPIENTRY* eglGetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 36 …wSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list); 37 …EGLSurface (EGLAPIENTRY* eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *… 38 …pSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 40 …EGLAPIENTRY* eglQuerySurface)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value); [all …]
|
/third_party/skia/third_party/externals/angle2/util/ |
D | EGLPlatformParameters.h | 35 explicit EGLPlatformParameters(EGLint renderer) : renderer(renderer) {} in EGLPlatformParameters() 37 EGLPlatformParameters(EGLint renderer, in EGLPlatformParameters() 38 EGLint majorVersion, in EGLPlatformParameters() 39 EGLint minorVersion, in EGLPlatformParameters() 40 EGLint deviceType) in EGLPlatformParameters() 47 EGLPlatformParameters(EGLint renderer, in EGLPlatformParameters() 48 EGLint majorVersion, in EGLPlatformParameters() 49 EGLint minorVersion, in EGLPlatformParameters() 50 EGLint deviceType, in EGLPlatformParameters() 51 EGLint presentPath) in EGLPlatformParameters() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.h | 37 EGLint bufferSize; // Depth of the color buffer 38 EGLint redSize; // Bits of Red in the color buffer 39 EGLint greenSize; // Bits of Green in the color buffer 40 EGLint blueSize; // Bits of Blue in the color buffer 41 EGLint luminanceSize; // Bits of Luminance in the color buffer 42 EGLint alphaSize; // Bits of Alpha in the color buffer 43 EGLint alphaMaskSize; // Bits of Alpha Mask in the mask buffer 49 EGLint configID; // Unique EGLConfig identifier 50 EGLint conformant; // Whether contexts created with this config are conformant 51 EGLint depthSize; // Bits of Z in the depth buffer [all …]
|
D | Surface.h | 53 EGLint getPreferredSwapInterval() const; 73 EGLint getType() const; 79 Error swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects); 82 EGLint x, 83 EGLint y, 84 EGLint width, 85 EGLint height); 87 Error querySurfacePointerANGLE(EGLint attribute, void **value); 88 Error bindTexImage(gl::Context *context, gl::Texture *texture, EGLint buffer); 89 Error releaseTexImage(const gl::Context *context, EGLint buffer); [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.h | 37 EGLint bufferSize; // Depth of the color buffer 38 EGLint redSize; // Bits of Red in the color buffer 39 EGLint greenSize; // Bits of Green in the color buffer 40 EGLint blueSize; // Bits of Blue in the color buffer 41 EGLint luminanceSize; // Bits of Luminance in the color buffer 42 EGLint alphaSize; // Bits of Alpha in the color buffer 43 EGLint alphaMaskSize; // Bits of Alpha Mask in the mask buffer 48 EGLint configID; // Unique EGLConfig identifier 49 EGLint conformant; // Whether contexts created with this config are conformant 50 EGLint depthSize; // Bits of Z in the depth buffer [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | FunctionsEGL.h | 42 EGLint getError() const; 44 EGLBoolean chooseConfig(EGLint const *attrib_list, 46 EGLint config_size, 47 EGLint *num_config) const; 48 EGLBoolean getConfigs(EGLConfig *configs, EGLint config_size, EGLint *num_config) const; 49 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const; 50 EGLSurface getCurrentSurface(EGLint readdraw) const; 53 EGLint const *attrib_list) const; 54 EGLSurface createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const; 57 const EGLint *attrib_list) const; [all …]
|
D | functionsegl_typedefs.h | 18 const EGLint *attrib_list, 20 EGLint config_size, 21 EGLint *num_config); 28 const EGLint *attrib_list); 31 const EGLint *attrib_list); 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 44 EGLint attribute, 45 EGLint *value); 48 EGLint config_size, [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglext.h | 113 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,E… 126 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGL… 127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL… 130 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o… 139 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGL… 141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); [all …]
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglext.h | 113 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,E… 126 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGL… 127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL… 130 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o… 139 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGL… 141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 113 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,E… 126 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGL… 127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL… 130 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o… 139 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGL… 141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); [all …]
|
/third_party/mesa3d/include/EGL/ |
D | eglext.h | 94 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,E… 107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGL… 108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 109 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL… 111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 113 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o… 120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGL… 122 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 133 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | SwapChain11.h | 30 EGLint orientation, 31 EGLint samples); 34 EGLint resize(DisplayD3D *displayD3D, EGLint backbufferWidth, EGLint backbufferHeight) override; 35 EGLint reset(DisplayD3D *displayD3D, 36 EGLint backbufferWidth, 37 EGLint backbufferHeight, 38 EGLint swapInterval) override; 39 EGLint swapRect(DisplayD3D *displayD3D, 40 EGLint x, 41 EGLint y, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | SwapChain11.h | 30 EGLint orientation, 31 EGLint samples); 34 EGLint resize(DisplayD3D *displayD3D, EGLint backbufferWidth, EGLint backbufferHeight) override; 35 EGLint reset(DisplayD3D *displayD3D, 36 EGLint backbufferWidth, 37 EGLint backbufferHeight, 38 EGLint swapInterval) override; 39 EGLint swapRect(DisplayD3D *displayD3D, 40 EGLint x, 41 EGLint y, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | FunctionsEGL.h | 42 EGLint getError() const; 44 EGLBoolean chooseConfig(EGLint const *attrib_list, 46 EGLint config_size, 47 EGLint *num_config) const; 48 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const; 51 EGLint const *attrib_list) const; 52 EGLSurface createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const; 55 const EGLint *attrib_list) const; 59 const char *queryString(EGLint name) const; 60 EGLBoolean querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const; [all …]
|
D | functionsegl_typedefs.h | 18 const EGLint *attrib_list, 20 EGLint config_size, 21 EGLint *num_config); 28 const EGLint *attrib_list); 31 const EGLint *attrib_list); 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 44 EGLint attribute, 45 EGLint *value); 48 EGLint config_size, [all …]
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 94 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,E… 107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGL… 108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 109 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL… 111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 113 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o… 120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGL… 122 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 133 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); [all …]
|
/third_party/EGL/api/EGL/ |
D | eglext.h | 94 typedef void (EGLAPIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,E… 107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGL… 108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 109 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGL… 111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 113 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR o… 120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGL… 122 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 133 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); [all …]
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_ext_autogen.h | 27 EGL_CreateNativeClientBufferANDROID(const EGLint *attrib_list); 32 EGLint name); 35 EGLint numTimestamps, 36 const EGLint *names, 43 EGLint timestamp); 47 EGLint numTimestamps, 48 const EGLint *timestamps, 56 ANGLE_EXPORT EGLint EGLAPIENTRY EGL_DupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync); 64 ANGLE_EXPORT EGLDeviceEXT EGLAPIENTRY EGL_CreateDeviceANGLE(EGLint device_type, 71 EGLint name, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_ext.h | 21 EGLint attribute, 27 EGLint x, 28 EGLint y, 29 EGLint width, 30 EGLint height); 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 43 const EGLint *attrib_list); 47 EGLint attribute, 52 EGLint attribute, [all …]
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryDecl.inl | 7 EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const; 8 … chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 9 EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) co… 10 EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR tim… 12 …t (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) cons… 14 …splay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) cons… 15 …ay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) cons… 16 EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_l… 17 … (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) cons… 19 …SurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) cons… [all …]
|
D | eglwLibrary.inl | 7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) con… 8 … chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 9 virtual EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime tim… 10 virtual EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTim… 12 …t (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) cons… 14 …splay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) cons… 15 …ay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) cons… 16 virtual EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *… 17 … (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) cons… 19 …SurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) cons… [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | SurfaceImpl.h | 60 const EGLint *rects, 61 EGLint n_rects); 65 EGLint x, 66 EGLint y, 67 EGLint width, 68 EGLint height) = 0; 70 virtual egl::Error querySurfacePointerANGLE(EGLint attribute, void **value) = 0; 73 EGLint buffer) = 0; 74 virtual egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) = 0; 76 virtual egl::Error getMscRate(EGLint *numerator, EGLint *denominator) = 0; [all …]
|