/external/deqp/framework/egl/wrapper/ |
D | eglwFuncPtrLibraryImpl.inl | 17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf… argument 19 return m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config); 37 …ntext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const 39 return m_egl.createContext(dpy, config, share_context, attrib_list); 42 …ay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const 44 return m_egl.createImage(dpy, ctx, target, buffer, attrib_list); 47 …splay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const 49 return m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list); 52 …ay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const 54 return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); [all …]
|
D | eglwFuncPtrLibraryDecl.inl | 8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,… 12 … (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const; 13 …y dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const; 14 …play dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const; 15 …y dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const; 16 … createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const; 17 … (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const; 18 …rface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) const; 19 …urfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const; 20 …rface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const; [all …]
|
D | eglwLibrary.inl | 8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *… 12 …LDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const = 0; 13 …y, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const = 0; 14 …dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const = 0; 15 …y, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const = 0; 16 …reatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const … 17 …isplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const = 0; 18 …GLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) const = 0; 19 … (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const = 0; 20 …GLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const = 0; [all …]
|
D | eglwFunctionTypes.inl | 8 …EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *con… 12 …tFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 13 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *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); 18 …urfaceFunc) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list); 19 …SurfaceEXTFunc) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 20 …urfaceFunc) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|
D | eglwApi.inl | 67 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf… 71 …ontext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 72 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *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 …e eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 76 …rface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 77 …xmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list); 78 …ixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list); 79 …ndowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|
D | eglwImpl.inl | 23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint … argument 28 return egl->chooseConfig(dpy, attrib_list, configs, config_size, num_config); 47 …eateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) argument 52 return egl->createContext(dpy, config, share_context, attrib_list); 55 …LDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) argument 60 return egl->createImage(dpy, ctx, target, buffer, attrib_list); 63 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument 68 return egl->createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); 71 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument 76 return egl->createPbufferSurface(dpy, config, attrib_list); [all …]
|
D | eglwImplExt.inl | 15 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) argument 20 return egl->createImageKHR(dpy, ctx, target, buffer, attrib_list); 23 …PixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) argument 28 return egl->createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list); 31 …WindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) argument 36 return egl->createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list); 39 EGLSyncKHR eglwCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) argument 44 return egl->createSyncKHR(dpy, type, attrib_list); 63 …splay eglwGetPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLint *attrib_list) argument 68 return egl->getPlatformDisplayEXT(platform, native_display, attrib_list); [all …]
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 343 EGLBoolean ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint confi… 345 …owSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list); 346 EGLSurface CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 347 …apSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 354 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 359 …eateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 370 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 371 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 373 EGLDisplay GetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list); 374 EGLDisplay GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list); [all …]
|
D | libEGL.cpp | 104 explicit EGLAttribs(const EGLint *attrib_list) in EGLAttribs() argument 106 if(attrib_list) in EGLAttribs() 108 while(*attrib_list != EGL_NONE) in EGLAttribs() 110 attrib.push_back(static_cast<EGLAttrib>(*attrib_list)); in EGLAttribs() 111 attrib_list++; in EGLAttribs() 280 EGLBoolean ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint confi… in ChooseConfig() argument 284 dpy, attrib_list, configs, config_size, num_config); in ChooseConfig() 300 if(!attrib_list) in ChooseConfig() 302 attrib_list = attribList; in ChooseConfig() 305 if(!display->getConfigs(configs, attrib_list, config_size, num_config)) in ChooseConfig() [all …]
|
D | libEGL.hpp | 34 …EGLBoolean (*eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLin… 36 …wSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list); 37 EGLSurface (*eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 38 …pSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 45 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 50 …ateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 61 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 64 EGLSyncKHR (*eglCreateSyncKHR)(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | config.c | 112 VAConfigAttrib *attrib_list, int num_attribs) in vlVaGetConfigAttributes() argument 125 switch (attrib_list[i].type) { in vlVaGetConfigAttributes() 138 switch (attrib_list[i].type) { in vlVaGetConfigAttributes() 156 switch (attrib_list[i].type) { in vlVaGetConfigAttributes() 169 attrib_list[i].value = value; in vlVaGetConfigAttributes() 177 VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id) in vlVaCreateConfig() argument 204 if (attrib_list[i].type == VAConfigAttribRTFormat) { in vlVaCreateConfig() 205 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig() 206 config->rt_format = attrib_list[i].value; in vlVaCreateConfig() 265 if (attrib_list[i].type == VAConfigAttribRateControl) { in vlVaCreateConfig() [all …]
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 194 const int *attrib_list, size_t num_attribs) in CreateDRIDrawable() argument 221 pdraw->textureTarget = determineTextureTarget(attrib_list, num_attribs); in CreateDRIDrawable() 222 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); in CreateDRIDrawable() 248 const int *attrib_list, size_t num_attribs) in CreateDRIDrawable() argument 446 Drawable drawable, const int *attrib_list, CARD8 glxCode) in CreateDrawable() argument 456 if (attrib_list) { in CreateDrawable() 457 while (attrib_list[i * 2] != None) in CreateDrawable() 481 if (attrib_list) in CreateDrawable() 482 memcpy(data, attrib_list, 8 * i); in CreateDrawable() 492 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) { in CreateDrawable() [all …]
|
D | create_context.c | 39 const int *attrib_list) in glXCreateContextAttribsARB() argument 68 if (attrib_list != NULL) { in glXCreateContextAttribsARB() 69 for (/* empty */; attrib_list[num_attribs * 2] != 0; num_attribs++) in glXCreateContextAttribsARB() 79 (const uint32_t *) attrib_list, in glXCreateContextAttribsARB() 88 (const uint32_t *) attrib_list, in glXCreateContextAttribsARB() 113 attrib_list); in glXCreateContextAttribsARB()
|
/external/mesa3d/src/egl/main/ |
D | egldisplay.c | 451 const EGLAttrib *attrib_list) in _eglParseX11DisplayAttribList() argument 455 if (attrib_list == NULL) { in _eglParseX11DisplayAttribList() 459 for (i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglParseX11DisplayAttribList() 460 EGLAttrib attrib = attrib_list[i]; in _eglParseX11DisplayAttribList() 461 EGLAttrib value = attrib_list[i + 1]; in _eglParseX11DisplayAttribList() 477 const EGLAttrib *attrib_list) in _eglGetX11Display() argument 487 if (!_eglParseX11DisplayAttribList(display, attrib_list)) { in _eglGetX11Display() 498 const EGLAttrib *attrib_list) in _eglGetGbmDisplay() argument 501 if (attrib_list != NULL && attrib_list[0] != EGL_NONE) { in _eglGetGbmDisplay() 513 const EGLAttrib *attrib_list) in _eglGetWaylandDisplay() argument [all …]
|
D | eglsync.c | 42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList() argument 46 if (!attrib_list) in _eglParseSyncAttribList() 49 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseSyncAttribList() 50 EGLAttrib attr = attrib_list[i++]; in _eglParseSyncAttribList() 51 EGLAttrib val = attrib_list[i]; in _eglParseSyncAttribList() 87 const EGLAttrib *attrib_list) in _eglInitSync() argument 96 err = _eglParseSyncAttribList(sync, attrib_list); in _eglInitSync()
|
D | eglapi.c | 300 EGLAttrib *attrib_list; in _eglConvertIntsToAttribs() local 315 attrib_list = malloc((2*len + 1) * sizeof(EGLAttrib)); in _eglConvertIntsToAttribs() 316 if (!attrib_list) in _eglConvertIntsToAttribs() 320 attrib_list[2*i + 0] = int_list[2*i + 0]; in _eglConvertIntsToAttribs() 321 attrib_list[2*i + 1] = int_list[2*i + 1]; in _eglConvertIntsToAttribs() 324 attrib_list[2*len] = EGL_NONE; in _eglConvertIntsToAttribs() 326 *out_attrib_list = attrib_list; in _eglConvertIntsToAttribs() 379 const EGLAttrib *attrib_list) in _eglGetPlatformDisplayCommon() argument 386 dpy = _eglGetX11Display((Display*) native_display, attrib_list); in _eglGetPlatformDisplayCommon() 392 attrib_list); in _eglGetPlatformDisplayCommon() [all …]
|
D | eglcontext.c | 85 const EGLint *attrib_list) in _eglParseContextAttribList() argument 90 if (!attrib_list) in _eglParseContextAttribList() 93 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) { in _eglParseContextAttribList() 94 _eglLog(_EGL_DEBUG, "bad context attribute 0x%04x", attrib_list[0]); in _eglParseContextAttribList() 98 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseContextAttribList() 99 EGLint attr = attrib_list[i++]; in _eglParseContextAttribList() 100 EGLint val = attrib_list[i]; in _eglParseContextAttribList() 580 const EGLint *attrib_list) in _eglInitContext() argument 602 err = _eglParseContextAttribList(ctx, dpy, attrib_list); in _eglInitContext()
|
D | eglapi.h | 63 const EGLint *attrib_list, EGLConfig *configs, 72 const EGLint *attrib_list); 88 const EGLint *attrib_list); 91 const EGLint *attrib_list); 94 const EGLint *attrib_list); 130 const EGLint *attrib_list); 140 const EGLAttrib *attrib_list);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list… 12 …play dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list); 13 …ntext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *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); 18 …::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list); 19 …glw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list); 20 …::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list); [all …]
|
D | egluCallLogWrapper.inl | 27 …LogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfi… argument 30 …Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_list) << ", " << con… 31 …eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_conf… 72 …splay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list) argument 75 …ex(config) << ", " << share_context << ", " << getContextAttribListStr(attrib_list) << ");" << Tes… 76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list); 82 …ontext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) argument 85 … " << ctx << ", " << toHex(target) << ", " << toHex(buffer) << ", " << attrib_list << ");" << Test… 86 eglw::EGLImage returnValue = m_egl.createImage(dpy, ctx, target, buffer, attrib_list); 92 …GLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) argument [all …]
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 63 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 208 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 248 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
D | egl.h | 121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 123 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 124 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 125 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 126 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 204 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 287 …API EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 291 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 293 …ENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list); 294 …indowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 63 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 208 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 248 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
D | egl.h | 121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 123 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 124 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 125 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 126 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 204 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 287 …API EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 291 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 293 …ENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list); 294 …indowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | eglext.h | 71 … EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list); 74 …TRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list); 84 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 87 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 141 …I EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 147 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 211 …NV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 218 …ENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list); 279 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list); 282 …GLImageKHR (EGLAPIENTRYP PFNEGLCREATEDRMIMAGEMESAPROC) (EGLDisplay dpy, const EGLint *attrib_list); [all …]
|