/third_party/mesa3d/src/egl/main/ |
H A D | egldisplay.c | 259 const EGLAttrib *attrib_list) in _eglFindDisplay() 272 _eglSameAttribs(disp->Options.Attribs, attrib_list)) in _eglFindDisplay() 285 num_attribs = _eglNumAttribs(attrib_list); in _eglFindDisplay() 293 memcpy(disp->Options.Attribs, attrib_list, in _eglFindDisplay() 507 const EGLAttrib *attrib_list) in _eglGetX11Display() 512 if (attrib_list != NULL) { in _eglGetX11Display() 513 for (int i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglGetX11Display() 514 if (attrib_list[i] != EGL_PLATFORM_X11_SCREEN_EXT) { in _eglGetX11Display() 520 return _eglFindDisplay(_EGL_PLATFORM_X11, native_display, attrib_list); in _eglGetX11Display() 527 const EGLAttrib *attrib_list) in _eglGetXcbDisplay() 258 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attrib_list) _eglFindDisplay() argument 506 _eglGetX11Display(Display *native_display, const EGLAttrib *attrib_list) _eglGetX11Display() argument 526 _eglGetXcbDisplay(xcb_connection_t *native_display, const EGLAttrib *attrib_list) _eglGetXcbDisplay() argument 547 _eglGetGbmDisplay(struct gbm_device *native_display, const EGLAttrib *attrib_list) _eglGetGbmDisplay() argument 562 _eglGetWaylandDisplay(struct wl_display *native_display, const EGLAttrib *attrib_list) _eglGetWaylandDisplay() argument 576 _eglGetSurfacelessDisplay(void *native_display, const EGLAttrib *attrib_list) _eglGetSurfacelessDisplay() argument 597 _eglGetAndroidDisplay(void *native_display, const EGLAttrib *attrib_list) _eglGetAndroidDisplay() argument 614 _eglGetOHOSDisplay(void *native_display, const EGLAttrib *attrib_list) _eglGetOHOSDisplay() argument 629 _eglGetDeviceDisplay(void *native_display, const EGLAttrib *attrib_list) _eglGetDeviceDisplay() argument [all...] |
H A D | egldisplay.h | 298 _eglGetX11Display(Display *native_display, const EGLAttrib *attrib_list); 304 _eglGetXcbDisplay(xcb_connection_t *native_display, const EGLAttrib *attrib_list); 312 const EGLAttrib *attrib_list); 320 const EGLAttrib *attrib_list); 325 const EGLAttrib *attrib_list); 330 const EGLAttrib *attrib_list); 336 const EGLAttrib *attrib_list); 341 const EGLAttrib *attrib_list);
|
H A 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() 96 err = _eglParseSyncAttribList(sync, attrib_list); in _eglInitSync() 86 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, const EGLAttrib *attrib_list) _eglInitSync() argument
|
H A D | eglapi.c | 302 EGLAttrib *attrib_list; in _eglConvertIntsToAttribs() local 317 attrib_list = malloc((2*len + 1) * sizeof(EGLAttrib)); in _eglConvertIntsToAttribs() 318 if (!attrib_list) in _eglConvertIntsToAttribs() 322 attrib_list[2*i + 0] = int_list[2*i + 0]; in _eglConvertIntsToAttribs() 323 attrib_list[2*i + 1] = int_list[2*i + 1]; in _eglConvertIntsToAttribs() 326 attrib_list[2*len] = EGL_NONE; in _eglConvertIntsToAttribs() 328 *out_attrib_list = attrib_list; in _eglConvertIntsToAttribs() 375 const EGLAttrib *attrib_list) in _eglGetPlatformDisplayCommon() 382 disp = _eglGetX11Display((Display*) native_display, attrib_list); in _eglGetPlatformDisplayCommon() 387 disp = _eglGetXcbDisplay((xcb_connection_t*) native_display, attrib_list); in _eglGetPlatformDisplayCommon() 374 _eglGetPlatformDisplayCommon(EGLenum platform, void *native_display, const EGLAttrib *attrib_list) _eglGetPlatformDisplayCommon() argument 429 EGLAttrib *attrib_list; eglGetPlatformDisplayEXT() local 443 eglGetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list) eglGetPlatformDisplay() argument 770 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) eglChooseConfig() argument 809 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list) eglCreateContext() argument 963 _eglCreateWindowSurfaceCommon(_EGLDisplay *disp, EGLConfig config, void *native_window, const EGLint *attrib_list) _eglCreateWindowSurfaceCommon() argument 1007 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list) eglCreateWindowSurface() argument 1046 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) eglCreatePlatformWindowSurfaceEXT() argument 1061 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) eglCreatePlatformWindowSurface() argument 1109 _eglCreatePixmapSurfaceCommon(_EGLDisplay *disp, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) _eglCreatePixmapSurfaceCommon() argument 1150 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) eglCreatePixmapSurface() argument 1162 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) eglCreatePlatformPixmapSurfaceEXT() argument 1176 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) eglCreatePlatformPixmapSurface() argument 1199 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferSurface() argument 1703 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferFromClientBuffer() argument 1834 _eglCreateSync(_EGLDisplay *disp, EGLenum type, const EGLAttrib *attrib_list, EGLBoolean orig_is_EGLAttrib, EGLenum invalid_type_error) _eglCreateSync() argument 1906 EGLAttrib *attrib_list; eglCreateSyncKHR() local 1929 eglCreateSync64KHR(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) eglCreateSync64KHR() argument 1939 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) eglCreateSync() argument 2477 eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list) eglDebugMessageControlKHR() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | config.c | 114 VAConfigAttrib *attrib_list, int num_attribs) in vlVaGetConfigAttributes() 128 switch (attrib_list[i].type) { in vlVaGetConfigAttributes() 145 switch (attrib_list[i].type) { in vlVaGetConfigAttributes() 215 switch (attrib_list[i].type) { in vlVaGetConfigAttributes() 228 attrib_list[i].value = value; in vlVaGetConfigAttributes() 236 VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id) in vlVaCreateConfig() 268 if (attrib_list[i].type == VAConfigAttribRTFormat) { in vlVaCreateConfig() 269 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig() 270 config->rt_format = attrib_list[i].value; in vlVaCreateConfig() 336 if (attrib_list[ in vlVaCreateConfig() 113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) vlVaGetConfigAttributes() argument 235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id) vlVaCreateConfig() argument 414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) vlVaQueryConfigAttributes() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 66 const EGLint *attrib_list, in eglChooseConfig() 72 return EGL_ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig() 86 const EGLint *attrib_list) in eglCreateContext() 89 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext() 94 const EGLint *attrib_list) in eglCreatePbufferSurface() 97 return EGL_CreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface() 103 const EGLint *attrib_list) in eglCreatePixmapSurface() 106 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() 112 const EGLint *attrib_list) in eglCreateWindowSurface() 115 return EGL_CreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() 65 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) eglChooseConfig() argument 83 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) eglCreateContext() argument 92 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferSurface() argument 100 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) eglCreatePixmapSurface() argument 109 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) eglCreateWindowSurface() argument 276 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferFromClientBuffer() argument 318 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) eglCreateImage() argument 328 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) eglCreatePlatformPixmapSurface() argument 337 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) eglCreatePlatformWindowSurface() argument 346 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) eglCreateSync() argument 364 eglGetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list) eglGetPlatformDisplay() argument 397 eglCreateNativeClientBufferANDROID(const EGLint *attrib_list) eglCreateNativeClientBufferANDROID() argument 473 eglCreateDeviceANGLE(EGLint device_type, void *native_device, const EGLAttrib *attrib_list) eglCreateDeviceANGLE() argument 566 eglCreateStreamProducerD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list) eglCreateStreamProducerD3DTextureANGLE() argument 574 eglStreamPostD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR stream, void *texture, const EGLAttrib *attrib_list) eglStreamPostD3DTextureANGLE() argument 645 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) eglCreatePlatformPixmapSurfaceEXT() argument 654 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) eglCreatePlatformWindowSurfaceEXT() argument 663 eglGetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list) eglGetPlatformDisplayEXT() argument 672 eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list) eglDebugMessageControlKHR() argument 703 eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) eglCreateSyncKHR() argument 725 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) eglCreateImageKHR() argument 742 eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list) eglLockSurfaceKHR() argument 773 eglCreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) eglCreateStreamKHR() argument 861 eglStreamConsumerGLTextureExternalAttribsNV(EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list) eglStreamConsumerGLTextureExternalAttribsNV() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 355 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list); 356 EGLSurface EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 357 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 364 EGLSurface EGLAPIENTRY CreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 369 EGLContext EGLAPIENTRY CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 380 EGLImageKHR EGLAPIENTRY CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 381 EGLImageKHR EGLAPIENTRY CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 383 EGLDisplay EGLAPIENTRY GetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list); 384 EGLDisplay EGLAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list); 430 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) eglChooseConfig() argument 440 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list) eglCreateWindowSurface() argument 445 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferSurface() argument 450 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) eglCreatePixmapSurface() argument 485 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferFromClientBuffer() argument 510 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) eglCreateContext() argument 565 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) eglCreateImageKHR() argument 570 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) eglCreateImage() argument 585 eglGetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list) eglGetPlatformDisplayEXT() argument 590 eglGetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list) eglGetPlatformDisplay() argument 595 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) eglCreatePlatformWindowSurfaceEXT() argument 600 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) eglCreatePlatformWindowSurface() argument 605 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) eglCreatePlatformPixmapSurfaceEXT() argument 610 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) eglCreatePlatformPixmapSurface() argument 615 eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) eglCreateSyncKHR() argument 620 eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) eglCreateSync() argument [all...] |
H A D | libEGL.cpp | 109 explicit EGLAttribs(const EGLint *attrib_list) in EGLAttribs() argument 111 if(attrib_list) in EGLAttribs() 113 while(*attrib_list != EGL_NONE) in EGLAttribs() 115 attrib.push_back(static_cast<EGLAttrib>(*attrib_list)); in EGLAttribs() 116 attrib_list++; in EGLAttribs() 293 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) in ChooseConfig() argument 295 TRACE("(EGLDisplay dpy = %p, const EGLint *attrib_list = %p, " in ChooseConfig() 297 dpy, attrib_list, configs, config_size, num_config); in ChooseConfig() 315 if(!attrib_list) in ChooseConfig() 317 attrib_list in ChooseConfig() 350 CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) CreatePlatformWindowSurface() argument 376 CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) CreatePlatformWindowSurfaceEXT() argument 385 CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list) CreateWindowSurface() argument 399 CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) CreatePbufferSurface() argument 416 CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) CreatePlatformPixmapSurface() argument 435 CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) CreatePlatformPixmapSurfaceEXT() argument 444 CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) CreatePixmapSurface() argument 622 CreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) CreatePbufferFromClientBuffer() argument 819 CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) CreateContext() argument 1186 CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) CreateImage() argument 1277 CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) CreateImageKHR() argument 1306 GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list) GetPlatformDisplay() argument 1361 GetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list) GetPlatformDisplayEXT() argument 1369 CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) CreateSync() argument 1404 CreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) CreateSyncKHR() argument [all...] |
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
H A D | tcuOhosNativeDisplay.cpp | 83 eglw::EGLBoolean OhosLibrary::chooseConfig(eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config) const in chooseConfig() argument 85 return OHOS::OhosContextI::GetInstance().OH_chooseConfig(dpy, attrib_list, configs, config_size, num_config); in chooseConfig() 103 eglw::EGLContext OhosLibrary::createContext(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list) const in createContext() 105 return OHOS::OhosContextI::GetInstance().OH_createContext(dpy, config, share_context, attrib_list); in createContext() 108 eglw::EGLImage OhosLibrary::createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const in createImage() 110 return OHOS::OhosContextI::GetInstance().OH_createImage(dpy, ctx, target, buffer, reinterpret_cast<const int *>(attrib_list)); in createImage() 113 eglw::EGLImageKHR OhosLibrary::createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const in createImageKHR() 115 return OHOS::OhosContextI::GetInstance().OH_createImageKHR(dpy, ctx, target, buffer, attrib_list); in createImageKHR() 118 eglw::EGLSurface OhosLibrary::createPbufferFromClientBuffer(eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const in createPbufferFromClientBuffer() 120 return OHOS::OhosContextI::GetInstance().OH_createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list); in createPbufferFromClientBuffer() [all...] |
H A D | tcuOhosNativeDisplay.hpp | 56 eglw::EGLBoolean chooseConfig(eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config) const; 60 eglw::EGLContext createContext(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list) const; 61 eglw::EGLImage createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const; 62 eglw::EGLImageKHR createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const; 63 eglw::EGLSurface createPbufferFromClientBuffer(eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const; 64 eglw::EGLSurface createPbufferSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list) const; 65 eglw::EGLSurface createPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const; 66 eglw::EGLSurface createPlatformPixmapSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list) const; 67 eglw::EGLSurface createPlatformPixmapSurfaceEXT(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list) const; 68 eglw::EGLSurface createPlatformWindowSurface(eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list) cons [all...] |
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 90 virtual uint32_t OH_chooseConfig(void* dpy, const int32_t *attrib_list, void* *configs, int32_t config_size, int32_t *num_config) = 0; 94 virtual void* OH_createContext(void* dpy, void* config, void* share_context, const int32_t *attrib_list) = 0; 95 virtual void* OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) = 0; 96 virtual void* OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) = 0; 97 virtual void* OH_createPbufferFromClientBuffer(void* dpy, uint32_t buftype, void* buffer, void* config, const int32_t *attrib_list) = 0; 98 virtual void* OH_createPbufferSurface(void* dpy, void* config, const int32_t *attrib_list) = 0; 99 virtual void* OH_createPixmapSurface(void* dpy, void* config, void* pixmap, const int32_t *attrib_list) = 0; 100 virtual void* OH_createPlatformPixmapSurface(void* dpy, void* config, void *native_pixmap, const int *attrib_list) = 0; 101 virtual void* OH_createPlatformPixmapSurfaceEXT(void* dpy, void* config, void *native_pixmap, const int32_t *attrib_list) = 0; 102 virtual void* OH_createPlatformWindowSurface(void* dpy, void* config, void *native_window, const int *attrib_list) [all...] |
H A D | rosen_context_impl.h | 58 uint32_t OH_chooseConfig(void* dpy, const int32_t *attrib_list, void* *configs, int32_t config_size, int32_t *num_config) override; 62 void* OH_createContext(void* dpy, void* config, void* share_context, const int32_t *attrib_list) override; 63 void* OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) override; 64 void* OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) override; 65 void* OH_createPbufferFromClientBuffer(void* dpy, uint32_t buftype, void* buffer, void* config, const int32_t *attrib_list) override; 66 void* OH_createPbufferSurface(void* dpy, void* config, const int32_t *attrib_list) override; 67 void* OH_createPixmapSurface(void* dpy, void* config, void* pixmap, const int32_t *attrib_list) override; 68 void* OH_createPlatformPixmapSurface(void* dpy, void* config, void *native_pixmap, const int *attrib_list) override; 69 void* OH_createPlatformPixmapSurfaceEXT(void* dpy, void* config, void *native_pixmap, const int32_t *attrib_list) override; 70 void* OH_createPlatformWindowSurface(void* dpy, void* config, void *native_window, const int *attrib_list) overrid [all...] |
H A D | rosen_context_impl.cpp | 525 uint32_t RosenContextImpl::OH_chooseConfig(void* dpy, const int32_t *attrib_list, void* *configs, int32_t config_size, int32_t *num_config) in OH_chooseConfig() argument 527 auto ret = eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in OH_chooseConfig() 528 // std::cout<<" ! chooseConfig("<<"dpy="<<dpy<<", "<<"attrib_list="<<attrib_list<<", "<<"configs="<<configs<<", "<<"config_size="<<config_size<<", "<<"num_config="<<num_config<<")" << "=" << ret << std::endl; in OH_chooseConfig() 552 void* RosenContextImpl::OH_createContext(void* dpy, void* config, void* share_context, const int32_t *attrib_list) in OH_createContext() argument 554 auto ret = eglCreateContext(dpy, config, share_context, attrib_list); in OH_createContext() 555 // std::cout<<" ! createContext("<<"dpy="<<dpy<<", "<<"config="<<config<<", "<<"share_context="<<share_context<<", "<<"attrib_list="<<attrib_list<<")" << "=" << ret << std::endl; in OH_createContext() 559 void* RosenContextImpl::OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) in OH_createImage() argument 561 auto ret = eglCreateImage(dpy, ctx, target, buffer, reinterpret_cast<const EGLAttrib *>(attrib_list)); in OH_createImage() 566 OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) OH_createImageKHR() argument 572 OH_createPbufferFromClientBuffer(void* dpy, uint32_t buftype, void* buffer, void* config, const int32_t *attrib_list) OH_createPbufferFromClientBuffer() argument 579 OH_createPbufferSurface(void* dpy, void* config, const int32_t *attrib_list) OH_createPbufferSurface() argument 586 OH_createPixmapSurface(void* dpy, void* config, void* pixmap, const int32_t *attrib_list) OH_createPixmapSurface() argument 593 OH_createPlatformPixmapSurface(void* dpy, void* config, void *native_pixmap, const int *attrib_list) OH_createPlatformPixmapSurface() argument 600 OH_createPlatformPixmapSurfaceEXT(void* dpy, void* config, void *native_pixmap, const int32_t *attrib_list) OH_createPlatformPixmapSurfaceEXT() argument 606 OH_createPlatformWindowSurface(void* dpy, void* config, void *native_window, const int *attrib_list) OH_createPlatformWindowSurface() argument 613 OH_createPlatformWindowSurfaceEXT(void* dpy, void* config, void *native_window, const int32_t *attrib_list) OH_createPlatformWindowSurfaceEXT() argument 619 OH_createSync(void* dpy, uint32_t type, const int *attrib_list) OH_createSync() argument 626 OH_createSyncKHR(void* dpy, uint32_t type, const int32_t *attrib_list) OH_createSyncKHR() argument 632 OH_createWindowSurface(void* dpy, void* config, void* win, const int32_t *attrib_list) OH_createWindowSurface() argument 764 OH_getPlatformDisplay(uint32_t platform, void *native_display, const int *attrib_list) OH_getPlatformDisplay() argument 771 OH_getPlatformDisplayEXT(uint32_t platform, void *native_display, const int32_t *attrib_list) OH_getPlatformDisplayEXT() argument 804 OH_lockSurfaceKHR(void* dpy, void* surface, const int32_t *attrib_list) OH_lockSurfaceKHR() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | functionsegl_typedefs.h | 18 const EGLint *attrib_list, 28 const EGLint *attrib_list); 31 const EGLint *attrib_list); 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 90 const EGLint *attrib_list); 100 typedef EGLSync (*PFNEGLCREATESYNCPROC)(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 114 const EGLAttrib *attrib_list); 118 const EGLAttrib *attrib_list); 122 const EGLAttrib *attrib_list); [all...] |
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 175 const int *attrib_list, size_t num_attribs) in CreateDRIDrawable() 203 pdraw->textureTarget = determineTextureTarget(attrib_list, num_attribs); in CreateDRIDrawable() 204 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); in CreateDRIDrawable() 481 Drawable drawable, int type, const int *attrib_list) in CreateDrawable() 494 if (attrib_list) { in CreateDrawable() 495 while (attrib_list[i * 2] != None) in CreateDrawable() 523 if (attrib_list) in CreateDrawable() 524 memcpy(data, attrib_list, 8 * i); in CreateDrawable() 534 if (!CreateDRIDrawable(dpy, config, drawable, xid, type, attrib_list, i)) { in CreateDrawable() 576 const int *attrib_list, GLboolea in CreatePbuffer() 173 CreateDRIDrawable(Display *dpy, struct glx_config *config, XID drawable, XID glxdrawable, int type, const int *attrib_list, size_t num_attribs) CreateDRIDrawable() argument 480 CreateDrawable(Display *dpy, struct glx_config *config, Drawable drawable, int type, const int *attrib_list) CreateDrawable() argument 574 CreatePbuffer(Display * dpy, struct glx_config *config, unsigned int width, unsigned int height, const int *attrib_list, GLboolean size_in_attribs) CreatePbuffer() argument 718 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) glXCreateGLXPbufferSGIX() argument 733 glXCreatePbuffer(Display * dpy, GLXFBConfig config, const int *attrib_list) glXCreatePbuffer() argument 951 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list) glXCreatePixmap() argument 969 glXCreateWindow(Display * dpy, GLXFBConfig config, Window win, const int *attrib_list) glXCreateWindow() argument [all...] |
H A D | create_context.c | 47 const int *attrib_list) in glXCreateContextAttribsARB() 67 if (attrib_list != NULL) { in glXCreateContextAttribsARB() 68 for (/* empty */; attrib_list[num_attribs * 2] != 0; num_attribs++) in glXCreateContextAttribsARB() 76 if (attrib_list[i * 2] == GLX_SCREEN) in glXCreateContextAttribsARB() 77 screen = attrib_list[i * 2 + 1]; in glXCreateContextAttribsARB() 110 (const uint32_t *) attrib_list, in glXCreateContextAttribsARB() 119 (const uint32_t *) attrib_list, in glXCreateContextAttribsARB() 144 attrib_list); in glXCreateContextAttribsARB() 45 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) glXCreateContextAttribsARB() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_autogen.h | 21 const EGLint *attrib_list, 31 const EGLint *attrib_list); 34 const EGLint *attrib_list); 38 const EGLint *attrib_list); 42 const EGLint *attrib_list); 97 const EGLint *attrib_list); 114 const EGLAttrib *attrib_list); 118 const EGLAttrib *attrib_list); 122 const EGLAttrib *attrib_list); 125 const EGLAttrib *attrib_list); [all...] |
H A D | entry_points_egl_ext_autogen.h | 27 EGL_CreateNativeClientBufferANDROID(const EGLint *attrib_list); 66 const EGLAttrib *attrib_list); 109 const EGLAttrib *attrib_list); 113 const EGLAttrib *attrib_list); 153 const EGLint *attrib_list); 157 const EGLint *attrib_list); 160 const EGLint *attrib_list); 164 const EGLAttrib *attrib_list); 178 const EGLint *attrib_list); 190 const EGLint *attrib_list); [all...] |
H A D | entry_points_egl_autogen.cpp | 24 const EGLint *attrib_list, in EGL_ChooseConfig() 31 "dpy = 0x%016" PRIxPTR ", attrib_list = 0x%016" PRIxPTR ", configs = 0x%016" PRIxPTR in EGL_ChooseConfig() 33 (uintptr_t)dpy, (uintptr_t)attrib_list, (uintptr_t)configs, config_size, in EGL_ChooseConfig() 39 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_ChooseConfig() 70 const EGLint *attrib_list) in EGL_CreateContext() 75 ", attrib_list = 0x%016" PRIxPTR "", in EGL_CreateContext() 76 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)share_context, (uintptr_t)attrib_list); in EGL_CreateContext() 83 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreateContext() 93 const EGLint *attrib_list) in EGL_CreatePbufferSurface() 97 "dpy = 0x%016" PRIxPTR ", config = 0x%016" PRIxPTR ", attrib_list in EGL_CreatePbufferSurface() 23 EGL_ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) EGL_ChooseConfig() argument 67 EGL_CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) EGL_CreateContext() argument 91 EGL_CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) EGL_CreatePbufferSurface() argument 113 EGL_CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) EGL_CreatePixmapSurface() argument 136 EGL_CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) EGL_CreateWindowSurface() argument 536 EGL_CreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) EGL_CreatePbufferFromClientBuffer() argument 630 EGL_CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) EGL_CreateImage() argument 654 EGL_CreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) EGL_CreatePlatformPixmapSurface() argument 678 EGL_CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) EGL_CreatePlatformWindowSurface() argument 702 EGL_CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) EGL_CreateSync() argument 753 EGL_GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list) EGL_GetPlatformDisplay() argument [all...] |
/third_party/EGL/api/EGL/ |
H A D | egl.h | 106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 134 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); [all...] |
H A D | eglext.h | 44 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 46 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 133 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 138 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 229 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 232 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all...] |
/third_party/mesa3d/include/EGL/ |
H A D | egl.h | 106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 134 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); [all...] |
H A D | eglext.h | 44 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 46 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 133 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 138 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 229 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 232 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all...] |
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | egl.h | 106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); 133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 134 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); [all...] |
H A D | eglext.h | 44 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 46 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 133 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 138 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 229 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 232 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all...] |