/external/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 …]
|
/external/angle/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; 74 EGLint getType() const; 81 Error swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects); 84 EGLint x, 85 EGLint y, 86 EGLint width, 87 EGLint height); 89 Error querySurfacePointerANGLE(EGLint attribute, void **value); 90 Error bindTexImage(gl::Context *context, gl::Texture *texture, EGLint buffer); 91 Error releaseTexImage(const gl::Context *context, EGLint buffer); [all …]
|
D | validationEGL_autogen.h | 24 EGLint config_size, 25 const EGLint *num_config); 58 EGLint attribute, 59 const EGLint *value); 63 EGLint config_size, 64 const EGLint *num_config); 66 bool ValidateGetCurrentSurface(const ValidationContext *val, EGLint readdraw); 72 const EGLint *major, 73 const EGLint *minor); 82 EGLint attribute, [all …]
|
/external/angle/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 …]
|
D | egl_ext_stubs_autogen.h | 35 EGLint ClientWaitSyncKHR(Thread *thread, 38 EGLint flags, 65 EGLint DebugMessageControlKHR(Thread *thread, 71 EGLint DupNativeFenceFDANDROID(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked); 80 EGLint attribute, 81 EGLint *value); 82 EGLint LabelObjectKHR(Thread *thread, 94 EGLint x, 95 EGLint y, 96 EGLint width, [all …]
|
D | entry_points_egl_autogen.h | 21 const EGLint *attrib_list, 23 EGLint config_size, 24 EGLint *num_config); 31 const EGLint *attrib_list); 34 const EGLint *attrib_list); 38 const EGLint *attrib_list); 42 const EGLint *attrib_list); 47 EGLint attribute, 48 EGLint *value); 51 EGLint config_size, [all …]
|
/external/angle/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 …]
|
/external/angle/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 …]
|
/external/angle/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 …]
|
D | egl.h | 66 #define EGL_DONT_CARE EGL_CAST(EGLint,-1) 106 …GLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 108 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 109 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 110 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 111 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 114 …RYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 115 …RYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_con… 117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw); 119 typedef EGLint (EGLAPIENTRYP PFNEGLGETERRORPROC) (void); [all …]
|
/external/mesa3d/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 …]
|
D | egl.h | 85 #define EGL_DONT_CARE EGL_CAST(EGLint,-1) 125 …GLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 127 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 128 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 129 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 130 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 133 …RYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 134 …RYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_con… 136 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw); 138 typedef EGLint (EGLAPIENTRYP PFNEGLGETERRORPROC) (void); [all …]
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 53 EGLint iWidth; 54 EGLint iHeight; 55 EGLint iStride; 57 typedef void (APIENTRY *EGLDEBUGPROCKHR)(EGLenum error,const char *command,EGLint messageType,EGLLa… 851 #define EGL_DONT_CARE EGL_CAST(EGLint,-1) 852 #define EGL_UNKNOWN EGL_CAST(EGLint,-1) 857 typedef EGLBoolean (GLAPIENTRY *PFNEGLBINDTEXIMAGEPROC)(EGLDisplay dpy, EGLSurface surface, EGLint … 858 …GLCHOOSECONFIGPROC)(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config… 860 typedef EGLint (GLAPIENTRY *PFNEGLCLIENTWAITSYNCPROC)(EGLDisplay dpy, EGLSync sync, EGLint flags, E… 861 typedef EGLint (GLAPIENTRY *PFNEGLCLIENTWAITSYNCKHRPROC)(EGLDisplay dpy, EGLSyncKHR sync, EGLint fl… [all …]
|
/external/ComputeLibrary/include/linux/EGL/ |
D | eglext.h | 149 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 152 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 189 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 192 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *… 204 …ENTRYP PFNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttr… 206 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attr… 245 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 247 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint … 249 …RYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 251 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_… [all …]
|
/external/deqp/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 …]
|
D | eglwApi.inl | 66 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer); 67 …glwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 68 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout… 69 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR… 71 …ontext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 73 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 74 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 75 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attr… 76 …rface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 78 …ixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); [all …]
|
D | eglwFunctionTypes.inl | 7 … (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, EGLSurface surface, EGLint buffer); 8 …ooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_… 9 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncFunc) (EGLDisplay dpy, EG… 10 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncKHRFunc) (EGLDisplay dpy, … 12 …tFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 14 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 15 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 16 …NTRY* eglCreatePbufferSurfaceFunc) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 17 …Func) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 19 …SurfaceEXTFunc) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); [all …]
|
/external/angle/src/libEGL/ |
D | libEGL_autogen.cpp | 62 const EGLint *attrib_list, in eglChooseConfig() 64 EGLint config_size, in eglChooseConfig() 65 EGLint *num_config) in eglChooseConfig() 82 const EGLint *attrib_list) in eglCreateContext() 90 const EGLint *attrib_list) in eglCreatePbufferSurface() 99 const EGLint *attrib_list) in eglCreatePixmapSurface() 108 const EGLint *attrib_list) in eglCreateWindowSurface() 128 EGLint attribute, in eglGetConfigAttrib() 129 EGLint *value) in eglGetConfigAttrib() 137 EGLint config_size, in eglGetConfigs() [all …]
|
/external/angle/src/libANGLE/renderer/ |
D | SurfaceImpl.h | 61 const EGLint *rects, 62 EGLint n_rects); 66 EGLint x, 67 EGLint y, 68 EGLint width, 69 EGLint height) = 0; 71 virtual egl::Error querySurfacePointerANGLE(EGLint attribute, void **value) = 0; 74 EGLint buffer) = 0; 75 virtual egl::Error releaseTexImage(const gl::Context *context, EGLint buffer) = 0; 77 virtual egl::Error getMscRate(EGLint *numerator, EGLint *denominator) = 0; [all …]
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 7 … eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer); 8 …eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint conf… 9 eglw::EGLint eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint … 10 eglw::EGLint eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EG… 12 …play dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list); 14 …LContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list); 15 …um buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list); 16 …ePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list); 17 …ay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list); 19 …glw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list); [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.h | 30 EGLint orientation); 33 EGLint resize(DisplayD3D *displayD3D, EGLint backbufferWidth, EGLint backbufferHeight) override; 34 EGLint reset(DisplayD3D *displayD3D, 35 EGLint backbufferWidth, 36 EGLint backbufferHeight, 37 EGLint swapInterval) override; 38 EGLint swapRect(DisplayD3D *displayD3D, 39 EGLint x, 40 EGLint y, 41 EGLint width, [all …]
|